Commit Graph

30 Commits

Author SHA1 Message Date
Jonas Kvinge
ea23d71e8a Fix spelling and typos 2021-07-02 11:12:39 +02:00
0a041f6ad2 Fix warnings 2021-03-20 21:26:25 +01:00
f21ac07da0 Get rid of deprecated fields 2021-02-01 17:11:08 +01:00
64d98f5530 Use std::string_view where it makes sense 2021-01-30 21:53:06 +01:00
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
7efa7a0d5a Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00
3a35ce4b16 Don't treat synchronized lyrics as regular text field 2019-02-13 19:06:35 +01:00
8be8355539 Update lastKnownField to fully support album artist 2019-01-05 16:54:06 +01:00
6afcd0f8d3 Support album artist and fix/improve grouping 2019-01-01 23:47:18 +01:00
7d709ce9af Add Tag::supportsMultipleValues() 2018-07-13 12:25:00 +02:00
0e99bd25d1 Move extensive doc strings from tag.h to tag.cpp 2018-07-13 12:05:09 +02:00
3265e0bea4 Fix documentation which was still using the old namespace 2018-06-03 20:38:32 +02:00
d856fb4c75 Use std::numeric_limits 2018-03-21 20:40:51 +01:00
dabd18102e Remove out-commented code for nested tags 2018-03-11 16:15:46 +01: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
36511fcc13 Add progress feedback and diagnostics replacing status provider 2018-03-06 22:44:01 +01:00
477ac9884b Use _wopen under Windows to support unicode filenames 2016-12-21 00:42:31 +01:00
0cf30edbff Fix decoration for static builds 2016-08-29 15:43:05 +02:00
334f9f9c60 Use vector for getting/setting multiple values 2016-08-14 22:50:45 +02:00
d5c8086230 Improve misc details 2016-08-05 01:46:31 +02:00
817a8e25e6 Improve documentation and consistency 2016-08-04 00:16:19 +02:00
415e68972a Improve handling of targets 2016-05-26 01:59:22 +02:00
bbafd16dcc Support FLAC in Ogg 2016-05-14 23:20:51 +02:00
aa50c2d8b3 fixed includes 2015-09-06 19:57:33 +02:00
b1eb6faba6 fixed includes 2015-09-06 15:42:18 +02:00
8b91b41801 updated readme 2015-08-26 20:01:32 +02:00
8dc85941eb small adjustments 2015-08-10 00:02:03 +02:00
09fcb37442 small adjustments 2015-07-27 23:10:35 +02:00
033e313c74 First commit 2015-04-22 19:22:01 +02:00