-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
1.4.2, 2.2
-
None
The issue for me surfaced some time ago when I was trying to tag my mp3 files with the "artists" tag. Picard writes the tag field as "TXXX:Artists", but some other taggers (namely Mp3Tag and Foobar2000) will write it in all caps as "TXXX:ARTISTS" and since ID3 tag names are case sensitive, it shows as another field among the taggers. We talked a little bit about this on irc the other day and I was told by @Sophist that he plans to convert (possibly all) the tags to upper case so "transcoders who don't know the Picard-specific tags can transcode them correctly".
As of now, there are tickets for TXXX:Work (PICARD-1049) and TXXX:Artists (PICARD-1416).
- has related issue
-
PICARD-1049 Picard should use TXXX:WORK rather than TXXX:Work
-
- Closed
-
-
PICARD-1416 Should store ID3 Artists field as TXXX:ARTISTS not TXXX:Artists
-
- Closed
-
- is related to
-
PICARD-700 Adding new tag "albumartists"
-
- Reopened
-
With https://github.com/metabrainz/picard/pull/1263 we will get a mechanism that will read / write certain tags case insensitive (and preserve existing casing). We could a) add explicit mappings for some more tags to be treated case insensitive and b) default to make all unmapped tags also be treated case insensitive.
I think this would solve this issue, because Picard would be able to read the tags independent of casing and also preserve the casing for compatibility with other tools.