Downloading multiple pids

2014-11-01 Thread Tony Spearshaker
Hi

Now that we are forced into using pids, does anyone know how to download more 
than one at the same time?  I haven't yet managed to find a way that works.  (I 
am using Windows 7 with Windows Installer 4.9.)

Thanks.

Tony


___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Downloading multiple pids

2014-11-01 Thread Mark Evans
I believe the next release will allow multiple pids to be specified.

 On 1 Nov 2014, at 09:01, Tony Spearshaker tonyspearsha...@yahoo.co.uk wrote:
 
 Hi
 
 Now that we are forced into using pids, does anyone know how to download more 
 than one at the same time?  I haven't yet managed to find a way that works.  
 (I am using Windows 7 with Windows Installer 4.9.)
 
 Thanks.
 
 Tony
 
 
 ___
 get_iplayer mailing list
 get_iplayer@lists.infradead.org
 http://lists.infradead.org/mailman/listinfo/get_iplayer

___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer


Re: Downloading multiple pids

2014-11-01 Thread Chris Marriott



-Original Message- 
From: Tony Spearshaker

Sent: Saturday, November 01, 2014 9:01 AM
To: get_iplayer@lists.infradead.org
Subject: Downloading multiple pids


Hi

Now that we are forced into using pids, does anyone know how to download 
more than one at the same time?  I haven't yet managed to find a way that 
works.  (I am using Windows 7 with Windows Installer 4.9.)


Use the for command.

Eg:

for %F in (b04n8rx0, b04n9831, b04n69xt) do 
get_iplayer --mode=flashhigh --pid=%F


Will download all three programmes, one after the other.

Regards,

Chris



___
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer