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 - 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?
|
## What Servarrs are supported?
|
||||||
|
|
||||||
##  [Radarr](https://wiki.servarr.com/radarr)
|
-  [Radarr](https://wiki.servarr.com/radarr)
|
||||||
##  [Sonarr](https://wiki.servarr.com/en/sonarr)
|
-  [Sonarr](https://wiki.servarr.com/en/sonarr)
|
||||||
##  [Readarr](https://wiki.servarr.com/en/readarr)
|
-  [Readarr](https://wiki.servarr.com/en/readarr)
|
||||||
##  [Lidarr](https://wiki.servarr.com/en/lidarr)
|
-  [Lidarr](https://wiki.servarr.com/en/lidarr)
|
||||||
##  [Prowlarr](https://wiki.servarr.com/en/prowlarr)
|
-  [Prowlarr](https://wiki.servarr.com/en/prowlarr)
|
||||||
##  [Whisparr](https://wiki.servarr.com/whisparr)
|
-  [Whisparr](https://wiki.servarr.com/whisparr)
|
||||||
##  [Bazarr](https://www.bazarr.media/)
|
-  [Bazarr](https://www.bazarr.media/)
|
||||||
##  [Overseerr](https://docs.overseerr.dev/)
|
-  [Overseerr](https://docs.overseerr.dev/)
|
||||||
##  [Tautulli](https://tautulli.com/)
|
-  [Tautulli](https://tautulli.com/)
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
Managarr assumes reasonable defaults to connect to each service (i.e. Radarr is on localhost:7878),
|
Managarr assumes reasonable defaults to connect to each service (i.e. Radarr is on localhost:7878),
|
||||||
@@ -77,11 +77,45 @@ tautulli:
|
|||||||
|
|
||||||
### Radarr
|
### Radarr
|
||||||
|
|
||||||
- View your library, downloads, collections, or calendar
|
- [x] View your library, downloads, collections, or calendar
|
||||||
- Search your library for specific movies
|
- [x] Search your library for specific movies
|
||||||
- View details of a specific movie including description, history, downloaded file info, or the credits
|
- [x] 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
|
- [x] View details of any collection and the movies in them
|
||||||
- Add movies to Radarr
|
- [ ] 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
|
## Dependencies
|
||||||
- [tui-rs](https://github.com/fdehau/tui-rs)
|
- [tui-rs](https://github.com/fdehau/tui-rs)
|
||||||
|
|||||||
Reference in New Issue
Block a user