app
app copied to clipboard
A native iOS companion app for Radarr and Sonarr instances.
This will be helpful to update the index if the the attributes change. Include the build number inside the `Spotlight.calculateChecksum()` method.
It would be nice to tell people they can hold a "file" card for movies/shows to delete the file using TipKit. See `MovieMetadataView`.
It would be nice to show the "downloading" status across the UI.
Just like showing a list of events for a single movie/series show an full list. We could use a Picker at the top-right of "Activity" tab and default to the...
Cancel queue tasks in form of a button within the sheet. Needs a UI to pick the various options, see screenshots below. https://radarr.video/docs/api/#/Queue/delete_api_v3_queue__id_ ```swift , deleteQueueTasks: { tasks, instance in...
Add `Start search for missing movie` to "add movie/series" form to dispatch an automatic search. 1. Should be part of `MovieDefaults` 2. The API has `SeriesAddOptions` to trigger the search...
Currently tapping an episode just jumps to season due to the episode data not being available right away. It would be nice to jump directly to the episode.
It would be nice to accept IMDB links and start a search for them in the app.