On Thu May 18 15:29:02 BST 2017, Budge wrote:

get_iplayer --prefs-add --refresh-include="Radio 4","Radio 3"

Is that the right syntax

No; all you need to know is detailed here:

https://github.com/get-iplayer/get_iplayer/wiki/documentation#filtering-channels-for-indexing

Do remember that all regex in a command must be in double quotes,

https://github.com/get-iplayer/get_iplayer/wiki/documentation#search-strings-as-regular-expressions

On the command line, always quote search strings containing regular expressions.

So what you should've conjured up is

get_iplayer --prefs-add --refresh-include="Radio 3,Radio 4"

are tv channels included by default
or should I add tv explicitly?

They are; you can always exclude individual TV stations
or TV groups via the --refresh-exclude-tv and
--refresh-exclude-groups-tv options; consult
the documentation I referenced...

_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to