3d6a2008bb
FastAPI service that syncs content ratings on Plex libraries, with MCP tool server, scheduled sync, and Podman Quadlet deployment.
11 lines
308 B
Bash
11 lines
308 B
Bash
PLEX_BASEURL=http://host.containers.internal:32400
|
|
PLEX_TOKEN=your_plex_token_here
|
|
# Alternative to token - use username/password:
|
|
# PLEX_USERNAME=ole@example.com
|
|
# PLEX_PASSWORD=your_password
|
|
LOG_LEVEL=INFO
|
|
TRIGGER_RATE_LIMIT=60
|
|
SCHEDULE_INTERVAL_MINUTES=5
|
|
TARGET_CONTENT_RATING=2
|
|
TARGET_LIBRARY=BorneVideo
|