mherger wrote: 
> > For some reason I have all of my compilation track artists appearing
> in
> > Album Artists.
> > 
> 
> Could you please post the metadata (click down to the file, then "Show
> Tags" or similar).
> 
I have the same problem and it runs the following SQL:

Code:
--------------------
    
  SELECT contributors.id, contributors.name, contributors.namesort, 
contributors.musicmagic_mixable FROM contributors 
  JOIN contributor_album ON contributor_album.contributor = contributors.id 
  WHERE 
  contributor_album.role IN (5,1)  
  GROUP BY contributors.id 
  ORDER BY contributors.namesort COLLATE en_US LIMIT 266, 15
  
--------------------


I would have expected it to only look for contributor_album.role=5 in
the Album Artists menu.
My library is FLAC only.
The menu setting is set to "Use two separate lists for Album Artists and
All Artists".

I get an "Album Artists" and "Artists" menu, the settings seems to
indicate that I should get an "Albums Artists" and "All Artists" menu.



Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland). 
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))

*Interested in the future of music streaming ? 'ickStream -  A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStream&p=743516)*.
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=101264

_______________________________________________
beta mailing list
beta@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to