suball script ignores files

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
joaoccc
Posts: 4
Joined: 09 Oct 2015, 17:51

suball script ignores files

Post 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
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Script Suball

Post 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...
:idea: Please read the FAQ and How to Request Help.
joaoccc
Posts: 4
Joined: 09 Oct 2015, 17:51

Re: suball script ignores files

Post 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.
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: suball script ignores files

Post 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
:idea: Please read the FAQ and How to Request Help.
joaoccc
Posts: 4
Joined: 09 Oct 2015, 17:51

Re: suball script ignores files

Post by joaoccc »

Hello

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

Regards
joaoccc
Posts: 4
Joined: 09 Oct 2015, 17:51

Re: suball script ignores files

Post by joaoccc »

Found the option.

Thanks
Post Reply