Files
SubMiner/docs-site/demos.md
T
sudacode 8825cca642 docs: rewrite docs site pages to be shorter and easier to scan
- Pages now start with setup and usage, and reference material is in compact tables
- Configuration reference gives each config block a short explanation and a key/default table
- Internal detail removed from user pages, and docs that had drifted from current behavior fixed
- The status line shows today's date, set on the client, instead of the page's last-updated date
- Add changelog fragment
2026-09-24 16:20:42 -07:00

2.7 KiB

Feature demos

Short recordings from real playback sessions.

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.

<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 and play from SubMiner, or cast to SubMiner from another Jellyfin client. Watch progress syncs back to the 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>