![]() |
|
New Script (and Plugin) BBC PodRadio - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +--- Thread: New Script (and Plugin) BBC PodRadio (/showthread.php?tid=28934) |
New Script (and Plugin) BBC PodRadio - BigBellyBilly - 2007-10-04 10:41 Displays and plays available BBC Podcast and Radio content streams. Its obviously aimed at UK users, but may interest others. Script Usage: 1. Pick a DIRECTORY (e.g. Browse Radio by radio stations) 2. Pick a CATEGORY (e.g. BBC 6 Music) This finds and displays a list of available STREAMS 3. Select a STREAM and playback starts. Pretty simple but effective. Also included is a My Music Plugin version (my first ) , which provides the same information without a fancy GUI. This can be found in the installation zip in the plugin folder. You will need a XBMC build from Sept. '07 onwards thats supports Plugins.PLUGIN INSTALLATION: ==================== 1. Create subfolder XBMC\Plugins\music\BBC PodRadio 2. Copy included BBC Podradio\Plugin\default.py to XBMC\Plugins\music\BBC PodRadio\default.py 3. In XBMC My Music, Add Source, Browse to Music Plugins, select BBC PodRadio, OK PLUGIN USAGE: ============= 1. Goto My Music 2. select plugin to run it NB. Radio shows are Realmedia streams and as such take a while to initially fill the player cache. Be patient. I've got a version in the works that's based around WindowXML, but as its my first attempt using that, its not ready yet. (if that means nothing to you, just ignore it) Any problems let me know. Cheers. BBB - kpatm - 2007-10-04 19:28 Where's the download link Billy? - Johnnyfive - 2007-10-04 19:31 Thanks for writing the script it's something I've been wanting for a while. I've noticed a couple of bugs when I run it. There are many links called by the day of the week in the listen again streams when the name of the show should be visible to distinguish between them e.g. 'Jo Wiley - MON' in the Radio One links. The "Local Radio Stations (40)" in the radio station list doesn't return a further list of stations only a "No Streams Found" dialog. Also it would be cool if the streams to live radio were available too. - Unbehagen - 2007-10-04 19:32 kpatm Wrote:Where's the download link Billy? I guess it's this one? http://www.xbmcscripts.com/index.php?option=com_docman&task=search_result&Itemid=Array&search_mode=phrase&search_phrase=BBC%20PodRadio%20v1.0 - BigBellyBilly - 2007-10-04 19:51 yes, that's the link. Johnnyfive: yes I've seen those too. I need to improve the scrapping of the streams page. Will also look at the problem with the 'local radio station' and the possibility of finding the 'live' streams. cheers for the feedback. The WindowsXML based version is coming along nicely, animations and skinnable etc.
- BigBellyBilly - 2007-10-11 11:40 BBC PodRadio updated to v1.1 available now on www.xbmcscripts.com Changes: Improved scrapping of streams, stops some hangs in some instances. Better displaying or Day Of The Week links. Added 'Live Radio'. (plugin also updated with same changes) cheers BBB - johnnygal - 2007-10-11 23:52 BBB, Cracking job! A superb script, works great. One suggestion/request please...can we have a scrollbar in the main window so we can tell when there are more podcasts available. You can only tell there are more by pressing "down" and seeing if the page scrolls when you get to the bottom. Apart from that - this script is brilliant - icons, durations, easy selection by genre/station, nice layout... - excellent!!! Cheers. - BigBellyBilly - 2007-10-12 00:18 I'm rewriting the script to be WindowXML based (skinnable) and I've added in scrollbars for the Categories (in footer) and the Streams lists. Some nice anims too. thanks for the feedback. - bassquake - 2007-10-12 17:47 Great script. But I think the links have changed on the bbc site. I cant seem to run any previous shows. Live works though. It says: "Download Failed. No Media Link Found". Be great to have this fixed, I always listen to it. Thanks. - BigBellyBilly - 2007-10-13 03:08 your right. site change. will work on it asap. that's the trouble with scraping ! cheers BBB |