Commit Graph

13 Commits

Author SHA1 Message Date
64d98f5530 Use std::string_view where it makes sense 2021-01-30 21:53:06 +01:00
047d739918 Fix Vorbis Comment mapping for encoderSettings()
* The "Encoder settings" field should correspond to `ENCODER_OPTIONS`
  rather than `ENCODING`
* See https://github.com/Martchus/tageditor/issues/62
* See https://exiftool.org/TagNames/Vorbis.html
2021-01-29 21:38:59 +01:00
9a5d366ce0 Vorbis comment: Turn "YEAR" into "DATE" (unless "DATE" exists)
"DATE" is an official field and "YEAR" only an inofficial one but present
in some files. In consistency with MediaInfo and VLC player it is treated
like "DATE" here.
2020-11-25 01:39:57 +01:00
248a6555f3 Add links to upstream documentation of field IDs for the different formats 2020-04-22 18:43:41 +02:00
b09e7535bc Support lyrics in Vorbis/FLAC 2019-08-12 00:29:08 +02:00
6afcd0f8d3 Support album artist and fix/improve grouping 2019-01-01 23:47:18 +01:00
9361e0bc13 Use constexpr where possible 2018-07-12 12:34:38 +02:00
c0336ed4bb Apply clang-format 2018-03-07 01:17:50 +01:00
0e15c74103 Move everything into namespace TagParser 2018-03-06 23:09:15 +01:00
0cf30edbff Fix decoration for static builds 2016-08-29 15:43:05 +02:00
b8e8dcd778 fixed some OGG/Vorbis related issues 2016-03-22 22:52:36 +01:00
240e7d0b42 support Opus in OGG 2016-01-17 19:32:58 +01:00
033e313c74 First commit 2015-04-22 19:22:01 +02:00