Re: My bat_iplayer script now has a problem.

2015-06-18 Thread Vangelis forthnet
On Mon Jun 8 02:28:40 BST 2015, I wrote: As have already posted, Episode 5 is the subtitle, not the full title; the latter, which is CBBC Official Chart Show, Episode 5 can be harvested from the JSON playlist file: http://www.bbc.co.uk/programmes/b05yl3kr/playlist.json that is if one can come

Re: My bat_iplayer script now has a problem.

2015-06-07 Thread Jon Davies
On 6 June 2015 at 16:43, batguano999 batguano...@zoho.com wrote: On Fri, 05 Jun 2015 00:43:13 + Vangelis forthnetnorthmed...@the.forthnet.gr wrote On Thu Jun 4 09:47:34 BST 2015, Jon Davies wrote: this should work: TITLE=$(wget --quiet -O -

Re: My bat_iplayer script now has a problem.

2015-06-07 Thread Vangelis forthnet
On Sun Jun 7 22:21:23 BST 2015, Jon Davies wrote: TITLE=$(wget --quiet -O - http://www.bbc.co.uk/programmes/$PID.rdf | grep dc:title | sed -re s/ *dc:title(.*?)\/dc:title/\1/) (snip) No doubt batguano999 would be thankful for your code... (snip) Not at all, it doesn't work. then you have a

Re: My bat_iplayer script now has a problem.

2015-06-06 Thread batguano999
On Fri, 05 Jun 2015 00:43:13 + Vangelis forthnetnorthmed...@the.forthnet.gr wrote On Thu Jun 4 09:47:34 BST 2015, Jon Davies wrote: this should work: TITLE=$(wget --quiet -O - http://www.bbc.co.uk/programmes/$PID.rdf | grep dc:title | sed -re s/

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread Vangelis forthnet
On Thu Jun 4 09:47:34 BST 2015, Jon Davies wrote: this should work: TITLE=$(wget --quiet -O - http://www.bbc.co.uk/programmes/$PID.rdf | grep dc:title | sed -re s/ *dc:title(.*?)\/dc:title/\1/) Hi, Jon! No doubt batguano999 would be thankful for your code... I do not have a Linux box to

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread David Cantrell
On Thu, Jun 04, 2015 at 03:01:06AM +0300, Vangelis forthnet wrote: On Wed Jun 3 23:51:38 BST 2015, tellyaddict wrote: Do you think this was aimed at us? Hi - if by us you mean the GiP users, I honestly don't think we are their sole concern; their actions in general aim to cripple all 3rd

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread David Cantrell
On Thu, Jun 04, 2015 at 12:51:38AM +0200, tellyaddict wrote: As well as removing the Dynamite TV listing feeds, the BBC have extended their magnanimousness by also blocking the legacy XML playlist URLs, in the form: http://www.bbc.co.uk/iplayer/playlist/[PID] Do you think this was aimed

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread Jon Davies
On 3 June 2015 at 21:34, batguano999 batguano...@zoho.com wrote: Any suggestions how to modify my script (near line 25) to show a descriptive title again ? It's a bit clunky, but this should work: TITLE=$(wget --quiet -O - http://www.bbc.co.uk/programmes/$PID.rdf | grep dc:title | sed -re s/

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread Jim web
In article 20150604110056.gb29...@bytemark.barnyard.co.uk, David Cantrell da...@cantrell.org.uk wrote: On Thu, Jun 04, 2015 at 03:01:06AM +0300, Vangelis forthnet wrote: On Wed Jun 3 23:51:38 BST 2015, tellyaddict wrote: Do you think this was aimed at us? Hi - if by us you mean the GiP

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread michael norman
FWIW as a BBC 'outsider', whenever I've spoken to current BBC people their view seems to be that they aren't 'hostile' to gip and its use. Their concern is to develop and improve the iplayer. Circumstances mean that part of the improvement has to be to make it easier and more efficient to

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread tellyaddict
No. Dynamite decommissioning has been on the cards for several years. It suffered from horrible feature-creep which led to it becoming ever more unfit for its purpose. This has been very clearly explained in the BBC blog posts that have been mentioned on this list. Yes we have known about

Re: My bat_iplayer script now has a problem.

2015-06-04 Thread David Cantrell
On Thu, Jun 04, 2015 at 02:32:27PM +0200, tellyaddict wrote: Yes we have known about the decommissioning of Dynamite for some time but I thought that related to the ION feeds and metadata that the cache was using. Are the legacy xml playlists part of Dynamite too then? I believe that they

Re: Re: My bat_iplayer script now has a problem.

2015-06-03 Thread batguano999
Line 28 of your bash script uses the blocked XML playlist URL - as per my comments above, this won't get you now the proper prog title :-( Yes, it fails to generate the title so it defaults to lines 30/31/32 if [ -z $TITLE ] then TITLE=radio so the result is radio_b05wndrq.m4a

Re: My bat_iplayer script now has a problem.

2015-06-03 Thread Vangelis forthnet
On Wed Jun 3 21:34:23 BST 2015, batguano999 wrote: Since the recent changes (snip) it doesn't show the name properly, like this: radio_b05wndrq.m4a Any suggestions how to modify my script (near line 25) to show a descriptive title again ? Hello there batguano999 :-) As well as removing the

Re: My bat_iplayer script now has a problem.

2015-06-03 Thread Vangelis forthnet
On Wed Jun 3 23:51:38 BST 2015, tellyaddict wrote: Do you think this was aimed at us? Hi - if by us you mean the GiP users, I honestly don't think we are their sole concern; their actions in general aim to cripple all 3rd party apps services, to keep their rights holders happy - from:

Re: Re: My bat_iplayer script now has a problem.

2015-06-03 Thread tellyaddict
Line 28 of your bash script uses the blocked XML playlist URL - as per my comments above, this won't get you now the proper prog title :-( Yes, it fails to generate the title so it defaults to lines 30/31/32 if [ -z $TITLE ] then TITLE=radio so the result is