3 Commits

Author SHA1 Message Date
Bel LaPointe
a1adf97bfb no dry 2025-09-25 15:56:10 -04:00
Bel LaPointe
8dea290dd1 nosqueaky 2025-09-25 15:00:14 -04:00
Bel LaPointe
90358f0176 allowlist 2025-09-25 14:55:50 -04:00

6
.env
View File

@@ -1,7 +1,7 @@
# Global Settings # Global Settings
## Do not mark any shows/movies as played and instead just output to log if they would of been marked. ## 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 ## Debugging level, "info" is default, "debug" is more verbose
#DEBUG_LEVEL = "DEBUG" #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. ## 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 ## Comma separated for multiple options
#BLACKLIST_LIBRARY = "" #BLACKLIST_LIBRARY = ""
#WHITELIST_LIBRARY = "" WHITELIST_LIBRARY = "TV Shows,Scratch TV Shows,Movies"
#BLACKLIST_LIBRARY_TYPE = "" #BLACKLIST_LIBRARY_TYPE = ""
#WHITELIST_LIBRARY_TYPE = "" #WHITELIST_LIBRARY_TYPE = ""
#BLACKLIST_USERS = "" #BLACKLIST_USERS = ""
#WHITELIST_USERS = "" WHITELIST_USERS = "belandbroc,debila"
# Plex # Plex