|
|
9476caa392
|
feat(network): Support for marking a Sonarr history item as failed
|
2024-11-22 16:13:35 -07:00 |
|
|
|
a881d1f33a
|
feat(network): Support for listing disk space on a Sonarr instance
|
2024-11-22 15:54:11 -07:00 |
|
|
|
c5328917de
|
feat(network): Support for fetching and listing all Sonarr tags
|
2024-11-22 15:05:56 -07:00 |
|
|
|
208acafc73
|
feat(network): Support for deleting tags from Sonarr
|
2024-11-22 15:02:30 -07:00 |
|
|
|
57eced64c0
|
feat(network): Support for adding tags to Sonarr
|
2024-11-22 14:58:14 -07:00 |
|
|
|
ce701c1ab7
|
feat(network): Support for adding a root folder to Sonarr
|
2024-11-22 14:42:17 -07:00 |
|
|
|
1227796e78
|
feat(network): Support for deleting a Sonarr root folder
|
2024-11-21 16:43:38 -07:00 |
|
|
|
16538a3158
|
feat(network): Support for fetching all Sonarr root folders
|
2024-11-21 16:37:23 -07:00 |
|
|
|
72cb334b6a
|
feat(network): Support for deleting an indexer from Sonarr
|
2024-11-21 16:19:53 -07:00 |
|
|
|
6a0049eb8f
|
feat(network): Support for deleting a download from Sonarr
|
2024-11-21 14:46:18 -07:00 |
|
|
|
fa4ec709c0
|
feat(network): Support for fetching episode history
|
2024-11-20 19:59:32 -07:00 |
|
|
|
f5631376af
|
fix(network): Fixed an issue with dynamic typing in responses from Sonarr for history items
|
2024-11-20 19:22:13 -07:00 |
|
|
|
86d93377ac
|
feat(network): Support for fetching Sonarr series history for a given series ID
|
2024-11-20 14:54:16 -07:00 |
|
|
|
5872a6ba72
|
feat(cli): Support for fetching all Sonarr history events
|
2024-11-20 14:13:20 -07:00 |
|
|
|
6da1ae93ef
|
feat(network): Support to fetch all Sonarr history events
|
2024-11-20 14:06:44 -07:00 |
|
|
|
9d782af020
|
feat(models): Stubbed out the necessary ActiveSonarrBlocks for the UI mockup
|
2024-11-20 13:12:08 -07:00 |
|
|
|
a8328d3636
|
feat(network): Added support for fetching episode releases in Sonarr
|
2024-11-19 17:17:12 -07:00 |
|
|
|
5e63c34a9f
|
feat(network): Added support for fetching series details for a given series ID in Sonarr
|
2024-11-19 16:56:48 -07:00 |
|
|
|
16bf06426f
|
fix(config): The CLI panics if the servarr you specify has no config defined
|
2024-11-19 16:29:25 -07:00 |
|
|
|
cc02832512
|
feat(network): Added support for fetching season releases for Sonarr
|
2024-11-19 15:59:35 -07:00 |
|
|
|
6b64b5ecc4
|
feat(network): Added support for fetching Sonarr queued events
|
2024-11-19 12:01:07 -07:00 |
|
|
|
7870bb4b5b
|
feat(network): Added netwwork support for fetching all indexer settings for Sonarr
|
2024-11-18 21:19:20 -07:00 |
|
|
|
4fc2d3c94b
|
feat(cli): Added Sonarr support for fetching host and security configs
|
2024-11-18 20:59:27 -07:00 |
|
|
|
a012945df2
|
feat(network): Added network support for fetching host and security configs from Sonarr
|
2024-11-18 20:49:07 -07:00 |
|
|
|
d8979221c8
|
feat(network): Added the GetIndexers network call for Sonarr
|
2024-11-18 19:54:42 -07:00 |
|
|
|
003f319385
|
feat(cli): Added sonarr support for listing downloads, listing quality profiles, and fetching detailed information about an episode
|
2024-11-15 18:41:13 -07:00 |
|
|
|
e14b7072c6
|
feat(network): Added get quality profiles and get episode details events for Sonarr
|
2024-11-15 18:19:03 -07:00 |
|
|
|
6dffc90e92
|
feat(sonarr_network): Added support for fetching episodes for a specified series to the network events
|
2024-11-15 14:57:19 -07:00 |
|
|
|
a8f3bed402
|
feat(sonarr): Added the ability to fetch Sonarr logs
|
2024-11-11 14:00:07 -07:00 |
|
|
|
1ca9265a2a
|
feat(sonarr): Added blocklist commands (List, Clear, Delete)
|
2024-11-11 13:45:32 -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 |
|
|
|
0d8803d35d
|
fix(ui): Fixed a bug that would freeze all user input while background network requests were running
|
2024-11-06 15:50:47 -07:00 |
|
|
|
8c90221a81
|
perf(network): Improved performance and reactiveness of the UI by speeding up network requests and clearing the channel whenever a request is cancelled/the UI is routing
|
2024-11-06 14:52:48 -07:00 |
|
|
|
9936ce1ab5
|
Removed the need for use_ssl to indicate SSL usage; instead just use the ssl_cert_path
Added the ability to specify either host/port, or uri for configuring Radarr
|
2024-11-05 18:16:01 -07:00 |
|
|
|
f6f477b124
|
Added HTTPS support for all Servarrs
|
2024-11-02 18:32:44 -06:00 |
|
|
|
97c8f8fc49
|
Added the ability to fetch host configs and security configs to the CLI
|
2024-11-01 13:02:39 -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 |
|
|
|
63dd6c3ad9
|
Fixed some breaking changes with the most recent Radarr version. A few API fields were changed with either new names, or were omitted from some responses entirely and they were not documented by the Radarr team making them difficult to track down.
|
2024-02-19 18:35:51 -07:00 |
|
|
|
6cadf70c1e
|
Added full support for managing the blocklist
|
2024-02-15 16:20:03 -07:00 |
|
|
|
a360c83431
|
Refactored the ErrorMessage widget into a generic Message widget for enhanced reuse. Added support for testing a single indexer at a time.
|
2024-02-15 11:11:10 -07:00 |
|
|
|
b49bfaa9c1
|
Added sorting to the collections table, and fixed a bug that was refreshing the underlying table while users may be selecting a sort option.
|
2024-02-14 16:09:42 -07:00 |
|
|
|
cf14483338
|
Fixed a small bug with sorting the main library table. On refreshes it would reset the data and because of stable sorts, the data would change. Fixed by pre-sorting everything by ID as it is naturally when coming from Radarr prior to any subsequent sorts.
|
2024-02-14 12:53:21 -07:00 |
|
|
|
6cd24be5e4
|
Added sorting to the main library table
|
2024-02-13 23:00:35 -07:00 |
|
|
|
6ba78cb4ba
|
Refactored table sorting into the ManagarrTable widget and StatefulTable so any and all tables created can support sorting with minimal UI changes and thus only need to focus on the handlers. I'm going to continue this effort tomorrow and look at what other widgets can be created to simplify things. Most likely, prompt boxes.
|
2024-02-12 19:15:02 -07:00 |
|
|
|
adda82f7f3
|
Refactored table filtering and searching so that they are now relative to the table being filtered/searched on. Also created two new widgets for error messages and popups to make life easier moving forward. Going to refactor table sorting into StatefulTable's as well so all tables can be searched, filtered, and sorted moving forwards.
|
2024-02-11 19:02:18 -07:00 |
|
|
|
2ec4472efc
|
Added the ability to edit existing indexers with basic options, added a tags column to the indexers table, and fixed a bug in the counter fields that displayed the cursor next to the integer instead of on it to make understanding the counter easier. Also upgraded to confy v0.60.0 and rust version to 1.75
|
2024-01-19 15:45:41 -07:00 |
|
|
|
9123067651
|
Fixed a race condition bug with the MovieDetailsModal
|
2023-11-25 17:50:23 -07:00 |
|
|
|
76e21e7697
|
Added 'Test All Indexers' table and functionality to the Indexers tab, and upgraded to Ratatui 0.24.0 and cleaned up code for newer Ratatui version
|
2023-11-25 17:36:30 -07:00 |
|
|
|
d0ce98eb93
|
Fixed race condition bug in loading movie history when user has not yet fetched the movie details
|
2023-11-25 12:40:07 -07:00 |
|
|
|
2b15afcb83
|
Added support for editing all indexer settings (finally)!
|
2023-09-08 16:06:20 -06:00 |
|