Bug 2012 - Add Internet Radio support to the CLI
: Add Internet Radio support to the CLI
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: 6.2.0
: All All
: P2 enhancement (vote)
: ---
Assigned To: Fred
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-24 15:50 UTC by Fred
Modified: 2008-09-15 14:39 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fred 2005-08-24 15:50:01 UTC
Add Internet Radio support to the CLI
Comment 1 Blackketter Dean 2005-09-07 15:52:30 UTC
Fred, what's your plan on this?
Comment 2 Fred 2006-01-31 15:36:15 UTC
Add support for song titles as does the web interface

See http://forums.slimdevices.com/showthread.php?t=16185
Comment 3 Fred 2006-01-31 19:13:12 UTC
Basic radioio support done. Missing returning the URL for PLAY!

Missing Live365, Shoutcast, and current song issue.

Picks and other "lets-browse-the-XML-only-for-the-player" are harder to support.
Comment 4 Fred 2006-02-25 17:57:31 UTC
Fixed radioio. Next is shoutcast
Comment 5 Fred 2006-03-09 08:50:38 UTC
Add support for radio stations in playlists returning an ID you can't play, apparently
Comment 6 Fred 2006-03-20 16:34:44 UTC
Support current_title in status call, no equivalent "standard cli" call.
Comment 7 Michael Herger 2006-03-31 08:56:15 UTC
Added Shoutcast today.

Is there some CLI support for XMLBrowser (used by Picks et al.)?
Comment 8 Fred 2006-04-01 02:49:31 UTC
So a quick summary of the status on this:

- CLI returns valid data when streaming: OK

- CLI returns valid data when streams are played: In progress
-- No crash or strange behaviour: OK
-- Current song title from stream available: Partial, current_title solution only in status and not very good
-- Returned tracks IDs cannot be played: TODO

- CLI enables playing a station: OK through URLs.

- CLI enables browsing stations: In progress
-- Radioio & Shoutcast support: OK, maybe some changes for easier async (Thanks Michael)
-- XMLBrowser & Live365 support: TODO (Michael, want to tackle with these?)
-- Infrastructure adaptations to support async behaviour: TODO
Comment 9 Michael Herger 2006-04-01 06:06:07 UTC
I would already have started Picks/Live365 if I had an idea where to start... I lack the overview of the two to see a chance to do it myself.
Comment 10 Fred 2006-04-03 16:53:23 UTC
-- Infrastructure adaptations to support async behaviour: DONE 6818.
Michael please test the shoutcast module!
Comment 11 Michael Herger 2006-04-03 23:16:54 UTC
Seems to be fine. Thanks a lot! I did not even have to change SlimRemote to work with it ;-).
Comment 12 Michael Herger 2006-04-21 12:58:45 UTC
Change 7024: added CLI for XMLBrowser based plugins
- Live music Archive
- Picks
- Podcast
Comment 13 Fred 2006-05-02 17:17:42 UTC
Change 7271: fixed current title solution.

Only 2 point remain: Live365 and track_ids not being playable. Also minor comments on XMLBrowser solution.
Comment 14 Fred 2006-06-25 17:25:42 UTC
Latest build allows playlist track_ids representing radio stations to be played.

Only thing left to close this is Live365.
Comment 15 Fred 2006-07-04 15:44:31 UTC
Closing this, basic support implemented in all plugins. Request specific enhancements if needed.