Greg, the latest version should sort by the album contributor. What is this set to for your compilation albums?
If you enable --d_sql you can see the database query being done. For sort by artist it is now essentially: SELECT * FROM albums, contributors WHERE albums.contibutors = contributor.id ORDER BY contributors.namesort; -- Triode ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=20199 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
