plex-prerolls/consts.py
nwithan8 1616d91ebe - Rewrite nearly the whole thing for better parsing, support, readability, etc. (OOP forever!)
- 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)
2023-12-08 17:50:12 -07:00

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"