Bugzilla – Bug 9881
Display Radiotime metadata
Last modified: 2009-07-31 10:31:29 UTC
The Radiotime OPML feed includes current_track. The various UIs should display this as TITLE in any Now Playing screen or screensaver.
No, as it will be outdated information. But we'll be adding some sort of real-time RadioTime metadata thing soon.
OK. It would also be cool if the current track info were displayed when browsing Radiotime stations from the Internet Radio menu in one of the UIs. Let me know if you want a separate bug for this.
Docs about RT metadata: http://opml.radiotime.com/NowPlaying.aspx?partnerId=16&username=<user>&[identifier=value] The identifier parameter can be one of: stationId programId topicId nowPlayingId All of our OPML calls that return station links will have a now_playing_id attribute, the value of which you can pass to the NowPlaying service. For example: http://opml.radiotime.com/Group.aspx?type=location&username=sampletime returns in part: <body> <outline type="audio" text="88.1 | the one (Jazz)" URL="http://opml.radiotime.com/StationPlaylist.axd?stationId=34379&username=sampletime" bitrate="32" image="http://radiotime-logos.s3.amazonaws.com/s34379q.png" now_playing_id="station:34379" preset_id="station:34379"/> ... If you then make the corresponding Now Playing call: http://opml.radiotime.com/NowPlaying.aspx?nowPlayingId=station:34379 you will see: <body> <outline type="text" text="the one 88.1" image="http://radiotime-logos.s3.amazonaws.com/s34379q.png" preset_id="station:34379"/> <outline type="text" text="Its All About The Jazz"/> <outline type="text" text="McKinney, TX"/> </body> The cache control HTTP header on the response will give the TTL for the current program.
Added in change 23867.
This bug has been fixed in the 7.3.0 release version of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
Reduce number of active targets for SC