Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-11-01 Thread Jon Davies
On 29 October 2014 13:20, dinkypumpkin dinkypump...@gmail.com wrote: The BBC have removed the programme data feeds used by get_iplayer It seems that the programme schedule data feeds are still working (lots of xml, e.g. http://www.bbc.co.uk/bbcone/programmes/schedules/hd/2014/10/31.xml) and

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-11-01 Thread Jonathan H
Don't forget that with most services, including the bbc, you just swap .xml for .json if you prefer json and find it easier to work with an object. http://www.bbc.co.uk/bbcone/programmes/schedules/hd/2014/10/31.json Also, the Yahoo Query Language console might be worth a look for transforming

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-31 Thread Chris Davies
Thank you, User Name. Here's another patch (from version 2.83) that fixes the BBC iPlayer feeds in the programme titles. In the sub generate_filenames, change one line from: $prog-{name} = $name if $name ! $prog-{name}; to $prog-{name} = $name if $name (! $prog-{name} ||

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Vangelis forthnet
On Wed Oct 29 19:13:12 GMT 2014, dinkypumpkin wrote: There are other sources of programme data, so I think it's possible to restore get_iplayer search capability to some degree. Are the following XML feeds any good for building up a 7 day radio cache for (at least) National Radio?

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Paul Oldham
On 29/10/14 22:29, Timothy wrote: dinkypumpkin: The BBC have removed the programme data feeds used by get_iplayer... Well crap. This means all the RSS feeds are now gone. I was already struggling with the new iPlayer interface before and was so glad for the RSS feeds. Now they just abruptly

RE: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread peter
Thank you User Name for a great temporary workaround, at least for now. I altered the get_iplayer script as you suggest (but in my case in Ubuntu Linux, Mint 17) and it appears to work for radio programmes. Peter On Thu, 30 Oct, 2014 at 4:16 AM, User Name magic_chee...@hotmail.com wrote: I

Re: [Get-iPlayer] RE: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Graham Cobb
On 30/10/14 04:16, User Name wrote: I found that by co-opting (and modifying slightly the behaviour of) the --refreshfuture cmdline option, I was able to re-populate the cache with a fair amount of stuff. I have modified the 2.86 git version of the get_iplayer.pl script I have on Windows

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Budgie
On 29/10/14 13:20, dinkypumpkin wrote: The BBC have removed the programme data feeds used by get_iplayer, so search and PVR functions no longer work. There is no programme information to cache, and it was the cache that supported search and PVR functions. There is no fix available at this time.

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Nick
On Wed, 29 Oct 2014 18:29:50 -0400 Timothy tmthywy...@aol.com wrote: Well crap. This means all the RSS feeds are now gone. I was already struggling with the new iPlayer interface before and was so glad for the RSS feeds. Now they just abruptly disappear and I'm left floundering. Lovely.

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread dinkypumpkin
On 30/10/2014 04:16, User Name wrote: I found that by co-opting (and modifying slightly the behaviour of) the --refreshfuture cmdline option, I was able to re-populate the cache with a fair amount of stuff. I have modified the 2.86 git version of the get_iplayer.pl script I have on Windows

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Square Penguin
Budgie wrote: what is the best way find required PID or URL to continue to get programmes while we can? Aside from the usual way of manually extracting the PID/URL from the iPlayer site page there are a few scripts popping up which seem to be used with Firefox in some way. I don't use

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Roger Bell_West
If you're aiming to get something like PVR functionality, i.e. downloading all episodes of a specific programme, what's working for me is: (for radio) (1) Find the programme's overall PID (there's probably a proper name for this, but I don't know it) within iPlayer. Start at

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Timothy
Paul Oldham p...@the-hug.org wrote: On 29/10/14 22:29, Timothy wrote: dinkypumpkin: The BBC have removed the programme data feeds used by get_iplayer... Well crap. This means all the RSS feeds are now gone. I was already struggling with the new iPlayer interface before and was so glad for

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Peter S Kirk
On 29 Oct 2014 at 19:09, Paul Phillips Paul Phillips paulphillipsdidsb...@gmail.com wrote: I'm going to an open evening the iplayer team are having in early December in Salford , and I expect to be able to speak directly to the iplayer product team so if you have any questions let me know and

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Vangelis forthnet
On Thu Oct 30 04:16:22 GMT 2014, I wrote: pid=b04mb4wk corresponds to a valid XML playlist, so GiP uses older subroutines for the download and tagging; this show can be recorded... but - as said - without an embedded thumbnail. ... if sub get_verpids_json is being used due to a noitems XML

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-30 Thread Vangelis forthnet
On Fri Oct 31 03:52:23 GMT 2014, I wrote: and the summary entry could be used as a descshort equivalent to populate the tag fields now filled with the junk. ... The same could be applied for JSON playlists with regards to the metadata, Examining more closely sub get_verpids_json my

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Owen Smith
Well this sucks. Does anyone know if it will affect the Squeezebox iPlayer radio plugin as well? I'm assuming it does at the moment. -- Owen Smith owen.sm...@cantab.net Cambridge, UK On 29 Oct 2014, at 13:20, dinkypumpkin dinkypump...@gmail.com wrote: The BBC have removed the programme data

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Square Penguin
dinkypumpkin wrote: http://iplayerhelp.external.bbc.co.uk/tv/feeds Sad news. Following the links and reading through the new API docs I'm left a little unsure as to what the BBC wants from this new setup. Leaving aside the technical benefits it'll be interesting to see how they seek to

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Chris Marriott
-Original Message- From: Square Penguin Sent: Wednesday, October 29, 2014 2:11 PM To: dinkypumpkin Cc: get_iplayer Subject: Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available Sad news. Following the links and reading through the new API docs I'm left

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Chris J Brady
I started up the Windows PVR Manager and then refreshed the BBC Radio cache, and got this: The cache will auto-refresh every 1 hour(s) if you leave this page open INFO: Getting radio Index Feeds ...WARNING: Failed to get programme index feed for bbc_radio_oxford from iplayer site

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Jeremy Nicoll - ml get_iplayer
dinkypumpkin dinkypump...@gmail.com wrote: The BBC have removed the programme data feeds used by get_iplayer... Hell. Even if I have to resort to the BBC website to watch streamed programmes, or use get_iplayer to download by pids researched online, the programme data was invaluable for telling

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Nick
On Wed, 29 Oct 2014 13:20:19 + dinkypumpkin dinkypump...@gmail.com wrote: The BBC have removed the programme data feeds used by get_iplayer, so search and PVR functions no longer work. There is no programme information to cache, and it was the cache that supported search and PVR

Re: [Get-iPlayer] Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread g+get_iplayer
On 29/10/14 17:19, Jeremy Nicoll - ml get_iplayer wrote: dinkypumpkin dinkypump...@gmail.com wrote: The BBC have removed the programme data feeds used by get_iplayer... Hell. Even if I have to resort to the BBC website to watch streamed programmes, or use get_iplayer to download by pids

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Nick
On Wed, 29 Oct 2014 17:19:19 + Jeremy Nicoll - ml get_iplayer jn.ml.gti...@wingsandbeaks.org.uk wrote: Does this mean that all the built-in iPlayer functionality on various manufacturers' TVs etc has just ceased to work? If I'd bought such a TV I'd be feeling really annoyed at this point.

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Paul Phillips
I'm going to an open evening the iplayer team are having in early December in Salford , and I expect to be able to speak directly to the iplayer product team so if you have any questions let me know and I'll see if I can get them answered. On 29 October 2014 13:20, dinkypumpkin

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread dinkypumpkin
On 29/10/2014 19:13, dinkypumpkin wrote: On 29/10/2014 13:20, dinkypumpkin wrote: The BBC have removed the programme data feeds used by get_iplayer, so Some follow-up: And some more: You may find some screwy metadata in your downloads as well. If fields formerly found in the now-dead

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Conrad Wood
I don't see Nitro as a solution for get_iplayer, at least not directly. You can be sure that get_iplayer wouldn't get direct access, and even if that were possible, rate limiting and other restrictions might be too tight. There are still details missing, and as Jeremy noted, outsiders

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Conrad Wood
I don't see Nitro as a solution for get_iplayer, at least not directly. You can be sure that get_iplayer wouldn't get direct access, and even if that were possible, rate limiting and other restrictions might be too tight. There are still details missing, and as Jeremy noted, outsiders

Re: Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Steven Maude
That's one model. It depends on caching policies, geographic restrictions and other terms as yet unknown. Even if all that were worked out, it means get_iplayer would require a central resource that somebody would have to pay for and maintain. Personally, I don't want go down that road

RE: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread David Lake (dlake)
Alternatively, maybe some kind of proxy for the metadata can be used. You mean, like this ? http://atlas.metabroadcast.com/#home -Original Message- From: get_iplayer [mailto:get_iplayer-boun...@lists.infradead.org] On Behalf Of Conrad Wood Sent: 29 October 2014 13:09 To: dinkypumpkin

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Mable Syrup
It sucks big time. I can't see any easy way using iplayer to, for example, list all radio dramas from the last few days. I often do this, pick something interesting, get all the episodes (and that could be over several weeks), listen to them in the car, delete. Rinse and repeat. Since

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Dirk Husemann
this % curl http://www.bbc.co.uk/iplayer/guide/bbc/20141029 | grep /iplayer/episode thows out some useful stuff; for example, searching for design in todays iplayer schedule: % curl http://www.bbc.co.uk/iplayer/guide/bbc/20141029 | grep /iplayer/episode | grep -i design yields

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Conrad Wood
On 29 Oct 2014, at 22:40, David Lake (dlake) wrote: Alternatively, maybe some kind of proxy for the metadata can be used. You mean, like this ? http://atlas.metabroadcast.com/#home yes that looks like an option. ___ get_iplayer mailing list

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Timothy
dinkypumpkin: The BBC have removed the programme data feeds used by get_iplayer... Well crap. This means all the RSS feeds are now gone. I was already struggling with the new iPlayer interface before and was so glad for the RSS feeds. Now they just abruptly disappear and I'm left floundering.

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Lorenzo Martinelli
:-( I'm very disappointed! Can somebody write up a idiot* guide to download a program using PID or URL on Windows? Including how to find out the PID. For instance, if I wanted to download Autumnwatch what do I do? The first episode is here:

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Jeremy Nicoll - ml get_iplayer
Timothy tmthywy...@aol.com wrote: I guess this means I'll have to deal with the inherently visual nature of BBC iPlayer's site from now on? *sigh* This is what I get for being a complacent blindy... Maybe a complaint/request for help from the BBC from the point of view of a partially- or non-

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Jeremy Nicoll - ml get_iplayer
Lorenzo Martinelli lore...@martinelli.co.uk wrote: The first episode is here: http://www.bbc.co.uk/iplayer/episode/b04n8zdp/autumnwatch-20... The pid (programme id) is this: b04n8zdp To fetch it you need to issue a get_iplayer command including --pid b04n8zdp in the arguments to the

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread SquarePenguin
On 29 October 2014 23:27:57 GMT+00:00, Lorenzo Martinelli lore...@martinelli.co.uk wrote: Can somebody write up a idiot* guide to download a program using PID or URL on Windows? Including how to find out the PID. For instance, if I wanted to download Autumnwatch what do I do? I wrote a very

RE: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread User Name
I found that by co-opting (and modifying slightly the behaviour of) the --refreshfuture cmdline option, I was able to re-populate the cache with a fair amount of stuff. I have modified the 2.86 git version of the get_iplayer.pl script I have on Windows (precisely, from git branch f109d22). In

Re: [ANN] get_iplayer search and PVR functions no longer work - no fix available

2014-10-29 Thread Thomas Willson
That’s a massive help! I’ve applied that to the quick caching server for GiA. Good, quick, interim fix until we come up with something better. On Oct 29, 2014, at 9:16 PM, User Name magic_chee...@hotmail.com wrote: I found that by co-opting (and modifying slightly the behaviour of) the