tagparser/ogg
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
..
oggcontainer.cpp Handle TRACKTOTAL/DISCTOTAL/PARTTOTAL fields in Vorbis Comments 2024-02-28 21:36:06 +01:00
oggcontainer.h Add missing documentation 2022-08-02 21:41:05 +02:00
oggiterator.cpp Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggiterator.h Deprecate certain unused Ogg functions which are likely not generally useful 2021-08-16 18:44:48 +02:00
oggpage.cpp Avoid abusing OggPage header flags to store whether last segment unconcluded 2023-05-16 23:18:27 +02:00
oggpage.h Avoid abusing OggPage header flags to store whether last segment unconcluded 2023-05-16 23:18:27 +02:00
oggstream.cpp Fix crashes due to wrong parameter passing 2021-10-26 15:54:30 +02:00
oggstream.h Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00