-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.yaml
More file actions
21 lines (19 loc) · 830 Bytes
/
Copy pathcompose.yaml
File metadata and controls
21 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
services:
plex-language-sync:
image: ghcr.io/cplieger/plex-language-sync:latest
container_name: plex-language-sync
restart: unless-stopped
user: "1000:1000" # match your host user
environment:
TZ: "Europe/Paris"
PLEX_URL: "http://plex:32400" # full URL including scheme and port
PLEX_TOKEN: "your-plex-token" # admin token from Plex Web settings
UPDATE_LEVEL: "show" # show = entire show, season = current season only
UPDATE_STRATEGY: "all" # all = every episode, next = future episodes only
TRIGGER_ON_PLAY: "true"
TRIGGER_ON_SCAN: "true"
LANGUAGE_PROFILES: "true" # learn and apply audio→subtitle pairs for new shows
SCHEDULER_ENABLE: "true"
SCHEDULER_SCHEDULE_TIME: "02:00"
volumes:
- /opt/appdata/plex-language-sync:/config