My script is
Code: Select all
filebot -script fn:amc --output "$HOME/Disco" --log-file amc.log --action move --lang IT --conflict override -non-strict -no-xattr "$HOME/ArrivoDL" "seriesFormat = Telefilm/{n.space('.')}/{\"Serie.\${s.pad(2)}\"}/{n.space('.')}.{s00e00}{'.'+vf.match(/720[pP]|1080[pP]/)}" "movieFormat = Film/{fn.replaceAll('CD[12]','')}/{fn}" "musicFormat=Trasporto/mp3-flow/{Artist} - {t}" --def artwork=y --def clean=y --def music=y
And as you can see i set the "--lang IT" parameter even if in my movie scheme (for movies)
doesn't show the calculated name.
That's because i did it for the NFO file that i set fb to create.
Unfortunally using amc:script i m not able to differenciate the language between movies and tv shows,
but it's fine.
The strange thing is that 1 month away NFO files started to be created with the original title of the movie,
not the italian one i want.
Is there something i m doing wrong?
i m using that script from long time.
My wish would be using --lang IT for the movies (NFO included) and original titles of TV SHOWS (not italian one).
Is that possibile?
Thanks in advantage