Commit Graph

117 Commits

Author SHA1 Message Date
7501340c40 refactor mpv reconnect scheduling into transport layer 2026-02-14 15:13:07 -08:00
1b141bb835 test add mpv client reconnect timer clear regression 2026-02-14 15:12:22 -08:00
97924ddcf9 test add mpv protocol pause-on-sub-end regression 2026-02-14 15:08:30 -08:00
d7c7052ac1 refactor state and overlay runtime helpers 2026-02-14 15:06:20 -08:00
3bb02d7d6f refactor(main): extract IPC registration wiring into main/ipc-runtime module 2026-02-14 13:48:05 -08:00
9a710ea6ee refactor(main): move mpv IPC command composition into helper module 2026-02-14 13:46:17 -08:00
53732d61ed chore(main): extract app lifecycle/startup builders into main modules 2026-02-14 13:45:25 -08:00
7ef337e3c1 Track mpv overlays by configured socket window only 2026-02-14 13:44:10 -08:00
df4f2f2a11 update docs 2026-02-14 01:44:52 -08:00
8ef2d98dbe refactor(main): extract runtime options and subsync ipc deps 2026-02-14 01:29:56 -08:00
70e1929b15 refactor(main): type annotate subsync runtime deps helper 2026-02-14 01:28:29 -08:00
f3cde58be1 refactor(main): extract app-ready runtime dependencies helper 2026-02-14 01:28:01 -08:00
172420260c fix(main): type annotate dependency factories and jimaku fetch generic 2026-02-14 01:20:06 -08:00
e73c80d11e refactor(main): extract startup bootstrap dependency factory 2026-02-14 01:17:52 -08:00
d905a01564 refactor(main): extract app lifecycle dependency wiring helper 2026-02-14 01:17:39 -08:00
897a247e62 refactor(main): extract IPC runtime deps factories 2026-02-14 01:17:19 -08:00
05f582e00d refactor(main): extract mpv IPC command deps into factory 2026-02-14 01:16:32 -08:00
8c7cdb3490 refactor(main): extract CLI runtime deps into factory 2026-02-14 01:16:25 -08:00
aad967d835 refactor(main): extract mpv client deps factory into helper 2026-02-14 01:15:46 -08:00
31551e0b0d refactor(mpv): emit media/path/title events for app-level handlers 2026-02-14 01:13:21 -08:00
14acb09b89 Apply remaining working-tree updates 2026-02-14 00:36:01 -08:00
9b24e09d48 Fix overlay modal dispatch and restore behavior 2026-02-14 00:35:30 -08:00
1d2c404273 Revert "Use lobster as stream resolver fallback for -s query flow"
This reverts commit 022f4e972c.
2026-02-13 22:58:37 -08:00
022f4e972c Use lobster as stream resolver fallback for -s query flow 2026-02-13 22:56:05 -08:00
a462901555 Use SubMiner rofi theme for ani-cli stream mode and vendor ani-cli binary path 2026-02-13 22:53:47 -08:00
kyasuda
69ae50a416 add tasks 2026-02-13 18:29:17 -08:00
152d945aef updateupdate 2026-02-13 00:06:18 -08:00
27ffcdff21 Fix secondary subtitle style parity and MPV visibility restore lifecycle 2026-02-13 00:03:55 -08:00
9560814817 Update TASK-20.2 status to done 2026-02-12 02:49:54 -08:00
c59bed8c8e refactor(overlay): split bounds ownership by layer for TASK-20.1 2026-02-12 02:17:30 -08:00
d3e7efc7af chore(backlog): capture overlay_window findings in TASK-20 breakdown 2026-02-12 01:48:19 -08:00
f91b1e5591 chore(backlog): reset TASK-19 after reverting shortcut changes 2026-02-12 01:41:19 -08:00
a774f7a5ed update readme/docs 2026-02-12 01:01:08 -08:00
9f490a6565 Fix launcher overlay startup gating and socket alignment
- only start overlay from launcher when --start is passed or plugin auto_start is enabled

- read socket_path from mpv script-opts/subminer.conf and use it for mpv/overlay/subtitle IPC

- only stop overlay on launcher cleanup when launcher actually started it

- preserve --start semantics for second-instance command+action flows so MPV reconnect happens before toggles
2026-02-12 00:45:15 -08:00
f722ab2075 Add dev Make targets and tune macOS invisible subtitle spacing 2026-02-11 23:47:24 -08:00
2778476b58 Adjust macOS invisible subtitle vertical nudge 2026-02-11 20:26:26 -08:00
f5129469c3 add new task 2026-02-11 18:45:29 -08:00
8787d905b2 Fix renderer overlay loading and modularize renderer 2026-02-11 18:30:55 -08:00
44b0e3604e Fix macOS overlay binding and subtitle alignment 2026-02-11 18:28:10 -08:00
42dff75391 Update texthooker-ui submodule to subminer branch 2026-02-11 09:39:59 -08:00
b674080bc9 update backlog 2026-02-11 09:33:47 -08:00
4fb1c1722d docs: overhaul documentation and add four new pages
- Add mining-workflow.md: end-to-end sentence mining guide
- Add anki-integration.md: AnkiConnect setup, field mapping, media generation, field grouping
- Add mpv-plugin.md: chord keybindings, subminer.conf options, script messages
- Add troubleshooting.md: common issues and solutions by category
- Rewrite architecture.md to reflect current ~1,400-line main.ts and ~35 services
- Expand development.md from ~25 lines to full dev guide
- Fix URLs to ksyasuda/SubMiner, version to v0.1.0, AppImage naming
- Update VitePress sidebar with three-group layout (Getting Started, Reference, Development)
- Update navigation in index.md, README.md, docs/README.md
- Remove obsolete planning artifacts (plan.md, investigation.md, comparison.md, composability.md, refactor-main-checklist.md)
2026-02-11 09:33:47 -08:00
a861703eda Set SubMiner mpv launch defaults and doc naming consistency 2026-02-11 09:33:47 -08:00
c6955acbe0 update docs 2026-02-11 09:33:47 -08:00
006db2d528 Document invisible subtitle position edit mode 2026-02-11 09:33:47 -08:00
410ccb163c Complete runtime service follow-ups and invisible subtitle edit mode 2026-02-11 09:33:47 -08:00
kyasuda
19e06a8b52 add investigation 2026-02-11 09:33:47 -08:00
kyasuda
0ca0465367 feat(docs): add interactive Mermaid diagram modal 2026-02-11 09:33:47 -08:00
kyasuda
628b63b165 docs: bundle mermaid locally for offline diagram rendering 2026-02-11 09:33:47 -08:00
kyasuda
b59e810e76 docs: add Mermaid architecture diagrams and VitePress renderer 2026-02-11 09:33:47 -08:00