Since some days without any change in my command line options, now FileBot/AMC renames movies to the original name, instead of the italian localized one.
An example. With this command line:
Code: Select all
filebot -script fn:amc --def skipExtract=y -no-xattr --lang=ita \
--output "/media/Cloud" \
--action move -non-strict \
"/media/Cioffi" \
--mode interactive --def minFileSize=0 --def minLengthMS=0 \
--log-file /root/filebot/amc.log \
--def excludeList=/root/filebot/amc.txt \
--def seriesFormat="/media/Cloud/Plex/Serie TV/{n}/Stagione {s}/{s}x{e00} - {t} [{vf}]{'.'+lang}" \
--def movieFormat="/media/Cloud/Plex/Cioffi/{genre}/{n} ({y}) [{vf}][{vc}][{ac}][{af}]{'.'+lang}"
Code: Select all
Run script [fn:amc] at [Wed Sep 30 21:58:29 CEST 2020]
Parameter: skipExtract = y
Parameter: minFileSize = 0
Parameter: minLengthMS = 0
Parameter: excludeList = /root/filebot/cioffi.txt
Parameter: movieFormat = /media/Cloud/Plex/Cioffi/{genre}/{n} ({y}) [{vf}][{vc}][{ac}][{af}]{'.'+lang}{'.'+fn.match(/forced/)}
Argument[0]: /media/Cioffi
Use excludes: /root/filebot/cioffi.txt (346)
Input: /media/Cioffi/Arma da taglio (1972).avi
Group: {Movie=Arma da taglio (1972), Series=null} => [Arma da taglio (1972).avi]
Rename movies using [TheMovieDB]
Auto-detect movie from context [/media/Cioffi/Arma da taglio (1972).avi]
[MOVE] from [/media/Cioffi/Arma da taglio (1972).avi] to [/media/Cloud/Plex/Cioffi/Action/Prime Cut (1972) [480p][DivX][MP3][2ch].avi]
Processed 1 file
Done ヾ(@⌒ー⌒@)ノ
Has you any clue on why this is happening? Thanks a lot in advance.
M