Music nfo multiple artists
#1
I notice that in the wiki example of a music album nfo you can have multiple artists, i.e.

Code:
<album>
  <title>The Album Title</title>
  <artist clear=true>First Artist</artist>
  <artist>Second Artist</artist>
  ...
</album>

My question is what do these actually do? I've been playing around trying to get multiple artists to show up in a view I'm working on for Radio Shows and ListItem.Artist only ever shows the id3 tag artist. If I remove the artist from the id3 tag then ListItem.Artist displays "unknown" regardless of what I have in the nfo artist tags.
Reply
#2
Bump
Reply
#3
I have found if I have the artist ID3 tag for tracks with multiple artists separated with a "/" (e.g. Burt Bacarach / Elvis Costello) then in my db Burt is first artist and Elvis is second artist.

So, I figure you can change your id3 tag to something like the above if you have ID3 tags for the radio shows.

Not really answering your question but i hope it helps in some way.
Openelec on ASRock ION 330 / Kodi on Win 7 PC
Reply
#4
thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Music nfo multiple artists0