| Summary: | Vinyl sequence numbers marked as erroneous | ||
|---|---|---|---|
| Product: | [Applications] kid3 | Reporter: | nelson.suniaga |
| Component: | general | Assignee: | Urs Fleisch <ufleisch> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | minor | CC: | nelson.suniaga |
| Priority: | NOR | ||
| Version First Reported In: | 3.9.x | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | screenshot of Kid3 displaying files with Track Number frame highlighted in red | ||
|
Description
nelson.suniaga
2024-01-15 04:38:08 UTC
Created attachment 164915 [details]
screenshot of Kid3 displaying files with Track Number frame highlighted in red
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. |