README tweaks

This commit is contained in:
ponzischeme89
2026-01-17 23:01:41 +13:00
parent 2234ff3bc5
commit 0241d1acd4
+22
View File
@@ -0,0 +1,22 @@
# 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
---