Several movies matching against the same movie
Posted: 20 Dec 2020, 17:51
I need help to understand what's happening that filebot amc script is getting wrong matches for a few movies. My assumption is that's something related to how the movies are named and is causing filebot to match the same movie.
I'm using a very basic script to see if I can find the issue:
See example below
Seems to be related to the word "COMANDO" because a bunch of movies comes with this name and they are matched against the same movie "Comando (2010)". But not every movie has this behavior, this is what bothers me.
This also happens with the GUI, the first match is "Comando (2010)" and usually the second match being the right one
I'm using a very basic script to see if I can find the issue:
Code: Select all
filebot -script fn:amc --output "E:/Test" ".\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]" --action test --def movieFormat="E:/Test/{ny}/{ny}" -non-strict > E:/Test/amc.log
Code: Select all
Run script [fn:amc] at [Sun Dec 20 14:45:36 BRT 2020]
Argument[0]: E:\Torrents\Completo\Filmes\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]
Input: E:\Torrents\Completo\Filmes\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]\COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.mkv
Input: E:\Torrents\Completo\Filmes\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]\COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.srt
xattr: [COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.mkv] => [Comando (2010)]
xattr: [COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.srt] => [Comando (2010)]
Group: {Movie=Comando (2010)} => [COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.mkv, COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.srt]
Rename movies using [TheMovieDB]
Auto-detect movie from context [E:\Torrents\Completo\Filmes\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]\COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.mkv]
[TEST] from [E:\Torrents\Completo\Filmes\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]\COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.mkv] to [E:\Test\Movies\Comando (2010)\Comando (2010).mkv]
[TEST] from [E:\Torrents\Completo\Filmes\COMANDOTORRENTS.ORG - Ford vs. Ferrari 2020 [1080p] [DUAL]\COMANDO.TO - Ford.vs.Ferrari.2020.1080p.BluRay.x264-DUAL.srt] to [E:\Test\Movies\Comando (2010)\Comando (2010).por.srt]
Processed 2 files
Finished without processing any files
Abort (Î_Î)
This also happens with the GUI, the first match is "Comando (2010)" and usually the second match being the right one