feat: Adds some QoL changes

- Logs exception messages when Plex login fails
 - Renames "username" variable in getPlex() to generic naming
 - Changes "roles" config to "plex_roles" in preparation for jellyfin
 integration
 - Changes generic config names to plex specific config name

task: none (because I'm too lazy to set up proper issues)
This commit is contained in:
Yoruio
2022-07-09 00:19:33 -06:00
parent e51311011a
commit a64c43904b
6 changed files with 34 additions and 31 deletions

View File

@@ -71,9 +71,9 @@ docker run -d --restart unless-stopped --name invitarr -v /path to config:/app/a
```
.setupplex
This command is used to setup plex login.
.roleadd <@role>
.plexroleadd <@role>
These role(s) will be used as the role(s) to automatically invite user to plex
.setuplibs (optional)
.setupplexlibs (optional)
This command is used to setup plex libraries. Default is set to all.
```