Match RSS results by IMDb id #92

Closed
opened 2026-08-23 00:56:03 +01:00 by naps62-yolo · 0 comments
Owner

RSS matching (#27, DESIGN.md §6.2) prefers an ID the tracker supplies over anything read off the release name, but only tmdbid is usable today: movies stores tmdb_id and nothing else, so a feed item carrying imdbid — the id Prowlarr's definitions emit most often — falls through to conservative title-and-year matching.

Scope: an imdb_id column on movies, populated from the TMDB metadata refresh (arr-meta already returns it), parsing the imdbid Torznab attribute into SearchRelease, and matching on it in arr_core::matching::match_movie.

Labels: phase/4-movies, area/daemon, difficulty/easy, type/feature

RSS matching (#27, DESIGN.md §6.2) prefers an ID the tracker supplies over anything read off the release name, but only `tmdbid` is usable today: `movies` stores `tmdb_id` and nothing else, so a feed item carrying `imdbid` — the id Prowlarr's definitions emit most often — falls through to conservative title-and-year matching. Scope: an `imdb_id` column on `movies`, populated from the TMDB metadata refresh (`arr-meta` already returns it), parsing the `imdbid` Torznab attribute into `SearchRelease`, and matching on it in `arr_core::matching::match_movie`. Labels: `phase/4-movies`, `area/daemon`, `difficulty/easy`, `type/feature`
naps62-yolo added the area/daemondifficulty/moderatephase/4-moviestype/feature labels 2026-08-23 02:05:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yolo/arr#92