feat: match RSS results by IMDb id (#99)
ci / web (push) Successful in 28s
e2e / e2e (push) Successful in 53s
ci / rust (push) Successful in 2m15s

This commit was merged in pull request #99.
This commit is contained in:
2026-08-23 02:44:42 +01:00
parent 3082568171
commit 02d99ae558
11 changed files with 312 additions and 70 deletions
@@ -0,0 +1,5 @@
-- RSS matching (§6.2) prefers an id the tracker supplied over anything read
-- off the release name, and `imdbid` is the id Prowlarr's definitions emit
-- most often. Nullable: TMDB does not know one for every title, and the
-- column is only filled by the metadata refresh.
ALTER TABLE movies ADD COLUMN imdb_id TEXT;