Radio Download Alternatives

Shevek shevek at shevek.co.uk
Sun Jun 30 13:33:18 EDT 2013


On 30 June 2013 18:17, Chris J Brady <chrisjbrady at yahoo.com> wrote:
> Radio Downloader was very useful in that it allowed the 'subscription' and downloading of many programmes on a regular basis.
>
> Is there an equivalent app. that does similarly?
>

I use a Windows batch file which I have run every 6 hours using
Windows Task Scheduler:

@echo off
CD /d "C:\Program Files (x86)\get_iplayer\"

for /f "tokens=1,2,3,4 delims=/ " %%a in ('date /t') do set _date=%%c%%b%%a
for /f "tokens=1,2,3 delims=:." %%a in ('echo %time%') do set
_hh=00%%a&set _mm=00%%b&set _ss=00%%c
set _datetime=%_date%-%_hh:~-2%%_mm:~-2%%_ss:~-2%

set _perl="C:\Program Files (x86)\get_iplayer\perl.exe"
set _get_iplayer="C:\Program Files (x86)\get_iplayer\get_iplayer.pl"

%_perl% %_get_iplayer% --type=radio --refresh --force
dontshowanymatches >
E:\Incoming\iPlayer\logs\refresh\radio\%_datetime%_refresh_radio.log
2>&1

%_perl% %_get_iplayer% --type=radio -g programme "programme 1"
"another programme" >
E:\Incoming\iPlayer\logs\download\radio\%_datetime%_download_radio.log
2>&1



More information about the get_iplayer mailing list