Difference between revisions of "BBC Backstage"

From XMLTV
Jump to: navigation, search
 
m (BBC Backstage service is closed down)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<span style="color:Red;font-weight:bold;font-size:120%;">NOTE: The BBC Backstage service closed down in December 2010.</span> [http://en.wikipedia.org/wiki/Backstage.bbc.co.uk (link)]
 +
 +
 +
{{third-party tool}}
 
I've put together a quick script that grabs data from the
 
I've put together a quick script that grabs data from the
 
[http://backstage.bbc.co.uk/data/BbcWebApi?v=fcd listings service] available from [http://backstage.bbc.co.uk BBC Backstage].  
 
[http://backstage.bbc.co.uk/data/BbcWebApi?v=fcd listings service] available from [http://backstage.bbc.co.uk BBC Backstage].  
  
 
= Download =
 
= Download =
It's available from [http://www.crustynet.org.uk/~chrisb/xmltv/tv_grab_uk_bbcbackstage here]. It's very rough-and-ready right now, but it basically works.  
+
It's available from [http://git.crustynet.org.uk/?p=xmltv.git;a=history;f=grab/uk_bbcbackstage/tv_grab_uk_bbcbackstage;hb=tv_grab_uk_bbcbackstage my git repository]. It's very rough-and-ready right now, but it basically works.
  
 
= License =
 
= License =
Line 10: Line 14:
 
= Developer notes =
 
= Developer notes =
 
It uses the XML web service API, rather than the download. I originally started with the download, but I had problems with the archives not being update, which is when I switched to using the web service. The code for the web service is also simpler.
 
It uses the XML web service API, rather than the download. I originally started with the download, but I had problems with the archives not being update, which is when I switched to using the web service. The code for the web service is also simpler.
 +
 
[[User:ChrisB|ChrisB]] 09:47, 13 November 2008 (CET)
 
[[User:ChrisB|ChrisB]] 09:47, 13 November 2008 (CET)

Latest revision as of 09:45, 25 July 2014

NOTE: The BBC Backstage service closed down in December 2010. (link)


This is a third-party tool developed by XMLTV user(s). It is not created, supported, or endorsed by the XMLTVProject. For a list of third-party tools and things to remember for your safety when using third-party tools, see the category.

I've put together a quick script that grabs data from the listings service available from BBC Backstage.

Download

It's available from my git repository. It's very rough-and-ready right now, but it basically works.

License

Like the rest of XMLTV, I've put my code under the GPL. The data is subject to the backstage API terms of use.

Developer notes

It uses the XML web service API, rather than the download. I originally started with the download, but I had problems with the archives not being update, which is when I switched to using the web service. The code for the web service is also simpler.

ChrisB 09:47, 13 November 2008 (CET)