Page 1 of 1

fnall and exclude List

Posted: 06 Oct 2015, 11:43
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

Re: fnall and exclude List

Posted: 06 Oct 2015, 12:04
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