tagparser/vorbis
Martchus d26e594777 Deprecate 'Year' in favor of 'RecordDate' and 'ReleaseDate', fix handling in ID3v2
1. Convert TYER and related fields of old ID3v2 versions to the new TDRC
  field and only expose that via the generic accessors.
2. When writing an old ID3v2 tag, convert TDRC back to the old fields.
3. One can still manually unset the via 1. auto-populated TDRC to disable 2.
   and write the old fields directly. So the automatic handling does not
   reduce the flexibility of the library.
4. Deprecate 'Year'; it is replaced by the already existing 'RecordDate'
   which is now supposed to be used everywhere where 'Year' was used before
5. Introduce 'ReleaseDate' to support this field which is supported in
   ID3v2.4.0 and Matroska via the generic accessors.
6. Use ISO format when converting tag values of the type DateTime to/from
   string. This is closer to what's used in ID3v2 tags internally. (The
   library still allows the old format as fallback when parsing for
   compatibility.)
2020-04-24 23:15:13 +02:00
..
vorbiscomment.cpp Deprecate 'Year' in favor of 'RecordDate' and 'ReleaseDate', fix handling in ID3v2 2020-04-24 23:15:13 +02:00
vorbiscomment.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00
vorbiscommentfield.cpp Adapt to changes in c++utilities 2019-06-10 23:11:39 +02:00
vorbiscommentfield.h Adapt to changes in c++utilities 2019-06-12 20:40:45 +02:00
vorbiscommentids.h Add links to upstream documentation of field IDs for the different formats 2020-04-22 18:43:41 +02:00
vorbisidentificationheader.cpp Adapt to changes in c++utilities 2019-06-10 23:11:39 +02:00
vorbisidentificationheader.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00
vorbispackagetypes.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00