the_arm wrote: > > slartibartfast confirmed the behavior is correct in Material Skin but > not in Orange Squeeze as additional data points showing the > inconsistency.
Not sure if this helps, but... I'm pretty sure that SqueezeCtrl uses 'SlimBrowse' to retrieve artist, albums, and genre listings. It probably then also uses the associated commands in these list responses for the add-all/play-all buttons. For Material I wanted more control over these lists - more metadata, and option to change sorting, etc. So, for these I use the JSONRPC "albums", "artists", "genres", etc. commands. I then manually construct the add-all/play-all commands - and I add the appropriate artist_id and genre_id elements to the commands - which is why only tracks matching a genre will be added. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=111377 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
