mherger wrote: > > I think that there have to be at least 2 before it kicks in > > No, that's for when there are more than 2 tracks in the queue. Once > playback of the third to last track has started, DSTM would kick in. But > > that's not true in case of a single track.
Hi Michael, Thank you for the details on when DSTM starts processing Based on your feedback I have successfully implemented a multi call workaround that (a) Plays the Single Track in Favourites (b) Adds a Track that is 2 secs in length with no sound DTSM is now triggered correctly Unfortanltly with my linted knowledge of the JSONRPC API, I have had to use the URL 'GET' calls [url]http://192.168.1.XX:9000/plugins/Favorites/index.html?action=play&index=0&player=XX:XX:XX:XX:XX:XX [url]http://192.168.1.XX:9000/plugins/Favorites/index.html?action=add&index=0&player=XX:XX:XX:XX:XX:XX How can I make these call via POST with the JSONRPC without calling the following and using item_id: {"id":1,"method":"slim.request","params":["",["favorites","items","0","100","want_url:1"]]} {"id":1,"method":"slim.request","params":[ "xx:xx:xx:xx:xx:xx", ["favorites","playlist","play","item_id:5d09db15.8"]]} Ideally looking to use the *index=0* to select the Favourite? ------------------------------------------------------------------------ mgoodwimi's Profile: http://forums.slimdevices.com/member.php?userid=73211 View this thread: http://forums.slimdevices.com/showthread.php?t=106841 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
