|
|
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 |
|
|
|
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 |
|
|
|
8125bd5ae0
|
feat(cli): Support for adding a series to Sonarr
|
2024-11-24 14:29:13 -07:00 |
|
|
|
4d92c350de
|
fix(network): Added filtering for full seasons specifically in the UI when performing a manual full season search and added a message to the CLI that noes to only try to download a full season if that release includes 'fullSeason: true'
|
2024-11-23 12:15:41 -07:00 |
|
|
|
896c50909a
|
feat(network): Support for downloading releases from Sonarr
|
2024-11-22 19:33:29 -07:00 |
|
|
|
33db3efacf
|
feat(network): Support for starting a Sonarr task
|
2024-11-22 16:57:09 -07:00 |
|
|
|
16ca8841a1
|
feat(network): Support for fetching Sonarr updates
|
2024-11-22 16:46:36 -07:00 |
|
|
|
c54bd2bab0
|
feat(network): Support for fetching all Sonarr tasks
|
2024-11-22 16:35:39 -07:00 |
|
|
|
a881d1f33a
|
feat(network): Support for listing disk space on a Sonarr instance
|
2024-11-22 15:54:11 -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 |
|
|
|
16538a3158
|
feat(network): Support for fetching all Sonarr root folders
|
2024-11-21 16:37:23 -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 |
|
|
|
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 |
|
|
|
a012945df2
|
feat(network): Added network support for fetching host and security configs from Sonarr
|
2024-11-18 20:49:07 -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 |
|
|
|
9104b7c356
|
Fixed bug requiring an indexer to be provided when querying for active downloads from Radarr
|
2024-07-03 14:17:13 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
2b15afcb83
|
Added support for editing all indexer settings (finally)!
|
2023-09-08 16:06:20 -06:00 |
|
|
|
b16a58deae
|
Updated Ratatui, created custom deserialization logic for i64s to make life easier, and used string interpolation where possible to reduce the lines needed to write log messages or create formatted text
|
2023-09-07 17:20:38 -06:00 |
|
|
|
e9b6ff0ca1
|
Fixed a subtle bug when downloading movies where the movie_id needs to be specified in the POST to the releases endpoint
|
2023-08-08 10:50:07 -06:00 |
|
|
|
2b9ddd0d1e
|
Added network support for updating all indexer settings, editing specific indexer settings, deleting an indexer; Also added keybindings for all of the above that change the current route. Added full support for deleting an indexer; still need to add an indexer_handler to handle the add, edit, and settings functionalities
|
2023-08-08 10:50:07 -06:00 |
|
|
|
52f22312f3
|
Added field_type to Radarr events to dynamically display fields at runtime. Also updated the keybinding for events in the systems tab to reuse the 'e' key.
|
2023-08-08 10:50:07 -06:00 |
|
|
|
72194fe668
|
Implemented the ability to view indexers
|
2023-08-08 10:50:07 -06:00 |
|
|
|
0c7fc88e22
|
Added the ability to view Radarr updates and remapped the events queue key to 'z'
|
2023-08-08 10:50:07 -06:00 |
|
|
|
b2e475200c
|
Implemented full system browsing support with logs, events, and tasks.
|
2023-08-08 10:50:06 -06:00 |
|
|
|
460efb2497
|
Completed initial implementation of logs, events, and tasks
|
2023-08-08 10:50:06 -06:00 |
|
|
|
519778c0ca
|
Partial implementation of Tasks and Logs and test refactor
|
2023-08-08 10:50:06 -06:00 |
|
|
|
a564710aee
|
Added the ability to add and delete root folders, and added a body to the error message logs and dialog box if a body is returned from the Servarr
|
2023-08-08 10:50:06 -06:00 |
|
|
|
9142d5ab3e
|
Added the Root Folders tab
|
2023-08-08 10:50:06 -06:00 |
|
|
|
0ab43adcd9
|
Fixed bug in deserializing inCinemas in the MinimumAvailability enum
|
2023-08-08 10:50:06 -06:00 |
|
|
|
bf5ecbd5a6
|
Implemented the ability to edit collections and fixed a refresh bug so screens will automatically refresh when users edit movies or collections
|
2023-08-08 10:50:06 -06:00 |
|
|
|
514fd2244a
|
Added horizontal scrolling for long movie titles, a refresh key, and fixed the network issues so that network requests are sent once every 20 seconds by default to not stress out the server.
|
2023-08-08 10:50:06 -06:00 |
|
|
|
207b8a8c80
|
Mostly completed tags implementation; still need to add the UI option for the Add Movie popup, and I still need to fix the REALLY FAST horizontal scrolling issue (I'm thinking just %2 everything to slow it down). Oh, and also need to convert the quality profile Hashmap into a BiMap
|
2023-08-08 10:50:05 -06:00 |
|
|
|
652dc0f2c4
|
Completed edit movies implementation, cleaned up the Movies table, and fixed a bug when adding a movie from the CollectionDetails screen.
|
2023-08-08 10:50:05 -06:00 |
|
|
|
74502f5462
|
Fixed another bug with properly showing the right colors for downloading files. Accidentally named the download field id instead of movie_id
|
2023-08-08 10:50:05 -06:00 |
|
|
|
2870a45ee6
|
Fixed another bug with properly showing the right colors for downloading files. Accidentally named the download field id instead of movie_id
|
2023-08-08 10:50:05 -06:00 |
|
|
|
6866f90329
|
Added support for adding movies directly from the collection details UI, refactored to support contexts for different routes, and fixed the horizontal scrolling bug with the get_width_with_margin function.
|
2023-08-08 10:50:05 -06:00 |
|
|
|
08eabb24db
|
Added support for sorting when looking to manually add a release
|
2023-08-08 10:50:05 -06:00 |
|
|
|
dcc251ae01
|
Cleaned up active radarr block delegation to not have giant match arms and instead just check an array, and fixed a UI bug that shows an error message if a movie is already in a user's library.
|
2023-08-08 10:50:05 -06:00 |
|
|
|
d358935386
|
Optimized copy-able types
|
2023-08-08 10:50:05 -06:00 |
|
|
|
fe8150b923
|
Fixed output path being nullable bug for downloads
|
2023-08-08 10:50:05 -06:00 |
|