Page 1 of 1

suball script ignores files

Posted: 18 Oct 2015, 21:54
by joaoccc
Hello

i'm running this command

filebot.exe -script fn:suball "x:\greys anatomy\s12" --lang pt -non-strict --def maxAgeDays=5

Fetch subtitles for [X:\greys anatomy\s12]
Ignore: X:\greys anatomy\s12\Grey's Anatomy - 12x04 - Old Time Rock and Roll.mkv

i don't know why it ignores the episode. It never download the subtitle.

Another thing : Is possible to run the amc script without the script copy the episodes to another location ?



Regards

Re: Script Suball

Posted: 19 Oct 2015, 06:57
by rednoah
1.
Is the file older than 5 days?

Code: Select all

--def maxAgeDays=5
2.
Organizing files with the amc script without sorting them into a new structure is a bad idea. Why would you do that? If it's not suball script related, make a new topic...

Re: suball script ignores files

Posted: 19 Oct 2015, 08:59
by joaoccc
1 -No, and if I use the suball without the maxagedays the result is the same. It check the older episodes, but it ignores the new one. This happens for example with Grey's Anatomy, Modern Family, The big Bang Theory, but with other don't give me problems.
2- I only would like to use because when suball give me the error, I can only download the subtitles with amc script.

Re: suball script ignores files

Posted: 19 Oct 2015, 09:38
by rednoah
Does the *.mkv file already contain embedded subtitles? minFileSize? minLengthMS?

Just have a look at the code, and see which rules applies, it's just a few lines:
https://github.com/filebot/scripts/blob ... groovy#L18

Re: suball script ignores files

Posted: 19 Oct 2015, 13:56
by joaoccc
Hello

The videos have subtitles, there is any switch to ignore that the video have subtitles ?

Regards

Re: suball script ignores files

Posted: 19 Oct 2015, 14:07
by joaoccc
Found the option.

Thanks