multiple values for id3tags, id3v2.4
#1
Question 
I have stored multiple values for artists, genres,... according to the id3v2.4 specification, i.e. separated by a null character. To be more clearly, e.g. the artist tag reads "artist1(null character)artist2". (I don't really know how to write the null character here Wink )

For the genres tag, xbmc recognizes this properly and the file gets listed under all of the genres. Also, the song information screen displays the genre in the form "genre1 / genre2". This is very nice Smile

For the artist tag on the other hand, things are not working out as they should. xbmc recognizes that there are two artists and lists both of them in the artist view. But the problem is that the song information only lists artist1, completely ignoring artist2.

Is there any way to fix this issue, e.g. by setting the right itemseparator tag in the advancedsettings.xml file? (I wouldn't know which character to put there instead of the standard " / " !)


Thanks for any help!
Reply

Logout Mark Read Team Forum Stats Members Help
multiple values for id3tags, id3v2.40