doubts about subtitles
Posted: 07 Feb 2016, 14:21
Hi ,
i'm trying to optimize my amc script but i have some doubts about subtitles.
this script ( try to download italian and english subs ) don't download any subs
this script download only english subs but i need italian also
were i wrong ?
thanks
i'm trying to optimize my amc script but i have some doubts about subtitles.
this script ( try to download italian and english subs ) don't download any subs
Code: Select all
filebot -script 'fn:amc' /Users/Andrea/Desktop/INPUT --output /Users/Andrea/Desktop/OUTPUT --action move --conflict auto -non-strict --lang it --def 'artwork=y' 'extras=y' 'subtitles=it,en' 'clean=y' 'skipExtract=y' 'excludeList=esclusi.txt'
Code: Select all
filebot -script fn:suball /Users/Andrea/Desktop/OUTPUT/ -non-strict --def maxAgeDays=7 ignoreTextLanguage=regex
were i wrong ?
thanks