dpotts wrote: > I have an album that in certain conditions gets queued in the wrong > track order. I am using this in Windows 10. If I search for the artist > name, then click on the name, scroll down the album list to the album I > want and click the + to add the album, it is added in a strange order.
So just to be 10% clear: - Use Material's search field and enter artist name - Click on artist, list of albums is shown - Click on (+) icon that is shown when hovering over an album If that is correct, then all Material asks lms to do is add the album using its ID. I've just tried,and it seems to work for me. I have noticed that Material also sends "sort:yearalbum" - which is the sort I use for albums under an artist. Perhaps this is messing things up? As noted in my sig, you can use Material's debug to see what commands are sent to LMS. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
