We should be grateful ( was Re: A message from Auntie )

2014-10-30 Thread artisticforge .
Hello I think we should be grateful that get_iplayer worked as well as it did for so many years. I tend to think that perhaps the unofficial clients are all victims of their own success. Someone was bound to notice eventually. For video there is BBC iPlayer Download. There is no equivalent for au

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 $des

Re: A message from Auntie

2014-10-30 Thread artisticforge .
Hello well that means resurrecting Perl scripts to crawl the bbc web sites find the media programs that equate to the get_iplayer PVR search list, build yet another Perl script that is executed to download the media programs. this means alot of traffic for the bbc web pages. my Sunday programs m

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 pla

A message from Auntie

2014-10-30 Thread Dave Ford
As posted on the BBC Internet blog - from Jon Billings: 'In particular, the BBC does not sanction XBMC, get_iplayer or similar clients, and the iPlayer RSS feeds were never designed or intended to support them. Nitro will almost certainly not support their ways of working. We realise this comes as

get_iplayer broken now for something completely different

2014-10-30 Thread artisticforge .
Hello; before I go off and resurrect an old Perl script to download all the radio programs i listen to throughout the day, I thought I would first ask here two questions: 0. has anyone all resurrected their Perl scripts and be willing to share? 1. any rumors that the BBC may be going to a subscri

Proof-of-concept scraper for iPlayer web frontend TV data to JSON

2014-10-30 Thread Steven Maude
Since I was thinking about scraping iPlayer yesterday, I spent an hour or two this evening and hacked together this Python script which pulls programme info from the iPlayer TV category index pages and (for now) outputs the data as JSON: https://github.com/StevenMaude/nitroradical There's thr

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 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 I'll > see if I can get the

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

2014-10-30 Thread Timothy
Paul Oldham 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 the RS

Re: Quick URL doesn't work ....

2014-10-30 Thread roadcone
On 29/10/14 22:48, Vangelis forthnet wrote: And, by the way, do all of your radio downloads of this evening have an embedded thumbnail (embedding done by AtomicParsley normally, while "MP4 tagging M4A file")? I don't believe so though I am unclear how to view them in m4a files. get_iplayer norm

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 http://www.bbc.co.uk/

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

2014-10-30 Thread Budgie
On 30/10/14 11:43, Square Penguin wrote: 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

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 Firefox

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 (pr

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" 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. Looking at the repl

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. Y

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 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 wrote: I found that by co-opting (and

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 dis

Re: Quick URL doesn't work ....

2014-10-30 Thread Alan Milewczyk
Super, thanks both to M Clark and Vangelis forthnet. Now, it looks to me that , and are broken, producing the results s01e01, 1 and 1 respectively in all cases, eg in the file previously downloaded as: Who_Do_You_Think_You_Are_Series_9_-_2._Gregg_Wallace_b01m81bj_default.mp4 I've tried var