Is It Possible To Add Options Individually To PVR Search Terms?

Jon Davies jon at hedgerows.org.uk
Thu Jan 7 01:31:54 PST 2016


On 28 December 2015 at 13:06, C E Macfarlane <c.e.macfarlane at macfh.co.uk> wrote:
> As per subject, when GiP downloads certain programmes, particularly radio
> programmes, I want it to use a particular file prefix, different from the
> global settings, and further sometimes I want an HD download to overwrite a
> preexisting SD version of the programme.

gip already does this, but you seem to be getting search terms and pvr
settings mixed up.

if you can write a command line that does what you want, then adding
--pvr-add will store all the options you set as part of the pvr
settings.

so for example

get_iplayer --type radio --force --overwrite --file-prefix
"Caithream_Ciùil_-_<episodeshort>" "Caithream Ci.il" --pvr-add
caithream_ciuil

yields a pvr file containing
    fileprefix Caithream_Ciùil_-_<episodeshort>
    force 1
    overwrite 1
    type radio
    search0 Caithream Ci.il

you might also like to look at using --preset - this allows you to
configure groups of settings which you can then use later.

one other note, your fileprefix should probably be something like
"<name>_-_<episodeshort>" - see also
https://github.com/get-iplayer/get_iplayer/wiki/documentation#substitution-parameters

Cheers
Jon



More information about the get_iplayer mailing list