Add library mapping

This commit is contained in:
Luigi311
2022-05-23 14:00:51 -06:00
parent 26a9c85d3b
commit e56b544593
4 changed files with 284 additions and 164 deletions

View File

@@ -2,7 +2,8 @@ DRYRUN = "True"
DEBUG = "True"
SLEEP_DURATION = "3600"
LOGFILE = "log.log"
#USER_MAPPING = { "test2": "test" }
#USER_MAPPING = { "testuser2": "testuser3" }
#LIBRARY_MAPPING = { "Shows": "TV Shows" }
PLEX_BASEURL = "http://localhost:32400"
PLEX_TOKEN = "SuperSecretToken"