Skip to content

[FEATURE] Allow setting monitored status of movies added to radarr #796

@adherzog

Description

@adherzog

Feature Description

In addition to the existing radarr options (Search on Add, Bypass Ignored, etc), please add another option to allow setting the monitored status of the movie.

Use Case

I often have movies in radarr that have not been downloaded and are not monitored. When a user adds one of these movies to their watchlist, it's properly tagged in radarr but it won't get searched because it is unmonitored. I want pulsarr to mark the movie as monitored and then search.

My full workflow is that kometa will add movies to radarr based on a number of existing charts, eg. TMDb Trending. I have those movies added to radarr as unmonitored, since I'll never watch most of them and don't want to waste the space.

I have a separate, custom tool that creates dummy media files for those unmonitored movies, so they show up in Plex, and kometa adds overlays to those movies' posters to indicate that a request is needed and they don't actually exist yet. (This is similar to what UMTK (https://github.com/netplexflix/Upcoming-Movies-TV-Shows-for-Kometa/) does.) This allows the plex collection to show the entire chart, even though not all of the movies have been downloaded.

When a user adds a movie to their watchlist, I want radarr to start monitoring it and start searching for it.

Proposed Solution

Add another radarr config option to allow setting the monitored status of the movie when it is added to radarr. (The same should be done for sonarr, in addition to the existing rolling monitoring option, if it doesn't already. I haven't gotten to test that yet.)

I don't know why, but somebody might want to add movies to radarr but have them be unmonitored. This would give them that option.

It might make sense to just always enable monitoring if 'Search on Add' is selected, as it won't search without it, but I think it'd be better to make it an explicit option.

Alternatives Considered

I might be able to make kometa do this for me, but it'd be delayed since kometa can't monitor the changes and would have to run periodically and poll radarr. I might do this in the meantime, since the current solution is to manually check radarr and make the necessary change myself.

If kometa isn't able to do it for me, I'll end up writing a custom script to do it for me. But it'd make a lot more sense for pulsarr to handle it when the movie is added and tagged in radarr.

Additional Context

This is somewhat similar to #570

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions