Updated README to include list of features and what features are currently missing
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
# managarr - A TUI to manage your Servarrs
|
||||
Managarr is a TUI to help you manage your HTPC (Home Theater PC).
|
||||
Managarr is a TUI to help you manage your HTPC (Home Theater PC). Built with love in Rust!
|
||||
|
||||
## What Servarrs are supported?
|
||||
|
||||
##  [Radarr](https://wiki.servarr.com/radarr)
|
||||
##  [Sonarr](https://wiki.servarr.com/en/sonarr)
|
||||
##  [Readarr](https://wiki.servarr.com/en/readarr)
|
||||
##  [Lidarr](https://wiki.servarr.com/en/lidarr)
|
||||
##  [Prowlarr](https://wiki.servarr.com/en/prowlarr)
|
||||
##  [Whisparr](https://wiki.servarr.com/whisparr)
|
||||
##  [Bazarr](https://www.bazarr.media/)
|
||||
##  [Overseerr](https://docs.overseerr.dev/)
|
||||
##  [Tautulli](https://tautulli.com/)
|
||||
-  [Radarr](https://wiki.servarr.com/radarr)
|
||||
-  [Sonarr](https://wiki.servarr.com/en/sonarr)
|
||||
-  [Readarr](https://wiki.servarr.com/en/readarr)
|
||||
-  [Lidarr](https://wiki.servarr.com/en/lidarr)
|
||||
-  [Prowlarr](https://wiki.servarr.com/en/prowlarr)
|
||||
-  [Whisparr](https://wiki.servarr.com/whisparr)
|
||||
-  [Bazarr](https://www.bazarr.media/)
|
||||
-  [Overseerr](https://docs.overseerr.dev/)
|
||||
-  [Tautulli](https://tautulli.com/)
|
||||
|
||||
# Configuration
|
||||
Managarr assumes reasonable defaults to connect to each service (i.e. Radarr is on localhost:7878),
|
||||
@@ -77,11 +77,45 @@ tautulli:
|
||||
|
||||
### Radarr
|
||||
|
||||
- View your library, downloads, collections, or calendar
|
||||
- Search your library for specific movies
|
||||
- View details of a specific movie including description, history, downloaded file info, or the credits
|
||||
- View details of any collection and the movies in them
|
||||
- Add movies to Radarr
|
||||
- [x] View your library, downloads, collections, or calendar
|
||||
- [x] Search your library for specific movies
|
||||
- [x] View details of a specific movie including description, history, downloaded file info, or the credits
|
||||
- [x] View details of any collection and the movies in them
|
||||
- [ ] Add movies to Radarr
|
||||
- [ ] Manage your quality profiles
|
||||
- [ ] Modify your Radarr settings
|
||||
|
||||
### Sonarr
|
||||
- [ ] Support for Sonarr
|
||||
|
||||
### Readarr
|
||||
|
||||
- [ ] Support for Readarr
|
||||
|
||||
### Lidarr
|
||||
|
||||
- [ ] Support for Lidarr
|
||||
|
||||
### Whisparr
|
||||
|
||||
- [ ] Support for Whisparr
|
||||
|
||||
### Bazarr
|
||||
|
||||
- [ ] Support for Bazarr
|
||||
|
||||
### Prowlarr
|
||||
|
||||
- [ ] Support for Prowlarr
|
||||
|
||||
### Overseerr
|
||||
|
||||
- [ ] Support for Overseerr
|
||||
|
||||
### Tautulli
|
||||
|
||||
- [ ] Support for Tautulli
|
||||
|
||||
|
||||
## Dependencies
|
||||
- [tui-rs](https://github.com/fdehau/tui-rs)
|
||||
|
||||
Reference in New Issue
Block a user