Bug 5459 - live365 playlist play command queues but doesn't play
: live365 playlist play command queues but doesn't play
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: 6.5.4
: PC Windows XP
: P2 minor (vote)
: ---
Assigned To: Squeezebox QA Team email alias
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-14 09:55 UTC by Malcolm Green
Modified: 2008-12-18 11:12 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malcolm Green 2007-09-14 09:55:42 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.
Comment 1 Ross Levine 2007-09-14 11:44:00 UTC
Felix is this something you might have time to look at?
Comment 2 Fred 2007-10-20 19:05:18 UTC
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' ] );
Comment 3 Fred 2007-10-21 06:20:16 UTC
Fixed in 6.5 in 13978. Should appear in next nightly. Pending for 7.0.
Comment 4 Andy Grundman 2007-10-21 07:49:20 UTC
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.
Comment 5 Fred 2007-10-21 08:25:50 UTC
Updated CLI documentation for internet radios, including warning in changelog and CLI doc in 13989.
Comment 6 Andy Grundman 2007-10-21 08:27:19 UTC
Great, thanks!
Comment 7 Andy Grundman 2007-10-21 08:27:41 UTC
Marking fixed, please reopen if you can't properly control Live365 over CLI in SC7.
Comment 8 Chris Owens 2008-03-07 09:04:54 UTC
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.