[Bad Match] Salems Lot

All your suggestions, requests and ideas for future development
Post Reply
dkarp0
Posts: 6
Joined: 04 Oct 2025, 19:40

[Bad Match] Salems Lot

Post by dkarp0 »

filebot -script fn:sysinfo

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 PX65175448
Command:

Shell: 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"
Filename:
  • Salems.Lot.1979.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-DIESEL.mkv
Relevant log output:

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]
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.
Last edited by dkarp0 on 07 Mar 2026, 06:11, edited 1 time in total.
dkarp0
Posts: 6
Joined: 04 Oct 2025, 19:40

Re: [Bad Match] Salems Lot

Post by dkarp0 »

I thought it might be user.net.filebot.metadata on the file, but removing that didn't fix it
dkarp0
Posts: 6
Joined: 04 Oct 2025, 19:40

Re: [Bad Match] Salems Lot

Post by dkarp0 »

ah, my bad, looks like the reason is that it's not in tmdb - should be this one https://www.imdb.com/title/tt0079844/
User avatar
rednoah
The Source
Posts: 24475
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Bad Match] Salems Lot

Post by rednoah »

:idea: A search for Salem's Lot 1979 yields 0 results. A search for Salem's Lot does not include the desired match either.


:idea: tmdb-26657 is Nobody Lives Forever (1946)... Where did you search to come up with that numeric ID?


:idea: If you process a movie that - for all accounts and purposes - does not exist in the database, then FileBot will still choose the "most likely option" as per -non-strict flag.


:idea: There is a TV Series named Salem's Lot (1979) {tmdb-16118} though. That's probably the correct match.


:arrow: You may need to use Manual Matching to force the correct multi-episode match in this case:

Code: Select all

TV Shows/Salem's Lot {tmdb-16118}/Season 01/Salem's Lot - S01E01-E02 - Part One & Part Two
** let me know if you need a filebot command for that
:idea: Please read the FAQ and How to Request Help.
Post Reply