New Script (and Plugin) BBC PodRadio

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Nuka1195 Online
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #11
Does your script have features not available in the plugin?

If so what. I'm trying to see what other features plugins could use.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
jonathh Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #12
Hey guy!

Fantastic script, LOVE IT!

Problem I am having tho, and I had the same problem with the other BBC radio scrapper... It won't play radio 2...? It plays the message from 'the voice of the balls' about the fact you are listening to radio 2.... then dead.. nothing.

Any ideas?

Cheers Undecided

P.s. I can not confirm nor deny that I listen to radio 2.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #13
I uploaded v2 to xbmcscripts.com last night, might not appear for a couple of days, but will post when it does. It does fix a few stream scrapping problems (among other things like being skinable, self installing Plugin etc)

I'll assume your referring to Live radio (as opposed to the Listen Again) - but your right, some of them have an introduction then stop, others just goto the actual Live feed.
Not sure what to do about that yet.

Being a TOG or TYG no shame mate Wink

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
(This post was last modified: 2007-10-18 11:44 by BigBellyBilly.)
find quote
jonathh Offline
Junior Member
Posts: 14
Joined: Oct 2007
Reputation: 0
Post: #14
Rock on brother.

Rock on.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #15
ok. sussed the Live Radio only playing the intro clip.
Seems the container .rpm file can contain multiple rtps lines, its acting as a form of playlist.

Quick fix.
Edit default.py

In function playStream()

change the regular expression from
(rtsp://.*?)\?

to be
(rtsp://rmlive.*?)\?

That will just pickup the live feed

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
(This post was last modified: 2007-10-19 16:09 by BigBellyBilly.)
find quote
gZeus Offline
Junior Member
Posts: 8
Joined: Oct 2007
Reputation: 0
Post: #16
When the plugin trys connecting to the net it freezes xbmc. Why?
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #17
theres were a few hangin situations in v1.1

Latest is v2.01 (WindowXML based) skinable, anims, Live Radio into Plugin, self installing plugin, and includes all discussed fixes/improvments to date.

grab it from here but it only allows a limited number of downloads.

Hopefully it will appear on xbmcscripts.com soon

BBB

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
(This post was last modified: 2007-10-20 16:14 by BigBellyBilly.)
find quote
Johnnyfive Offline
Junior Member
Posts: 40
Joined: Aug 2007
Reputation: 4
Location: Strasbourg, France
Post: #18
Great work! I like the script interface.

One thing that still doesn't work is "Local Radio Stations (40)" under "Browse Radio by Radio Stations" which should display a menu of all English local radio stations.

BTW It's available on xbmcscripts.com now.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #19
now up on XBMCScripts.com

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
pingtiao Offline
Junior Member
Posts: 24
Joined: Oct 2007
Reputation: 0
Post: #20
That works perfectly- well done and thanks for a wicked script.
find quote
Post Reply