Re: [PATCH] Update iPlayer EMP version

2010-10-20 Thread Steve Anderson
On 19 October 2010 22:12, tim lane wrote: > I tracked down the relevant file (get_iplayer.pl) in "C:\Program Files > (x86)\get_iplayer" and manually edited the url in Notepad. However > this did not work. > > I eventually found a further copy of the file in the virtual store > (C:\Users\***\AppDa

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Andy Bircumshaw
On 19 Oct 2010, at 18:35, David Woodhouse wrote: On Tue, 2010-10-19 at 18:08 +0100, Jeff Cole wrote: DEBUG: swfUrl : http://www.bbc.co.uk/emp/10player.swf?revision=15501_15796 That's not the current URL. Either you didn't update, or you're overriding it in your config. Note that under (o

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Jeff
On 19 October 2010 18:35, David Woodhouse wrote: > > On Tue, 2010-10-19 at 18:08 +0100, Jeff Cole wrote: > > DEBUG: swfUrl   : > > http://www.bbc.co.uk/emp/10player.swf?revision=15501_15796 > > That's not the current URL. Either you didn't update, or you're > overriding it in your config. I thoug

RE: [PATCH] Update iPlayer EMP version

2010-10-19 Thread tim lane
A quick note for novices like me who are using windows 7 It took a while for me to work out how to apply this patch on Windows 7 as I have absolutely NO programming/scripting knowledge whatsoever. I tracked down the relevant file (get_iplayer.pl) in "C:\Program Files (x86)\get_iplayer" and manual

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread David Woodhouse
On Tue, 2010-10-19 at 18:08 +0100, Jeff Cole wrote: > DEBUG: swfUrl : > http://www.bbc.co.uk/emp/10player.swf?revision=15501_15796 That's not the current URL. Either you didn't update, or you're overriding it in your config. -- dwmw2 ___ get_iplaye

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Jeff Cole
On 19 October 2010 16:34, David Woodhouse wrote: > On Tue, 2010-10-19 at 16:19 +0100, Jeff Cole wrote: >> DEBUG: SWFSHA256: >> DEBUG: 31 49 03 7d ea ab 6f 8c ef e5 14 2f 3f 3f fc 9a >> DEBUG: 8c fc b3 14 a7 d2 a7 7c 8d 47 52 49 a8 0a 03 bf >> DEBUG: SWFSize  : 1167707 > > Mine says: > > DEBUG: SWF

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Stuart Henderson
On 2010/10/19 16:19, Jeff Cole wrote: > On 19 October 2010 11:28, Steven Luo wrote: > > > > There's not really enough information there to guess at what might be > > happening -- if you pass --verbose to get_iplayer and post the output, > > someone might be able to help you. > swfUrl: http://www.

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread David Woodhouse
On Tue, 2010-10-19 at 16:19 +0100, Jeff Cole wrote: > DEBUG: SWFSHA256: > DEBUG: 31 49 03 7d ea ab 6f 8c ef e5 14 2f 3f 3f fc 9a > DEBUG: 8c fc b3 14 a7 d2 a7 7c 8d 47 52 49 a8 0a 03 bf > DEBUG: SWFSize : 1167707 Mine says: DEBUG: SWFSHA256: DEBUG: 75 6e f5 b1 b3 3f 59 e8 86 80 ba 06 bc bc 96 7

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Jeff Cole
On 19 October 2010 11:28, Steven Luo wrote: > > There's not really enough information there to guess at what might be > happening -- if you pass --verbose to get_iplayer and post the output, > someone might be able to help you. Here's a verbose log (before conversion): *

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Steven Luo
On Mon, Oct 18, 2010 at 04:52:46PM -0600, Magic Cheezer wrote: > > for the benefit of others, > where do you track this player version, Steve? Load an iPlayer episode page in the browser and check the URL of the embedded media player (Ctrl-I in Firefox, then select Media). Alternately, right-clic

Re: [PATCH] Update iPlayer EMP version

2010-10-19 Thread Steven Luo
On Mon, Oct 18, 2010 at 05:38:21PM +0100, Jeff Cole wrote: > I just used the committed patch which downloaded > as get_iplayer-cf7e8ef.tar.gz > and tried it out in Get iPlayer Automator (replacing the get_iplayer.pl that > was in the application package) > and found that I had the same problem as b

Re: [PATCH] Update iPlayer EMP version

2010-10-18 Thread Jeff Cole
KYOU! > (I was imagining something far more complex/insidious!!) > > m > > -------- > > Subject: Re: [PATCH] Update iPlayer EMP version > > From: dw...@infradead.org > > To: ste...@steven676.net > > Date: Mon, 18 Oct 2010 15:34:02 +0100

RE: [PATCH] Update iPlayer EMP version

2010-10-18 Thread Magic Cheezer
for the benefit of others, where do you track this player version, Steve? thanks again (a million) m > Date: Mon, 18 Oct 2010 04:47:58 -0700 > From: ste...@steven676.net > To: get_iplayer@lists.infradead.org > Subject: [PATCH] Update iPlayer

RE: [PATCH] Update iPlayer EMP version

2010-10-18 Thread Magic Cheezer
Steve, you are a god-send... this has fixed HD downloads... THANKYOU! (I was imagining something far more complex/insidious!!) m > Subject: Re: [PATCH] Update iPlayer EMP version > From: dw...@infradead.org > To: ste...@steven676.net > D

Re: [PATCH] Update iPlayer EMP version

2010-10-18 Thread David Woodhouse
On Mon, 2010-10-18 at 04:47 -0700, Steven Luo wrote: > Some time back, the BBC updated to a new version of its Flash embedded > media player for the iPlayer. I don't know of any functional changes > that affect get_iplayer, but we need to update the script to pass the > new URL and ensure that SWF

[PATCH] Update iPlayer EMP version

2010-10-18 Thread Steven Luo
Some time back, the BBC updated to a new version of its Flash embedded media player for the iPlayer. I don't know of any functional changes that affect get_iplayer, but we need to update the script to pass the new URL and ensure that SWF verification calculates the hashes of the correct file. Fix