Usage Philosophy Docker Hub

Sublogue

Context-aware subtitle augmentation. Plot summaries and metadata, inserted without breaking sync.

Install with Docker

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

What Sublogue adds to your subtitles

SUBLOGUE
Memento (2022)
IMDb 8.0 · RT 54% · 113 min
A man with short-term memory loss attempts to track down his wife’s murderer using notes, tattoos, and fragmented recollections.
SUBLOGUE
Arrival (2016)
IMDb 7.9 · RT 94% · 116 min
A linguist is recruited to communicate with extraterrestrial visitors whose arrival challenges humanity’s understanding of time.
SUBLOGUE
Ex Machina (2014)
IMDb 7.7 · RT 92% · 108 min
A programmer evaluates the consciousness of an advanced AI in a secluded research facility.

What it does

Sublogue appends a short, readable plot summary directly into .srt subtitle files at the start of playback. No timing drift. No destructive edits.

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.