https://bugs.kde.org/show_bug.cgi?id=479830
--- Comment #2 from Urs Fleisch <uflei...@users.sourceforge.net> --- Sorry, this is not a bug, it is simply that ID3v2 does not support non-numeric track numbers. See the ID3v2.4.0 standard https://github.com/id3/ID3v2.4/blob/master/id3v2.4.0-frames.txt: TRCK The 'Track number/Position in set' frame is a numeric string containing the order number of the audio-file on its original recording. This MAY be extended with a "/" character and a numeric string containing the total number of tracks/elements on the original recording. E.g. "4/9". So you will agree that "A1" is not a valid value for a TRCK frame. Someone requested the feature to get these vinyl numbers when importing from Discogs. I can imagine that some players may have problems with such numbers, but most players ignore them anyway. So if you can live with this "standard violation", you can simply ignore it or disable this red highlighting by unchecking "Mark standard violations" in the "Tags/Tag 2" tab of the settings. Otherwise you can only import Discogs entries from CD releases or change the numbers to numeric format after importing, e.g. using Tools/Number Tracks. -- You are receiving this mail because: You are watching all bug changes.