(note: shameless plug - I'm the get_iplayer author). get_iplayer also can get programmes automatically using it's PVR functionality. Basically you just setup a PVR entry in get_iplayer based on programme name and it will download it, transcode it if necessary (from real, flv or wav etc to mp3), id3 tag it, and save in file directory of your choice ready for listening. It will even email you when a new prog is downloaded if you want (on Linux at least). You just need to do something like:
get_iplayer --type=radio 'Chris Moyles' --amode iphone Then add it to the PVR as follows: get_iplayer --type=radio 'Chris Moyles' --amode iphone --pvr-add 'my_chris_moyles_search' The --amode option basically lists which downloads methods to try (default is: iphone, flashaudio, realaudio). The first two are native high quality mp3. The realaudio mode is of pretty poor quality. You then just add '/path/to/get_iplayer --pvr' to your cron to run, say, hourly. Job done... -- linuxcentre ------------------------------------------------------------------------ linuxcentre's Profile: http://forums.slimdevices.com/member.php?userid=20244 View this thread: http://forums.slimdevices.com/showthread.php?t=57597 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
