Closed dynamiccookies closed 2 years ago
Adding comment from duplicate issue #27:
Sometimes a bad copy of a movie is added:
etc
So, the ability to re-add a movie to the search queue so a better copy can be searched is needed.
Found help in a post on Reddit that talked about the MoviesSearch
API command.
Also found a solved issue about the MoviesSearch
command on the Radarr GitHub repo.
Looks like API call to use is /api/v3/command
instead of /api/v3/movie
.
And the data array to pass through the POST call should be formatted like this:
{name: "MoviesSearch", movieIds: [20]}
Multiple movieIds can be added to the array as comma separated values; although, I won't need that for this feature.
When a movie is already in the library or queue, if Add Movie is called, the following error is returned: