2014-09-30, 22:46
(2014-09-30, 17:25)LeKnain Wrote: Does anyone have a fix for this?
Need full debug log and example of your tags.
According to the source code for mp3 id3v2 tag format, in the TXXX frame Kodi recognizes
Code:
if "MUSICBRAINZ ARTIST ID" SetMusicBrainzArtistID
if "MUSICBRAINZ ALBUM ID" SetMusicBrainzAlbumID
if "MUSICBRAINZ ALBUM ARTIST ID" SetMusicBrainzAlbumArtistID
if "MUSICBRAINZ ALBUM ARTIST" SetAlbumArtist
if "REPLAYGAIN_TRACK_GAIN" SetReplayGainTrackGain
if "REPLAYGAIN_ALBUM_GAIN" SetReplayGainAlbumGain
if "REPLAYGAIN_TRACK_PEAK" SetReplayGainTrackPeak
if "REPLAYGAIN_ALBUM_PEAK" SetReplayGainAlbumPeak
if "ALBUMARTIST" SetAlbumArtist
if "ALBUM ARTIST" SetAlbumArtist
I believe it will force any entry to upper case so that shouldn't be a problem.
scott s.
.