problem with music album
#1
Hello, Im having problem with two music albums that has worked before. Im now running RC1 and there seems to be a problem with flac audio. I have one album that apears as 18 albums even iv the Album Artist is set to VA. Every album is now sorted after the Artist anyway. Its showing Artist/VA - Albumname.
Reply
#2
Sounds like the album artist isn't set to anything in that case. Supply 2 files that exhibit the problem so that others can verify.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
I found the problem. I had the Album Artist the same for all files but flac has an option "ENSEMBLE" that is read and that was different for all files. Dont know if this is what XBMC is suposed to do. I think that if the Album artist is the same all should be in the same album.
Reply
#4
Code:
if ( strTagType == "ALBUMARTIST" || strTagType == "ALBUM ARTIST" || strTagType == "ENSEMBLE")
  {
    tag.AppendAlbumArtist(strTagValue);
    tag.SetLoaded();
  }

That's what it's doing. My guess is that some folk uses "Ensemble" as the album artist, thus the code is the way it is.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply

Logout Mark Read Team Forum Stats Members Help
problem with music album0