CJS wrote: > > When I browse to a music track via My Music => Artist => Album and then > hover over a single track and press the play button, the track that > appears in the play list gets a double track number. > Also, when I then navigate one level up and back again to the album, the > double track number is also shown in the track list of that album. See > screenshot below.
Yup, that's a weird one. My initial reaction was "there must be something wrong on your system as there's no way adding a track to the queue can change an LMS track list" But, then I recreated the issue! The change that caused this is that I now store a track's URL so that it can be added to a playlist, without needing to add to the queue. And when Material is adding items, if an item has a URL Material uses that and passes the item's title to LMS as well. The error here is that the title now contains the track number. Why LMS then uses this info to update its DB is beyond me. Anyhow, fixed for 1.9.1 by not passing URL+title for these tracks. Thanks for reporting. *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
