Updated README to be more clear about what features are supported [skip ci]
This commit is contained in:
@@ -17,14 +17,14 @@ Managarr is a TUI and CLI to help you manage your HTPC (Home Theater PC). Built
|
||||
|
||||
## 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/)
|
||||
-  [Tautulli](https://tautulli.com/)
|
||||
- [x]  [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/)
|
||||
- [ ]  [Tautulli](https://tautulli.com/)
|
||||
|
||||
## Try Before You Buy
|
||||
To try out Managarr before linking it to your HTPC, you can use the purpose built [managarr-demo](https://github.com/Dark-Alex-17/managarr-demo) repository.
|
||||
@@ -111,12 +111,12 @@ To see all available commands, simply run `managarr --help`:
|
||||
|
||||
```shell
|
||||
$ managarr --help
|
||||
managarr 0.0.36
|
||||
managarr 0.1.3
|
||||
Alex Clarke <alex.j.tusa@gmail.com>
|
||||
|
||||
A TUI and CLI to manage your Servarrs
|
||||
|
||||
Usage: managarr [COMMAND]
|
||||
Usage: managarr [OPTIONS] [COMMAND]
|
||||
|
||||
Commands:
|
||||
radarr Commands for manging your Radarr instance
|
||||
@@ -124,6 +124,8 @@ Commands:
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
--config <CONFIG> The Managarr configuration file to use
|
||||
--disable-terminal-size-checks Disable the terminal size checks
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
```
|
||||
@@ -134,7 +136,7 @@ All subcommands also have detailed help menus to show you how to use them. For e
|
||||
$ managarr radarr --help
|
||||
Commands for manging your Radarr instance
|
||||
|
||||
Usage: managarr radarr <COMMAND>
|
||||
Usage: managarr radarr [OPTIONS] <COMMAND>
|
||||
|
||||
Commands:
|
||||
add Commands to add or create new resources within your Radarr instance
|
||||
@@ -154,6 +156,8 @@ Commands:
|
||||
help Print this message or the help of the given subcommand(s)
|
||||
|
||||
Options:
|
||||
--config <CONFIG> The Managarr configuration file to use
|
||||
--disable-terminal-size-checks Disable the terminal size checks
|
||||
-h, --help Print help
|
||||
```
|
||||
|
||||
@@ -185,7 +189,7 @@ $HOME/Library/Application Support/managarr/config.yml
|
||||
%APPDATA%/Roaming/managarr/config.yml
|
||||
```
|
||||
|
||||
## Specify Configuration File
|
||||
## Specify Which Configuration File to Use
|
||||
It can sometimes be useful to specify the configuration file you wish to use. This is useful in cases
|
||||
where you may have more than one instance of a given Servarr running. Thus, you can specify the
|
||||
config file using the `--config` flag:
|
||||
|
||||
Reference in New Issue
Block a user