You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add SYNC_LANGUAGES env var to filter by language (fixes#20)
Adds a SYNC_LANGUAGES environment variable (comma-separated language
codes like 'en,de') that filters subtitle files by the language tag
in their filename (e.g., movie.en.srt, show.S01E01.eng.srt).
If not set, all subtitles are synced (existing behavior).
| `SCAN_PATHS` | `/scan_dir` | Comma-separated directories to scan for SRT files (must be mounted as volumes) |
103
103
| `EXCLUDE_PATHS` | _(none)_ | Comma-separated directories to exclude from scanning |
104
+
| `SYNC_LANGUAGES` | _(none)_ | Comma-separated language codes to sync (e.g., `en,de`). Only syncs subtitles with matching language tags in the filename (e.g., `movie.en.srt`). If not set, all subtitles are synced. |
104
105
| `CRON_SCHEDULE` | `0 0 * * *` | Cron expression for sync schedule (daily at midnight), or `disabled` to turn off |
105
106
| `MAX_CONCURRENT_SYNC_TASKS` | `1` | Number of subtitle files to process in parallel (higher = faster but more CPU) |
106
107
| `INCLUDE_ENGINES` | `ffsubsync,autosubsync,alass` | Which sync engines to use (comma-separated) |
0 commit comments