Im using this script below.
Code: Select all
"C:\Program Files\FileBot\filebot.exe" -script fn:amc --action move -non-strict "C:\Processing" --def "seriesFormat=D:/TV Series/{n}/{'Season ' +s.pad(2)}/{n} - {s00e00} - {t}" "movieFormat=D:/Movies/{n}/{fn}"
"C:\Program Files\FileBot\filebot.exe" -script fn:suball --lang nl "D:\Movies" "D:\TV Series" --def maxAgeDays=99999 minAgeDays=0 minFileSize=0 minLengthMS=0 ignoreTextLanguage=nl -non-strict
"C:\Program Files\FileBot\filebot.exe" -script fn:suball --lang eng "D:\Movies" "D:\TV Series" --def maxAgeDays=99999 minAgeDays=0 minFileSize=0 minLengthMS=0 ignoreTextLanguage=eng -non-strict
"C:\Program Files\FileBot\filebot.exe" -script fn:replace --action move --conflict override "D:\Movies" "D:\TV Series" --def "e=.(nld|nl).srt" "r=.dutch.srt"
the second line is to find download subtitles,
the third line is to download english subtitles,
the fourth line is to rename .nl/.nld to .dutch
I found out that actually quite much subtitles are not synced with the serie/movie, is there a fault in my script?
And is it possible to download lets say 2 dutch subs and 2 english subs? (because of this above)
Thanks! <3