mherger wrote: > Can you please tell me what needed to be changed to achieve this? I'm > doing this all the time with the kid's music.
It concerns tracks tagged with more than one genre. For example, if I have a track tagged with both Rock and Christmas and do a mix with only Rock checked, the Rock+Christmas tracks will play. I imagine the SQL statement has a clause something like: WHERE genre IN (1,6,7,8) It would need to be something like: WHERE genre IN (1,6,7,8) AND genre NOT IN (2,3,4,5,9,10) I'm not sure an option is actually necessary, as I think many people have always expected it to work like this. ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=100327 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
