wmantly 2046e5080b Stop Smart Search recommending the wrong movie / CAMs
TPB search is fuzzy: querying "Toy Story 5" returns Toy Story 4/3/… plus the
only real 2026 copies, which are CAM/Telesync. The LLM rejected them all, then
fallbackReleases picked the most-seeded (Toy Story 4), ignoring title/year.

Two deterministic guards:
- prefilter now drops low-quality source tags (CAM/TS/TELESYNC/SCR/…) via a
  token match, so neither the LLM nor the fallback can surface them.
- findReleases requires the confirmed TMDB year in a movie's release name, so a
  fuzzy match can't cross to a different film. If nothing survives, return no
  options and tell the user it may be unreleased / only CAMs exist.

Verified: "Toy Story 5" now returns 0 options (was Toy Story 4); Night of the
Living Dead (1990) still recommends its 1080p x265 pack.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 22:34:24 -04:00
2024-01-05 22:06:34 -05:00
2024-01-05 22:06:34 -05:00
?
2020-05-15 22:42:38 +00:00
2024-01-05 22:06:34 -05:00
2024-01-05 22:06:34 -05:00
2024-01-05 22:06:34 -05:00
2025-11-16 17:43:35 -05:00
2024-01-05 22:06:34 -05:00
2020-02-15 19:47:05 +00:00
S
Description
No description provided
Readme 536 KiB
Languages
JavaScript 83.1%
HTML 16.9%