Files
SubMiner/docs-site/demos.md
T
sudacode 455cfff90a docs: fix inaccuracies and add link/anchor validation tests
- Generate config.example.jsonc with a Linux socket path instead of Windows, so the example stays reproducible across platforms
- Document TsukiHime config (`tsukihime.*`), maturity-based known-word highlighting keys, and other config surfaces missing from the reference
- Correct secondary-subtitle auto-load defaults and Anki field-matching (case-insensitive) claims
- Expand Windows installation guide with winget/Scoop package tables and manual PATH setup
- Add docs-site/links.test.ts to catch broken internal links and heading-anchor mismatches
- Fix stale cross-references in jimaku-integration.md and demos.md
2026-07-28 00:56:38 -07:00

2.9 KiB

Feature Demos

Short recordings of SubMiner's key features and integrations from real playback sessions. A few terms you'll see below: Yomitan is the pop-up dictionary used for word lookups, Jimaku is a community subtitle database, alass and ffsubsync are tools that retime subtitles to match the audio, Jellyfin is a self-hosted media server, and a texthooker is a web page that mirrors the current subtitle as selectable text for browser-based tools.

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

Anki Card Mining & Enrichment

Mine vocabulary cards from Yomitan or directly from subtitle lines. SubMiner automatically attaches the sentence, a timing-accurate audio clip, a screenshot, and a translation.

Subtitle Download & Sync

Search and download subtitles from Jimaku, then retime them with alass or ffsubsync - all from within SubMiner.

::: info VIDEO COMING SOON :::

Jellyfin Integration

Browse your Jellyfin library, cast to devices, and launch playback directly from SubMiner. Watch progress syncs back to your Jellyfin server.

::: info VIDEO COMING SOON :::

Texthooker

Open subtitles in an external texthooker page for use with browser-based tools and extensions alongside the overlay.

::: 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>