Compare commits
3 Commits
96239d6704
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1adf97bfb | ||
|
|
8dea290dd1 | ||
|
|
90358f0176 |
6
.env
6
.env
@@ -1,7 +1,7 @@
|
||||
# Global Settings
|
||||
|
||||
## Do not mark any shows/movies as played and instead just output to log if they would of been marked.
|
||||
DRYRUN = "True"
|
||||
DRYRUN = "False"
|
||||
|
||||
## Debugging level, "info" is default, "debug" is more verbose
|
||||
#DEBUG_LEVEL = "DEBUG"
|
||||
@@ -46,11 +46,11 @@ LIBRARY_MAPPING = { "TV Shows": "Scratch TV Shows", "Scratch TV Shows": "TV Show
|
||||
## Blacklisting/Whitelisting libraries, library types such as Movies/TV Shows, and users. Mappings apply so if the mapping for the user or library exist then both will be excluded.
|
||||
## Comma separated for multiple options
|
||||
#BLACKLIST_LIBRARY = ""
|
||||
#WHITELIST_LIBRARY = ""
|
||||
WHITELIST_LIBRARY = "TV Shows,Scratch TV Shows,Movies"
|
||||
#BLACKLIST_LIBRARY_TYPE = ""
|
||||
#WHITELIST_LIBRARY_TYPE = ""
|
||||
#BLACKLIST_USERS = ""
|
||||
#WHITELIST_USERS = ""
|
||||
WHITELIST_USERS = "belandbroc,debila"
|
||||
|
||||
|
||||
# Plex
|
||||
|
||||
Reference in New Issue
Block a user