[Bad Match] Salems Lot
Posted: 07 Mar 2026, 05:59
filebot -script fn:sysinfo
Command:
Filename:
Problem:
The filename clearly contains the year 1979 (Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL), but AMC matches it to Salem's Lot (2024) (tmdb-748230) instead of the original Salem's Lot (1979)
It seems like the year 1979 in the filename is being ignored during the matching/grouping phase. The expected behavior would be for FileBot to use the year from the filename to disambiguate between the 1979 original and the 2024 remake, and match to the correct version.
Code: Select all
FileBot 5.2.0 (r10714)
Script Bundle: 2026-02-08 (r1020)
JRE: OpenJDK Runtime Environment 21.0.10
OS: Linux (amd64)
License: FileBot License PX65175448Shell: Select all
filebot -script fn:amc --output /home/user/filebot/output --action symlink --conflict override -non-strict --log-file /home/user/filebot/config/amc.log --def unsorted=y artwork=y excludeList=/home/user/filebot/config/amc.txt subtitles=en clean=y --log all "/home/user/data/remixed/Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL/Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL.mkv"- Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL.mkv
Code: Select all
Input: /home/user/data/remixed/Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL/Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL.mkv
Group files by movie or series
Group: {Movie=Salem's Lot (2024)} => [Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL.mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context [...]
[SYMLINK] from [...Salems.Lot.1979...mkv] to [.../Movies/Salem's Lot (2024) {tmdb-748230}/Salem's Lot (2024).mkv]The filename clearly contains the year 1979 (Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL), but AMC matches it to Salem's Lot (2024) (tmdb-748230) instead of the original Salem's Lot (1979)
It seems like the year 1979 in the filename is being ignored during the matching/grouping phase. The expected behavior would be for FileBot to use the year from the filename to disambiguate between the 1979 original and the 2024 remake, and match to the correct version.