Files
sublogue/README.md
T

22 lines
827 B
Markdown
Raw Normal View History

2026-01-17 23:01:41 +13:00
# Sublogue
Sublogue is a small, fast tool for adding plot summaries and metadata to subtitle files.
Built in New Zealand for people who like tidy media libraries and clean viewing experiences.
It takes an existing `.srt` file, fetches metadata from OMDb/TMDb and TVMaze, and inserts a short plot block at the start of the file — without touching any existing timings or shifting dialogue.
If youve ever opened a movie and forgotten what its about, this fixes that.
---
## Features
- Inserts a plot summary at the beginning of an existing `.srt`
- Automatically fetches metadata (OMDb, TMDb, TVMaze fallback)
- Never alters existing dialogue timing
- Handles long plots without breaking readability
- Clean web UI (Svelte + Vite)
- Fast Python backend (Flask + aiohttp)
- Docker image available through GHCR
---