Basic usage
sublogue scan ./subs
Philosophy
Sublogue performs one task, carefully, and then gets out of the way. It is not a downloader. It is not a media manager.
Context-aware subtitle augmentation. Plot summaries and metadata, inserted without breaking sync.
docker pull ghcr.io/yourname/sublogue:latest
version: "3.8"
services:
sublogue:
image: ghcr.io/yourname/sublogue:latest
container_name: sublogue
volumes:
- ./subs:/data/subs
restart: unless-stopped
⬇ View on Docker Hub
Sublogue appends a short, readable plot summary directly into
.srt subtitle files at the start of playback.
No timing drift. No destructive edits.
sublogue scan ./subs
Sublogue performs one task, carefully, and then gets out of the way. It is not a downloader. It is not a media manager.