Releases: archoor/subtitle-player
Releases · archoor/subtitle-player
v0.0.3
Subtitle Player v0.0.3
Added
- Download dropdown: export Chinese, English, or bilingual subtitles as
[timestamp] text.txtfiles
Fixed
- UI completely unresponsive (variable name collision
tvs i18n) document.createElementr is not a functionwhen loading subtitles
Desktop
Portable SubtitlePlayer.exe can be built from subtitle_player/desktop (see README).
v0.0.2
Subtitle Player v0.0.2
Highlights
- Settings panel-first: configure Base URL, API Key, and model in ⚙ Settings — no
.envrequired .envremains optional fallback for development / team defaults- API Key masked in API responses; leave blank on save to keep existing key
Quick start
uv sync
uv run python subtitle_player/run.pyOpen ⚙ Settings to add your translation API credentials.
v0.0.1
Subtitle Player v0.0.1
First public release.
Highlights
- Timed subtitle playback with auto-scroll and karaoke-style word highlight
- Bilingual EN/ZH view; FunASR
.txt,.srt,.vttsupport - LLM subtitle translation (DashScope / Qwen) with SSE streaming and local cache
- Web app (FastAPI) + Electron portable
SubtitlePlayer.exebuild path - English docs (default) + Chinese; UI language toggle (EN/中)
Quick start
uv sync
uv run python subtitle_player/run.pySee README.md for full documentation.