feat: match RSS results by IMDb id (#99)
This commit was merged in pull request #99.
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user