bobertuk wrote: > > In some 'Music sources' screens it's possible to sort in various ways > using the A-Z button. An easy example with 'Albums' but there are many > more places and it's a very useful function. Is it possible to do a > reverse sort? I'm thinking of those sorts which include 'Year', - 'Year, > Artist, Album', 'Artist, Year, Album', 'Year. Album' - so that the > newest can appear at the top rather than at the bottom. This seems to be > more useful, at least for me and at least more flexible.
Yes, sorting is performed by LMS. I -could- reverse sort the Year sorts, but that would sort all items. e.g. "2010 A, 2010 B, 2011 A" would become "2011 A, 2010 B, 2010 A" Not sure if that would be desired or if "2011 A, 2010 A, 2010 B" would be better. Also, probably better if LMS does the sorting - then it will be the same for all control points (e.g. Default UI, iPeng, Squeezer, etc.) *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
