Movie Mismatches
Posted: 29 Sep 2017, 19:17
Hi
I have been using this Filebot AMC script for a long time, and it very rarely has picked up a mismatch. However, over the last 2 weeks, I have received 3 weird mismatches (i.e. not even similar movie names). The logs for 2 of these are below:
The Adjustment Bureau -> Limitless
Beasts of Southern Wild -> ParaNorman
Any idea for the reason for the mismatch? Also, how can I force a rematch for a different movie via Filebot CLI (no access to GUI)?
Thanks!
I have been using this Filebot AMC script for a long time, and it very rarely has picked up a mismatch. However, over the last 2 weeks, I have received 3 weird mismatches (i.e. not even similar movie names). The logs for 2 of these are below:
The Adjustment Bureau -> Limitless
Code: Select all
Run script [fn:amc] at [Fri Sep 29 21:04:50 CEST 2017]
Parameter: movieFormat = /home/guimello/sync/filebot/movies/{n.upperInitial()} ({y}) {fn.replace(/(?i)\.DC\./, '.directors.cut.').replaceAll(/director\'?s|theatrical|ultimate/,'/home/guimello/scripts/fb_mv_interactive.sh.Cut').matchAll(/UNCENSORED|UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTOR\'?S.CUT|THEATRICAL.CUT|ULTIMATE.CUT|FINAL.CUT|SPECIAL.EDITION/)*.upperInitial()*.lowerTrail().sort().join('.')+'.'}{source}{'.'+fn.matchAll(/PROPER|REPACK/)*.upper().sort().join('.')}{'.'+vf}{'.'+vc}{'.'+ac.replace('MPEG Audio', 'MP3')}{audio.FormatProfile =~ /MA Core/ ? '-HD.MA' : ''}{audio.FormatProfile =~ /ES/ ? '-ES' : ''}{audio.FormatProfile =~ /Pro/ ? '-Pro' : ''}{'.'+af.replace('8 6ch', '7.1').replace('7 6ch', '6.1').replace('6ch', '5.1').replace('3ch', '2.1').replace('2ch','2.0').replace('1ch','1.0')}{any{'-'+group}{'-'+fn.match(/(?:(?<=[-])\w+$)|(?:^\w+(?=[-]))/)}}/{fn}
Parameter: unsorted = y
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: subtitles = pt
Parameter: music = n
Parameter: artwork = y
Parameter: ut_label = movies
Argument[0]: /home/guimello/torrents/rtorrent/data/movies/The.Adjustment.Bureau.2011.REPACK.1080p.BluRay.x264.DTS-WiKi
Ignore extra: /home/guimello/torrents/rtorrent/data/movies/The.Adjustment.Bureau.2011.REPACK.1080p.BluRay.x264.DTS-WiKi/Sample
Input: /home/guimello/torrents/rtorrent/data/movies/The.Adjustment.Bureau.2011.REPACK.1080p.BluRay.x264.DTS-WiKi/The.Adjustment.Bureau.2011.REPACK.1080p.BluRay.x264.DTS-WiKi.mkv
xattr: [The.Adjustment.Bureau.2011.REPACK.1080p.BluRay.x264.DTS-WiKi.mkv] => [Limitless (2011)]
Group: [mov:limitless 2011] => [The.Adjustment.Bureau.2011.REPACK.1080p.BluRay.x264.DTS-WiKi.mkv]
Code: Select all
Run script [fn:amc] at [Fri Sep 29 19:40:05 CEST 2017]
Parameter: movieFormat = /home/guimello/sync/filebot/movies/{n.upperInitial()} ({y}) {fn.replace(/(?i)\.DC\./, '.directors.cut.').replaceAll(/director\'?s|theatrical|ultimate/,'/home/guimello/scripts/sort.sh.Cut').matchAll(/UNCENSORED|UNRATED|REMASTERED|EXTENDED|UNCUT|DIRECTOR\'?S.CUT|THEATRICAL.CUT|ULTIMATE.CUT|FINAL.CUT|SPECIAL.EDITION/)*.upperInitial()*.lowerTrail().sort().join('.')+'.'}{source}{'.'+fn.matchAll(/PROPER|REPACK/)*.upper().sort().join('.')}{'.'+vf}{'.'+vc}{'.'+ac.replace('MPEG Audio', 'MP3')}{audio.FormatProfile =~ /MA Core/ ? '-HD.MA' : ''}{audio.FormatProfile =~ /ES/ ? '-ES' : ''}{audio.FormatProfile =~ /Pro/ ? '-Pro' : ''}{'.'+af.replace('8 6ch', '7.1').replace('7 6ch', '6.1').replace('6ch', '5.1').replace('3ch', '2.1').replace('2ch','2.0').replace('1ch','1.0')}{any{'-'+group}{'-'+fn.match(/(?:(?<=[-])\w+$)|(?:^\w+(?=[-]))/)}}/{fn}
Parameter: unsorted = y
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: subtitles = pt
Parameter: music = n
Parameter: artwork = y
Parameter: ut_label = movies
Argument[0]: /home/guimello/torrents/rtorrent/processing/movies
Ignore extra: /home/guimello/torrents/rtorrent/processing/movies/Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi/Sample
Input: /home/guimello/torrents/rtorrent/processing/movies/Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi/Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi.mkv
Group: [mov:beasts of the southern wild 2012] => [Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi.mkv]
Rename movies using [TheMovieDB]
[MOVE] From [/home/guimello/torrents/rtorrent/processing/movies/Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi/Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi.mkv] to [/home/guimello/sync/filebot/movies/ParaNorman (2012) BluRay.1080p.x264.DTS.5.1-WiKi/Beasts.of.the.Southern.Wild.2012.1080p.BluRay.x264.DTS-WiKi.mkv]
Processed 1 files
Fetching movie artwork for [ParaNorman (2012)] to [/home/guimello/sync/filebot/movies/ParaNorman (2012) BluRay.1080p.x264.DTS.5.1-WiKi]
Thanks!