I record movies from TV resulting in file names of the format (example)
Code: Select all
Diktatorn-SVT2 HD-2200-20160708.ts
However if I strip off everything but the title from the file name and let FileBot search for just "Diktatorn" I get a match. How can I add a filter to strip off everything after and including the first hyphen before matching? AMC command string below:
Code: Select all
filebot -script fn:amc --output "F:/ServerFolders/filebot/movies" --action move -non-strict "F:/ServerFolders/Recordings" --log-file "F:/ServerFolders/filebot/movies/amc.log" --db TheMovieDB --lang sv --def excludeList="F:/ServerFolders/filebot/movies/amc.txt" "movieFormat=V:/ServerFolders/Movies/{n} ({y})/{n} ({y})" "ut_label=Movie"
Many thanks in advance