[BUG?] AMC rename movies with original name and not the localized one
Posted: 30 Sep 2020, 20:13
I use FileBot on a Debian server with the AMC script since some year, and until some weeks ago it all worked perfectly, FileBot renamed the movie to the correct (italian) localized title.
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:
I get this output:
The movie "Arma da taglio (1972)" is correctly identified, but is renamed with the "Action" genre instead of the italian "Azione", and the movie renamed to the original "Prime Cut" instead of the italian "Arma da taglio".
Has you any clue on why this is happening? Thanks a lot in advance.
M
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