mirror of
https://github.com/nwithan8/plex-prerolls
synced 2024-08-30 16:52:17 +00:00
1616d91ebe
- Consolidate Plex API config with schedules, now in config.yaml - Changes to schema for schedules - No more priority of, e.g. date_range over monthly - No more default - `misc` reworked to `always` - Update Docker files - Update README - Delete old files, linting stuff (screw mypy)
7 lines
196 B
Python
7 lines
196 B
Python
APP_NAME = "Plex Prerolls"
|
|
APP_DESCRIPTION = "A tool to manage prerolls for Plex"
|
|
DEFAULT_CONFIG_PATH = "config.yaml"
|
|
DEFAULT_LOG_DIR = "logs/"
|
|
CONSOLE_LOG_LEVEL = "INFO"
|
|
FILE_LOG_LEVEL = "DEBUG"
|