get_iplayer has new BBC iPlayer PVR functionality

Ever wanted to automatically download your favourite BBC iPlayer programmes and podcasts? Well now get_iplayer v0.84 can act as a quite sophisticated PVR.

It allows you to download any number of iPlayer / podcast programmes using any combination of search terms that you would normally run on the get_iplayer command line. This includes searching by channel, category, version(i.e. Signed or Default), date added, programme name, episode name, description etc.

The PVR searches are saved in ~/.get_iplayer/pvr/. You can Add, Delete and List the PVR searches. You’ll need to run a single command from a scheduler such as the Unix cron daemon (or possibly
the Windows scheduler).

Examples of usage are as follow:

Add a new PVR search (using any usual search options):

To automatically download all BBC One comedy programmes:

get_iplayer --pvr-add=bbc1_comedy_tv_progs --category=comedy --type=tv --channel=’BBC One’

or, to automatically download the ‘Click’ TV programme:

get_iplayer --pvr-add=click --type=tv ^click$

or, to download all of Chris Moyles podcasts:

get_iplayer --pvr-add=moyles_podcasts --type=podcast moyles

List the PVR searches already added:

get_iplayer --pvr-list

Remove a PVR search:

get_iplayer --pvr-del=bbc1_comedy_tv_progs

Run the PVR (this really should be added to your scheduler such as cron):

get_iplayer --pvr

See the Readme file for more information on usage.

2 Comments

(Required)
(Required, will not be published)