If you have your ALBUMARTIST tag set up right, then put visiting artist
into the ARTIST tag. Additionally, if you want visiting ARTIST to
appear in the artist list, set the COMPILATION=0 just for the track in
question.

Add this to C:\Program
Files\SqueezeCenter\server\SQL\mysql\schema_optimize.sql 
after the INSERT statement (second SQL statement).

update slimserver.albums ua set compilation = 0, contributor = (select
min(uca.contributor) from slimserver.contributor_album uca where ua.id
= uca.album and uca.role = 5)
where ua.id in (SELECT ca.album FROM slimserver.contributor_album ca
where 1=1 and ca.role = 5);

K


-- 
slimkid

Where does the light go when you turn the switch off?

http://www.youtube.com/watch?v=7iAj2aPdQnk
http://www.youtube.com/watch?v=VvMNuuFSvN0
http://www.youtube.com/watch?v=BDRhRv4q_SI
http://youtube.com/watch?v=nlrpe8Ig5m8
http://youtube.com/watch?v=dC9tGlwPln8
------------------------------------------------------------------------
slimkid's Profile: http://forums.slimdevices.com/member.php?userid=8881
View this thread: http://forums.slimdevices.com/showthread.php?t=51125

_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to