1.
candre23 wrote: ↑30 Apr 2025, 13:06
For example, it just matched "ROSA.Republic.Of.South.Ah.Sh.t.2023.720p.WEBRip.x264.AAC-[YTS.MX].mp4" as "The Rose (1979)"

API search for
"ROSA Republic Of South Ah Sh t" doesn't yield any results, FileBot therefore does not know that
ROSA Republic of south ah sh**t exists, and so the
"best result" is going to be completely wrong:
Console Output: Select all
$ filebot -list --q "ROSA Republic Of South Ah Sh t" --db TheMovieDB
No search results
ROSA Republic of south ah sh**t (????) notably does
not seem to be very popular so nobody has bothered to enter a
Release Year yet, so FileBot cannot come up with a movie match, which requires
Name (Year) information at the very least:
Console Output: Select all
$ filebot -list --q "ROSA Republic Of South Ah Sh**t" --db TheMovieDB
Missing data: release_date: {"adult":false,"backdrop_path":"/kVErgZBXkllfFieSTuFxt7owXRZ.jpg","genre_ids":[],"id":1400528,"original_language":"zu","original_title":"ROSA Republic of south ah sh**t","overview":"","popularity":0.383,"poster_path":"/rxhH0qCnzLyoabsrfieyq7iHh34.jpg","release_date":"","title":"ROSA Republic of south ah sh**t","video":true,"vote_average":0.0,"vote_count":0}
No search results

You can use
Match Mode: Strict to disallow obvious mismatches like
The Rose (1979). The trade-off may be worth it depending on the files at hand.
Match Mode: Opportunistic will always give you a match, but unfortunately, in this case, the best possible match is no match at all.

Please open
ROSA Republic of south ah sh**t on TheMovieDB and then click
EDIT PAGE and then contribute the missing information. Please make sure to fill in all the basic information: (1) release date, (2) movie name for en-US locale, (3)
"ROSA Republic Of South Ah Sh t" as Alternative Title to make search & lookup work better for everyone in the future.
2.
candre23 wrote: ↑30 Apr 2025, 13:06
When it does correctly recognize that it's not sure about a match and brings up the window to manually match a movie, it will only work once. Previously, if there were multiple ambiguous matches that needed manual verification, it would present them one after another until they had all been dealt with.
Sounds like you may have selected
Automatic Selection which reduces prompts by always auto-selecting the first most likely option. Please toggle back to
Manual Confirmation if you want to be prompted more often:

Note that you can always use
Edit Match to fix a movie match after the fact. It is often easier to just let FileBot run and guess everything without interruption first, while you do something else, so you can then go through the list item by item afterwards and confirm or
Edit Match as necessary.
