mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-27 04:49:49 -07:00
963 B
963 B
type: added area: overlay
- Added an Animetosho integration for downloading English (and Japanese) subtitles, mirroring the Jimaku flow:
Ctrl+Shift+T(configurable viashortcuts.openAnimetosho) opens an in-overlay modal with two language tabs (the first followssecondarySub.secondarySubLanguages, defaulting to English; the second is Japanese) that parses the current video filename, searches Animetosho releases, lists extracted text subtitle tracks filtered by the active tab, then downloads the chosen track, decompresses it (requires thexzbinary), saves it next to the video with a language suffix (<video>.en.<ext>,.jafor Japanese tracks, etc.), and loads it into mpv immediately - Japanese tracks as the primary subtitle, other languages as the secondary subtitle. No API key is required; also reachable viasubminer --open-animetosho, the__animetosho-openkeybinding command, and configurable under a newanimetoshoconfig section.