ruddarr / app

A native iOS companion app for Radarr and Sonarr instances.
https://apps.apple.com/app/ruddarr/id6476240130
48 stars 4 forks source link

Monitor movie collection #246

Open tillkruss opened 2 months ago

tillkruss commented 2 months ago

When adding a new movie, monitor entire collection.

tillkruss commented 2 months ago

This would work by adding:

struct Movie {
    let addOptions: AddMovieOptions?
}

struct AddMovieOptions: Codable {
    let monitor: "movieAndCollection" // movieOnly, movieAndCollection, none
    let searchForMovie: Bool?
}
jerrellmardis commented 2 months ago

This is probably super low priority, but it'd be nice to view a movie's collection from the Details View as well.