Bugzilla – Bug 5459
live365 playlist play command queues but doesn't play
Last modified: 2008-12-18 11:12:53 UTC
The CLI command "live365 playlist play station_id:xxxxxx" queues the station but doesn't start playing. This worked OK in an earlier release of SlimServer.
Felix is this something you might have time to look at?
No time to do it now but play must execute only once playlist add is done, i.e. a sub with play must be the callback of this ->execute. Will do it later. $play and $client->execute([ 'playlist', 'clear' ] ); $client->execute([ 'playlist', 'add', $stationURL ] ); $play and $client->execute([ 'play' ] );
Fixed in 6.5 in 13978. Should appear in next nightly. Pending for 7.0.
Note that Live365 is now an OPML-based plugin in 7.0 and does not have the old Live365-specific CLI commands. It should work fine in 7.0.
Updated CLI documentation for internet radios, including warning in changelog and CLI doc in 13989.
Great, thanks!
Marking fixed, please reopen if you can't properly control Live365 over CLI in SC7.
This bug is being closed since it was resolved for a version which is now released! Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html If you are still seeing this bug, please re-open it and we will consider it for a future release.