tagparser/tests
Martchus acfb9ef219 Handle TRACKTOTAL/DISCTOTAL/PARTTOTAL fields in Vorbis Comments
* Move those fields into their corresponding
  TRACKNUMBER/DISCNUMBER/PARTNUMBER fields after parsing so they are
  accessible via just one field as PositionInSet which is in line with
  other tag formats and also how other software like VLC expect the total
  to be specified
* NOT implemented yet: Move those fields optionally back into separate
  fields when serializing
2024-02-28 21:36:06 +01:00
..
helper.cpp Adapt to changes in c++utilities 2019-06-12 20:40:45 +02:00
helper.h Add Locale class to deal with differently specified languages/countries 2020-12-16 17:48:08 +01:00
mediafileinfo.cpp Improve passing paths 2021-04-23 22:16:43 +02:00
overall.h Handle TRACKTOTAL/DISCTOTAL/PARTTOTAL fields in Vorbis Comments 2024-02-28 21:36:06 +01:00
overallflac.cpp Use generic `toInt()` function which relies less on compiler optimizations 2023-05-18 00:52:28 +02:00
overallgeneral.cpp Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
overallmkv.cpp Fix unity builds 2024-01-30 23:31:15 +01:00
overallmp3.cpp Change mapping of publisher for ID3v2 2022-04-10 00:06:20 +02:00
overallmp4.cpp Use generic `toInt()` function which relies less on compiler optimizations 2023-05-18 00:52:28 +02:00
overallogg.cpp Handle TRACKTOTAL/DISCTOTAL/PARTTOTAL fields in Vorbis Comments 2024-02-28 21:36:06 +01:00
tagvalue.cpp Fix unity builds 2024-01-30 23:31:15 +01:00
testfilecheck.cpp Avoid empty documentation entry for `EvpMdCtx` 2024-02-28 21:36:06 +01:00
utils.cpp Avoid use of platform-specific `unistd.h` header 2023-02-11 13:55:04 +01:00