An interface that ties into Radarr's API to allow searching for movies, verifying movies currently in the Radarr library, and adding movies to Radarr's queue.
The ratings node used to contain (#11) a single value attribute. Radarr has updated to now include separate ratings for imdb, tmdb, metacritic, and rottenTomatoes as seen below, which will need to be accounted for:
The ratings node used to contain (#11) a single
value
attribute. Radarr has updated to now include separate ratings for imdb, tmdb, metacritic, and rottenTomatoes as seen below, which will need to be accounted for:{ "imdb": { "votes": 867772, "value": 7.1, "type": "user" }, "tmdb": { "votes": 20635, "value": 6.927, "type": "user" }, "metacritic": { "votes": 0, "value": 62, "type": "user" }, "rottenTomatoes": { "votes": 0, "value": 79, "type": "user" } }