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
suball script ignores files
Re: Script Suball
1.
Is the file older than 5 days?
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...
Is the file older than 5 days?
Code: Select all
--def maxAgeDays=5
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
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.
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
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
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
Hello
The videos have subtitles, there is any switch to ignore that the video have subtitles ?
Regards
The videos have subtitles, there is any switch to ignore that the video have subtitles ?
Regards
Re: suball script ignores files
Found the option.
Thanks
Thanks