tagparser/flac
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
..
flacmetadata.cpp Avoid unqualified calls to `std::move` 2023-02-20 19:54:42 +01:00
flacmetadata.h Use std::string_view where it makes sense 2021-01-30 21:53:06 +01:00
flacstream.cpp Handle TRACKTOTAL/DISCTOTAL/PARTTOTAL fields in Vorbis Comments 2024-02-28 21:36:06 +01:00
flacstream.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
flactooggmappingheader.cpp Use generic `toInt()` function which relies less on compiler optimizations 2023-05-18 00:52:28 +02:00
flactooggmappingheader.h Adapt to c++utilities v5 2019-05-04 16:04:21 +02:00