Commit Graph

95 Commits

Author SHA1 Message Date
379d6e0095 Pre-alpha CI/CD release support 2024-10-30 15:24:03 -06:00
b4777d7398 Updated the README to be a bit more fun 2024-10-29 18:50:47 -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
9351fb1f62 Updated the demo to be a true one liner with dedicated demo images 2024-03-18 15:28:47 -06:00
e1c342e36a Updated README with cleanup steps for the demo 2024-03-16 18:22:30 -06:00
472eeb43ab Created the managarr-demo repository and created a Dockerfile for CI/CD builds. Added Docker sections to the README as well 2024-03-16 18:19:53 -06:00
a2e60470af Added myself as the creator 2024-03-16 09:49:31 -06:00
4a18be5328 Decided to remove Quality Profile and Quality Definition support from alpha 2024-03-16 09:27:56 -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
d869647dd8 Alpha support for indexers is complete 2024-02-15 11:30:21 -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
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
ba82c53942 Updated the Wekan link 2023-11-01 12:06:05 -06:00
2b3b3cc1d5 Removed the mention of licensing for the alpha release since I just added this as part of making the repo public 2023-10-25 11:12:21 -06:00
5c4b5a604b Tweaked the README format a bit. Need to add a Gif instead of screenshots at some point 2023-10-25 10:31:30 -06:00
cf404eaf1a Updated README with new screenshots and a message to allow me to make the repo public, but let people know the pre-alpha status of the project 2023-10-25 10:30:08 -06:00
718613d59f Added typo checks and upgraded to the latest version of Ratatui 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
c606fe8573 Added full support for managing root folders, and also for changing the root folder when adding a movie 2023-08-08 10:50:06 -06:00
d8a93efd5a Updated the Asciinema to be public 2023-08-08 10:50:06 -06:00
a65b6328ed Fixed a tags bug and added in an asciicast demo of Managarr's radarr functionality 2023-08-08 10:50:06 -06:00
88f0934ef1 Testing using a webm demo of Managarr instead of a gif 2023-08-08 10:50:06 -06:00
7a45aee126 Updated README to be more consistent 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
7f3dd18478 Full support for editing movies and managing tags 2023-08-08 10:50:06 -06:00
1c670e0925 Added Wekan logo and link to the Wekan board 2023-08-08 10:50:05 -06:00
8968eb0015 Created a Wekan board to track bugs, features, changes, etc. This should make life easier moving forward. 2023-08-08 10:50:05 -06:00
cab3d1d50d Updated README for what still needs to be done 2023-08-08 10:50:05 -06:00
6735849518 Fully functional manual searching capabilities and refresh capabilities for all movies, downloads, and collections 2023-08-08 10:50:05 -06:00
1ad1b16668 Refresh, disk scan, and trigger auto-scan support and partial implementation for manual searches 2023-08-08 10:50:05 -06:00
d1da5af6d7 Removed intention of ever having Overseerr support. Seems redundant 2023-08-08 10:50:04 -06:00
960319c3e7 Successful implementation of movie adding and deleting, and refactored network logic to be more reusable later 2023-08-08 10:50:04 -06:00
cd0cf2e04a Added delete movie functionality 2023-08-08 10:50:04 -06:00
864dd4e331 Updated README with accurate Radarr functionalities 2023-08-08 10:50:04 -06:00
25730a3324 Partially working filtering logic 2023-08-08 10:50:04 -06:00
afeb333100 Added another TODO to Radarr features 2023-08-08 10:50:04 -06:00
4c6c2bcdcb Updated README to have a demo file 2023-08-08 10:50:04 -06:00
4d049c9ddf Updated README to have a demo file 2023-08-08 10:50:04 -06:00
d328714d00 Updated README to include list of features and what features are currently missing 2023-08-08 10:50:04 -06:00
2cb4cd3eee Updated README and fixed a TMDB parsing bug for movie details 2023-08-08 10:50:04 -06:00
44db47f8ee Added error windows with scrolling text, and a colorized Radarr logo. Also added header row with header tabs 2023-08-08 10:50:04 -06:00
0d4e283c21 Base working commit with a UI thread (Tokio), Network thread (Tokio), and an input events thread (std). 2023-08-08 10:50:03 -06:00
Alex Tusa
f436a66069 Initial commit 2023-01-14 14:18:13 -07:00