fnall and exclude List

Support for Ubuntu and other Desktop Linux distributions
Post Reply
chocorem
Posts: 31
Joined: 21 Feb 2015, 18:31

fnall and exclude List

Post by chocorem »

HEllo,

I would like to know if there is a possibility to work with the Exclude list and the suball script ?

Basically I'm running this script every night and it is checking where I'm missing subtitles.

Code: Select all

filebot --log-file /raid/log/filebot/amc-missing.log -script fn:suball  "/raid/medias/videos/TV Shows"  --lang=en --output srt
I trid to add

Code: Select all

--def excludeList="/home/user/scripts/exclude.txt"
to exclude some directories

Content of exclude.txt

Code: Select all

/raid/medias/TV Shows/Bates Motel
But the script is still checking for the directory. Do the spaces in the exclude file have an influence ?

Thanks in advance
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: fnall and exclude List

Post by rednoah »

The suball script does not support the --def excludeList option.

You should use --def maxAgeDays to make sure that it'll only lookup subtitles for recently acquired files.

@see viewtopic.php?f=4&t=5#p8871
:idea: Please read the FAQ and How to Request Help.
Post Reply