Skip to content

Releases: archoor/subtitle-player

v0.0.3

15 Jun 13:20

Choose a tag to compare

Subtitle Player v0.0.3

Added

  • Download dropdown: export Chinese, English, or bilingual subtitles as [timestamp] text .txt files

Fixed

  • UI completely unresponsive (variable name collision t vs i18n)
  • document.createElementr is not a function when loading subtitles

Desktop

Portable SubtitlePlayer.exe can be built from subtitle_player/desktop (see README).

v0.0.2

13 Jun 16:06

Choose a tag to compare

Subtitle Player v0.0.2

Highlights

  • Settings panel-first: configure Base URL, API Key, and model in ⚙ Settings — no .env required
  • .env remains 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.py

Open ⚙ Settings to add your translation API credentials.

v0.0.1

13 Jun 15:33

Choose a tag to compare

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, .vtt support
  • LLM subtitle translation (DashScope / Qwen) with SSE streaming and local cache
  • Web app (FastAPI) + Electron portable SubtitlePlayer.exe build path
  • English docs (default) + Chinese; UI language toggle (EN/中)

Quick start

uv sync
uv run python subtitle_player/run.py

See README.md for full documentation.