11-01-2017, 03:40 PM
user-1506
16-01-2017, 11:04 PM
Have a look at the Wiki https://github.com/get-iplayer/get_iplay...g-features
There is some really good examples of doing exactly what you want by executing a cache refresh from the command line.
Exclude specific channels (e.g., CBBC and CBeebies) from indexing:
get_iplayer --refresh-exclude="cbeebies,cbbc" --refresh
Index only specific channels (e.g., CBBC and CBeebies):
get_iplayer --refresh-include="cbbc,cbeebies" --refresh
There is some really good examples of doing exactly what you want by executing a cache refresh from the command line.
Exclude specific channels (e.g., CBBC and CBeebies) from indexing:
get_iplayer --refresh-exclude="cbeebies,cbbc" --refresh
Index only specific channels (e.g., CBBC and CBeebies):
get_iplayer --refresh-include="cbbc,cbeebies" --refresh
user-2
16-01-2017, 11:22 PM
If you only want to exclude channels for a single search, look at the "Searching" section of the same document for an example.