Files
SubMiner/docs-site/demos.md
T
sudacode 9eecb7358b docs: refresh user-facing guides and examples
- Clarify current integration, media review, and Anki behavior
- Remove obsolete AI translation and configuration references
- Standardize headings and prose across docs
2026-09-08 00:23:38 -07:00

2.7 KiB

Feature demos

Short recordings from real playback sessions.

Some vocabulary for what follows. Yomitan is the pop-up dictionary. Jimaku is a community subtitle database. alass and ffsubsync retime subtitles against the audio. Jellyfin is a self-hosted media server. A texthooker is a web page that mirrors the current subtitle as selectable text so browser tools can read it.

<script setup> import { withBase } from 'vitepress'; const v = '20260819-1'; </script>

Anki card mining and enrichment

Mine a card from Yomitan or straight from a subtitle line. SubMiner attaches the sentence, an audio clip cut to the line timing, and a screenshot.

Subtitle download and sync

Search Jimaku, download a track, then retime it with alass or ffsubsync without leaving SubMiner.

::: info VIDEO COMING SOON :::

Jellyfin integration

Browse your Jellyfin library, cast to a device, and start playback from SubMiner. Watch progress goes back to the Jellyfin server.

::: info VIDEO COMING SOON :::

Texthooker

Mirror subtitles to an external texthooker page so browser extensions can read them while the overlay runs.

::: info VIDEO COMING SOON :::

<style> video { width: 100%; border-radius: 12px; border: 1px solid var(--vp-c-divider); box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28); margin: 0.75rem 0 2.5rem; } h2 { margin-top: 2.5rem !important; } </style>