Version 6.07
Interface-breaking changes
AudioDataIOFactory.CID_MP3
has been renamedAudioDataIOFactory.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
- All
Track.AudioFormat.ID
can not be used to read format IDs directly anymore. UseTrack.AudioFormat.ContainerId
orTrack.AudioFormat.DataFormat.ID
depending on what you need
New
Track
now publishes theSupportedMetadataFormats
field, which indicates which tagging systems are supported by the file. Their IDs matchMetaDataIOFactory.TagType
enum values
Changed
Track.AudioFormat
is now ofAudioFormat
type (instead of plainFormat
), 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