freshcelery / radarr_letterboxd_import

Automate adding movies to Radarr from Letterboxd Watchlists
MIT License
6 stars 0 forks source link

Radarr does not auto-search newly added movies #1

Closed freshcelery closed 6 years ago

freshcelery commented 6 years ago

When adding a movie, it is expected that radarr will search for it, however currently that does not happen.

To fix, you need to add the following to the radarr post request when adding a movie: "addOptions" : { "searchForMovie" : true }

freshcelery commented 6 years ago

Done