Re: I haven't been able to download using PID for ages....

2012-10-05 Thread Mark Rogers
On 01/10/2012 15:48, dinkypumpkin wrote: A Linux shell interprets those literally as well when passing arguments to a script such as get_iplayer. It's only when they're written to the console with echo, for example, that the magic happens. Fear not the backslash. You learn something new

Re: I haven't been able to download using PID for ages....

2012-10-01 Thread Mark Rogers
On 01/10/12 13:12, dinkypumpkin wrote: Valid, but unnecessary. The Windows command interpreter hands the path to get_iplayer as-is, without the need for escaped backslashes. [...] No luck involved. The Windows command interpreter just passes the path to Perl as a string, where it is

Re: I haven't been able to download using PID for ages....

2012-09-28 Thread Dave F.
On 27/09/2012 14:51, dinkypumpkin wrote: Sorry - forgot to correct a typo in your example. Remove the backslash after BBC: get_iplayer -o C:\Downloads\BBC --modes=best --type radio --pid b01mxvr5 That's it! Thanks. I have to say though that I'm surprised the last forward slash for the

Re: I haven't been able to download using PID for ages....

2012-09-28 Thread Dave F.
On 27/09/2012 18:01, Jon Davies wrote: I'm kind of lost as to what you're actually trying to achieve. If you have a single specific programme you want to download, then finding the pid and downloading it works, but seems like a hard way of solving the problem. See earlier post by dinky' who

Re: I haven't been able to download using PID for ages....

2012-09-28 Thread dinkypumpkin
On 28/09/2012 12:32, Dave F. wrote: On 27/09/2012 14:51, dinkypumpkin wrote: Sorry - forgot to correct a typo in your example. Remove the backslash after BBC: get_iplayer -o C:\Downloads\BBC --modes=best --type radio --pid b01mxvr5 That's it! Thanks. I have to say though that I'm surprised

Re: I haven't been able to download using PID for ages....

2012-09-28 Thread Dave F.
On 28/09/2012 12:44, dinkypumpkin wrote: The backslash escapes the quote character, so the value of the -o parameter isn't terminated. That means that get_iplayer never sees any of the following arguments on the command line. This means get_iplayer effectively runs without arguments and

Re: I haven't been able to download using PID for ages....

2012-09-27 Thread Dave F.
On 26/09/2012 16:55, dinkypumpkin wrote: From your example, the command line should look like: get_iplayer -o C:\Downloads\BBC\ --modes=best --type radio --pid b01mxvr5 From the DOS prompt of a command window I get the same list of programs as described before. How are you running this

Re: I haven't been able to download using PID for ages....

2012-09-27 Thread dinkypumpkin
On 27/09/2012 14:38, Dave F. wrote: On 26/09/2012 16:55, dinkypumpkin wrote: From your example, the command line should look like: get_iplayer -o C:\Downloads\BBC\ --modes=best --type radio --pid b01mxvr5 From the DOS prompt of a command window I get the same list of programs as described

Re: I haven't been able to download using PID for ages....

2012-09-26 Thread Dave F.
On 26/09/2012 13:42, Jon Davies wrote: On 26 September 2012 12:59, Dave F. dave...@madasafish.com wrote: I haven't been able to download using PID for ages but finally got some spare time to try solve it. [...] C:\Program Files (x86)\get_iplayer\get_iplayer.cmd -o C:\Downloads\BBC\

Re: I haven't been able to download using PID for ages....

2012-09-26 Thread Chris Marriott
-Original Message- From: Dave F. Sent: Wednesday, September 26, 2012 2:25 PM To: get_iplayer@lists.infradead.org Subject: Re: I haven't been able to download using PID for ages Try this one: C:\Program Files (x86)\get_iplayer\get_iplayer.cmd -o C:\Downloads\BBC\ --refresh

Re: I haven't been able to download using PID for ages....

2012-09-26 Thread dinkypumpkin
On 26/09/2012 14:25, Dave F. wrote: Try this one: C:\Program Files (x86)\get_iplayer\get_iplayer.cmd -o C:\Downloads\BBC\ --refresh --force -f --modes=best --pid b01mxvr5 --i -v From your example, the command line should look like: get_iplayer -o C:\Downloads\BBC\ --modes=best --type radio

Re: I haven't been able to download using PID for ages....

2012-09-26 Thread Chris Marriott
-Original Message- From: dinkypumpkin Sent: Wednesday, September 26, 2012 5:06 PM To: get_iplayer@lists.infradead.org Subject: Re: I haven't been able to download using PID for ages On 26/09/2012 16:31, Chris Marriott wrote: Surely it's pid= not, pid , is it not? That's

RE: I haven't been able to download using PID for ages....

2012-09-26 Thread bat guano
Using --raw obviates the transcoding (yeurgh). use FLVExtract to rip out AAC from the FLVs and then use YAMB (or MP4Box if you're not lazy like me) to remux as an M4A and get it seekable. For videos, I just leave as FLV as MPC can parse and decode them fine natively; when I remuxed as

Re: I haven't been able to download using PID for ages....

2012-09-26 Thread Christopher Woods (CM)
Some interesting comments all, thanks. The reason I put --pid at the end of my string is partially to stop me from forgetting to change it ;-) And I only ever use get_iplayer to grab stuff for which I've already found the PID for, I always found its PVR features a little cumbersome for what I

Re: I haven't been able to download using PID for ages....

2012-09-26 Thread dinkypumpkin
On 26/09/2012 23:02, Christopher Woods (CM) wrote: My explicit SWFVfy declaration was after the default player URL was removed by the BBC so rtmpdump was having problems with dropped frames and corrupt downloads, particularly on the HD content. The BBC has gone through several generations of