|
|
43410fac60
|
fix(radarr): Pass the movie ID alongside all UpdateAndScan events published to the networking channel
|
2024-12-17 21:34:14 -07:00 |
|
|
|
cb8035a2ce
|
fix(radarr): Provide the movie ID alongside all TriggerAutomaticMovieSearch events when publishing to the networking channel
|
2024-12-17 21:26:34 -07:00 |
|
|
|
8d071c7674
|
fix(radarr): Pass in the indexer id with all TestIndexer events when publishing to the networking channel
|
2024-12-17 21:21:23 -07:00 |
|
|
|
965c488468
|
fix(radarr): Pass in the task name alongside the StartTask event when publishing to the networking channel
|
2024-12-17 21:13:47 -07:00 |
|
|
|
ede7f64c4b
|
fix(radarr): Pass in the search query for the SearchNewMovie event when publishing to the networking channel
|
2024-12-17 21:06:07 -07:00 |
|
|
|
ba38dcdc15
|
fix(radarr): Pass in the movie ID alongside the GetReleases event when publishing to the networking channel
|
2024-12-17 20:52:31 -07:00 |
|
|
|
92d9222b05
|
fix(radarr): Pass in the movie ID alongside the GetMovieHistory event when publishing to the networking channel
|
2024-12-17 20:50:00 -07:00 |
|
|
|
4c396c3442
|
fix(radarr): Pass the movie ID in alongside the GetMovieDetaisl event when publishing to the networking channel
|
2024-12-17 20:47:29 -07:00 |
|
|
|
e1d5139e36
|
fix(radarr): Provide the movie id alongside the GetMovieCredits event when publishing to the networking channel
|
2024-12-17 20:42:52 -07:00 |
|
|
|
1ad35652f8
|
fix(radarr): Pass the number of log events to fetch in with the GetLogs event when publishing to the networking channel
|
2024-12-17 20:33:39 -07:00 |
|
|
|
9a9b13d604
|
fix(radarr): Construct and pass the edit movie parameters alongside the EditMovie event when publishing to the networking channel
|
2024-12-17 17:50:07 -07:00 |
|
|
|
77b8b61079
|
fix(radarr): Construct and pass params when publishing the EditIndexer event to the networking channel
|
2024-12-17 17:29:21 -07:00 |
|
|
|
bdf48d1bf4
|
fix(radarr): Construct and pass edit collection parameters alongside the EditCollection event when publishing to the networking channel
|
2024-12-17 16:32:35 -07:00 |
|
|
|
f8792ea012
|
fix(radarr): Build and pass the edit indexer settings body with the EditAllIndexerSettings event when publishing to the networking channel
|
2024-12-17 16:10:11 -07:00 |
|
|
|
4afde8b750
|
fix(radarr): Send the parameters alongside the DownloadRelease event when publishing to the networking channel
|
2024-12-17 15:56:58 -07:00 |
|
|
|
f5614995c7
|
fix(radarr): Pass the root folder ID in with the DeleteRootFolder event when publishing to the networking channel
|
2024-12-17 15:41:28 -07:00 |
|
|
|
9ea6dbec20
|
fix: Pass the delete movie params in with the DeleteMovie event when publishing to the networking channel
|
2024-12-17 15:35:29 -07:00 |
|
|
|
d73dfb9fc7
|
fix: Pass the indexer ID in with the DeleteIndexer event when sending to the networking channel
|
2024-12-17 15:21:34 -07:00 |
|
|
|
a7da73300c
|
fix: Pass the download ID directly in the DeleteDownload event when publishing into the networking channel
|
2024-12-17 15:14:17 -07:00 |
|
|
|
a308b8fe95
|
fix: Blocklist Item ID passed in the DeleteBlocklistItem event when sent to the networking channel
|
2024-12-17 15:03:06 -07:00 |
|
|
|
1d1e42aeb1
|
fix: AddRootFolderBody now constructed prior to AddRootFolder event being sent down the network channel
|
2024-12-17 14:53:40 -07:00 |
|
|
|
14c46f88ab
|
fix: AddMovie Radarr event is now populated in the dispatch thread before being sent to the network thread
|
2024-12-16 15:31:26 -07:00 |
|
|
|
d43862a3a7
|
feat(network): Support for editing a sonarr indexer
|
2024-11-25 15:17:13 -07:00 |
|
|
|
3968983002
|
feat(cli): Support for editing all indexer settings in Sonarr
|
2024-11-25 14:25:10 -07:00 |
|
|
|
45542cd3a9
|
feat(cli): Support for searching for new series to add to Sonarr
|
2024-11-24 14:58:30 -07:00 |
|
|
|
8125bd5ae0
|
feat(cli): Support for adding a series to Sonarr
|
2024-11-24 14:29:13 -07:00 |
|
|
|
896c50909a
|
feat(network): Support for downloading releases from Sonarr
|
2024-11-22 19:33:29 -07:00 |
|
|
|
8864e2c867
|
feat(cli): Support for refreshing all Sonarr series data
|
2024-11-22 18:59:55 -07:00 |
|
|
|
40bb22ef7c
|
feat(cli): Support for triggering an automatic season search in Sonarr
|
2024-11-22 18:32:35 -07:00 |
|
|
|
8807adea83
|
feat(cli): Support for testing all Sonarr indexers at once
|
2024-11-22 17:38:11 -07:00 |
|
|
|
22fbe025d9
|
feat(cli): Support for listing all Sonarr tasks
|
2024-11-22 16:37:21 -07:00 |
|
|
|
c54bd2bab0
|
feat(network): Support for fetching all Sonarr tasks
|
2024-11-22 16:35:39 -07:00 |
|
|
|
df3cf70682
|
feat(cli): Support for listing the available disk space for all provisioned root folders in both Radarr and Sonarr
|
2024-11-22 15:57:05 -07:00 |
|
|
|
d96316577a
|
feat(cli): Support for listing all Sonarr tags
|
2024-11-22 15:35:30 -07:00 |
|
|
|
1cc95e2cd1
|
feat(cli): CLI support for adding a tag to Sonarr
|
2024-11-22 15:22:45 -07:00 |
|
|
|
34157ef32f
|
feat(cli): Added a spinner to the CLI for long running commands like fetching releases
|
2024-11-20 19:33:40 -07:00 |
|
|
|
540db5993b
|
feat(cli): Added support for manually searching for season releases for Sonarr
|
2024-11-19 16:39:21 -07:00 |
|
|
|
1fe95d057b
|
feat(cli): Sonarr CLI support for fetching all episodes for a given series
|
2024-11-15 15:14:34 -07:00 |
|
|
|
60d61b9e31
|
feat: Added initial Sonarr CLI support and the initial network handler setup for the TUI
|
2024-11-10 21:23:55 -07:00 |
|
|
|
97c8f8fc49
|
Added the ability to fetch host configs and security configs to the CLI
|
2024-11-01 13:02:39 -06:00 |
|
|
|
946d02102c
|
Fixed rustfmt issues
|
2024-10-30 15:43:53 -06:00 |
|
|
|
1f8d72c939
|
Added the full Radarr CLI so users can programmatically access all the same management features as in the TUI
|
2024-10-29 18:47:40 -06:00 |
|