sandreas / tone

tone is a cross platform audio tagger and metadata editor to dump and modify metadata for a wide variety of formats, including mp3, m4b, flac and more. It has no dependencies and can be downloaded as single binary for Windows, macOS, Linux and other common platforms.
https://pilabor.com
Apache License 2.0
418 stars 17 forks source link

`Description` falls back to `LongDescription` which is misleading in `dump` #17

Closed sandreas closed 1 year ago

sandreas commented 2 years ago

If there is no description but a longDescription, a fallback makes it look like there still is a description present, which is misleading.

sandreas commented 2 years ago

After a short research this looks like an issue in atldotnet (https://github.com/Zeugma440/atldotnet/issues/155) but this needs to be clarified...

Description has no fallback in tones wrapper MetadataTrack

sandreas commented 2 years ago

Clarification: The main issue seems to be that

Track.Description = "";

Does NOT remove the description but keeps it as is. In some cases this seems to lead to a strange and hard to reproduce behaviour that has to be clarified.

sandreas commented 1 year ago

Should be fixed with 0.1.4