Skip to content

Version 6.07

Compare
Choose a tag to compare
@Zeugma440 Zeugma440 released this 02 Nov 14:31
· 16 commits to main since this release

Interface-breaking changes

  • AudioDataIOFactory.CID_MP3 has been renamed AudioDataIOFactory.CID_MPEG
  • The values of the following constants have changed - please update your code if you hardcoded them instead of referring to the field value.
    • All AudioDataIOFactory.CID_ constants
    • CatalogDataReaderFactory.CR_CUE
    • All PlaylistIOFactory.PL_ constants
  • Track.AudioFormat.ID can not be used to read format IDs directly anymore. Use Track.AudioFormat.ContainerId or Track.AudioFormat.DataFormat.ID depending on what you need

New

  • Track now publishes the SupportedMetadataFormats field, which indicates which tagging systems are supported by the file. Their IDs match MetaDataIOFactory.TagType enum values

Changed

  • Track.AudioFormat is now of AudioFormat type (instead of plain Format), which allows you to read container format ID and audio data format ID

Fixed

  • ID3v2 : Composer and Copyright fields with numeric values aren't displayed as genres anymore

Binaries are available from nuGet