Thanks for your reply.
I didn't have a chance to try out your
filebot -script fn:renall --db tmdb --format "/strict/nonstrict/{movie}/{movie}" [-non-strict]
solution as I had already finished processing all the files available to me by the time I got the message.
The original question was how to stop the -rename command from exiting every time it reaches a file that it cannot match. As you will see from the below process I had to do a lot of manual manipulation to get through my test.
Anyway, here are the results of my test with 123 movies:
I first ran:
filebot -rename /media/* --format "/media/strict/{n}_({y})_by_{director}/{n}_({y})_by_{director}_IMDB({imdb})_Part{pi}_of_{pn}"
96 files were processed successfully in the strict mode. 27 movies made the rename command stop and exit. Every time the command failed I moved the offending movie into another directory called /media/failed and then re-ran the -rename.
After all the files that could be done using strict were matched I then ran the following to try and match the 'failed' movies using the non-strict method.
filebot -rename /media/failed/* --format "/media/non-strict/{n}_({y})_by_{director}/{n}_({y})_by_{director}_IMDB({imdb})_Part{pi}_of_{pn}_{fn}" -non-strict
The number of incorrect matches in strict mode was 3 out of 96 (though one was just for a srt file, the movie passed ok)
The number of incorrect matches in non-strict mode was 4 out of 27
Not too bad, but the 3 incorrect matches in strict mode was a little disappointing which means I will have to manually check all the incorrect movies too. Originally my thought was to just check the non-strict matches manually.
Here are a list of the incorrect matches:
strict mode:
Face Off.avi -> A Face of War_(1968)
Family Guy - Its A Trap.avi -> Family Guy_(1999)
fright.night.2011.bdrip.xvid-amiable.avi -> Fright Night Part 2_(1988)
non-strict mode:
Fast & Furious[Eng][Subs].srt -> Foxpro Fast & Furious_(2010)
Hard.Boiled.1992.ReRip.Xvid.AC3.CD1-ALLZINE.avi -> Hard Boiled_(1919)
Family Guy Presents Blue Harvest.avi -> L.A.A.P Presents Family Values_(2007)
Dune - Extended Edition (1984).avi -> La fin d'une tradition_(1991)