Sub missing SRT files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
tazg101
Posts: 2
Joined: 29 Sep 2015, 20:20

Sub missing SRT files

Post by tazg101 »

Hi, my subtitles script is missing SRT files although they are available to be downloaded by the GUI (v4.6).

for example:

Exclude: F:\ServerFolders\TV\The Mindy Project\Season 3
Exclude: F:\ServerFolders\TV\The Mindy Project\Season 4

The season 4 of this program has missing set files but the folder is being excluded:

my command line looks like below:

filebot -script "c:\subal.groovy" --lang en --output srt f:\serverfolders\tv --def maxAgeDays=7 --def ignoreTextLanguage=chinese --log-file c:\log.txt

filebot -script fn:suball --lang en --output srt f:\serverfolders\movies --def maxAgeDays=7 --def ignoreTextLanguage=chinese

As is scheduled to run every one hour.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Sub missing SRT files

Post by rednoah »

I donno. Since you have your own script you can add a few println for all the exclude cases.

I recommend calling the script at most once per day. You won't get new results anyway due to client side and server side caching.
:idea: Please read the FAQ and How to Request Help.
Post Reply