e38a1c945e
feat(jellyfin): add remote playback and config plumbing
2026-02-17 19:00:18 -08:00
37cc3a6b01
refactor(core): normalize core service naming
...
Standardize core service module and export names to reduce naming ambiguity and make imports predictable across runtime, tests, scripts, and docs.
2026-02-17 09:16:50 -08:00
25faf3ef3e
feat(anilist): add CLI and IPC management controls
2026-02-17 04:04:05 -08:00
a359e91b14
refactor(core): normalize core service naming
...
Standardize core service module and export names to reduce naming ambiguity and make imports predictable across runtime, tests, scripts, and docs.
2026-02-17 04:03:37 -08:00
804755bd3d
Fix failing immersion-tracker tests
2026-02-17 02:30:09 -08:00
75d5389036
test: fix telemetry fixture column count in rollup test
2026-02-17 01:41:24 -08:00
79bf5ebefb
test: add immersion tracking startup safety and sqlite tests
2026-02-17 01:27:41 -08:00
4d28efabd0
Fix child-process arg warning
2026-02-17 01:26:59 -08:00
1cd1cdb11d
refactor(cli): remove deprecated verbose logging flags
2026-02-17 00:57:44 -08:00
a499554848
Merge pull request #7 from ksyasuda/feature/add-anilist-tracking
...
Add AniList Tracking
2026-02-17 00:08:33 -08:00
5602d751eb
Update AniList docs
2026-02-16 23:03:51 -08:00
kyasuda
457e6f0f10
feat(tokenizer): refine Yomitan grouping and parser tooling
...
- map segmented Yomitan lines into single logical tokens and improve candidate selection heuristics
- limit frequency lookup to selected token text with POS-based exclusions and add debug logging hook
- add standalone Yomitan parser test script, deterministic utility-script shutdown, and docs/backlog updates
2026-02-16 17:41:24 -08:00
kyasuda
0eb2868805
Fix Yomitan token headword frequency matching and add frequency tests
2026-02-16 13:21:19 -08:00
1d7406f3d4
Fix anilist updater import
2026-02-16 02:19:02 -08:00
107971f151
Fix AniList URL guard
2026-02-16 01:56:21 -08:00
e142d2dc3b
Merge pull request #6 from ksyasuda/feature/session-help-modal
...
Add help modal
2026-02-16 00:32:27 -08:00
1ab7e6e1da
Normalize shortcut spaces before fil
2026-02-15 23:41:57 -08:00
f21fc95d17
Address Claude review feedback
2026-02-15 23:36:06 -08:00
01a48f4714
Add vendor dict fallback logic
2026-02-15 22:45:03 -08:00
bec69d1b71
Refactor startup/logging service wiring and related test/config updates
2026-02-15 21:02:54 -08:00
c6ac962f7a
Fix test assertions for logger format and Yomitan target marking
2026-02-15 21:00:28 -08:00
2211c086c0
refactor: consolidate JLPT token filter utilities
2026-02-15 21:00:00 -08:00
8c8f828b59
fix(mpv): gate socket logs by debug level
...
- Gate MPV socket reconnect-attempt, close, and error logs behind SUBMINER_LOG_LEVEL=debug.\n- Preserve MPV reconnect behavior and success-path logging unaffected.\n- Update TASK-33 metadata/status with implementation summary.
2026-02-15 19:15:12 -08:00
667bde944c
Add configurable minimum sentence length for N+1 targets
2026-02-15 18:34:10 -08:00
f1b5082801
Update task metadata/docs and JLPT tokenizer work
2026-02-15 18:18:08 -08:00
1ca9cbc20d
Complete TASK-12 bundling and tokenizer test type fixes
2026-02-15 18:16:46 -08:00
42b5b6ef89
Fix mpv protocol/transport typing and test regressions
2026-02-15 17:48:08 -08:00
20f5de1cf7
update docs and config
2026-02-15 17:29:27 -08:00
2a2eee825c
Fix tokenizer and jlpt issues
2026-02-15 17:06:27 -08:00
f492622a8b
Add opt-in JLPT tagging flow
2026-02-15 16:28:00 -08:00
3a27c026b6
feat: integrate n+1 target highlighting
...
- Merge feature branch changes for n+1 target-only highlight flow
- Extend merged token model and token-merger to mark exactly-one unknown targets
- Thread n+1 candidate metadata through tokenizer and config systems
- Update subtitle renderer/state to route configured colors and new token class
- Resolve merge conflicts in core service tests, including subtitle and subsync behavior
2026-02-15 02:36:48 -08:00
88099e2ffa
Add N1 word highlighting flow and mpv/overlay service updates
2026-02-15 02:30:14 -08:00
d8cf83d517
fix
2026-02-15 00:13:34 -08:00
a1f196ee52
feat: add manual known-word cache refresh path
...
- Add CLI command flag with non-GUI dispatch flow and OSD error handling.
- Add runtime integration call and IPC hook so manual refresh works from command runner without app startup.
- Add public AnkiIntegration manual refresh API with force refresh semantics and guard reuse.
- Preserve default n+1 behavior by fixing config validation for malformed values and adding tests.
2026-02-15 00:03:38 -08:00
162223943d
refactor: split startup lifecycle and Anki service architecture
2026-02-14 22:31:53 -08:00
64dd5ecc3d
feat: finish TASK-27.4 mpv-service protocol transport split
2026-02-14 16:42:14 -08:00
1fb8e2e168
refactor mpv state mapping into mpv-state helper
2026-02-14 15:19:37 -08:00
1e20704d39
test add mpv audio track-list updates stream index
2026-02-14 15:19:23 -08:00
bf1a866f2f
refactor mpv reconnect scheduling into transport layer
2026-02-14 15:13:07 -08:00
c432f35a91
test add mpv client reconnect timer clear regression
2026-02-14 15:12:22 -08:00
354a1a5796
test add mpv protocol pause-on-sub-end regression
2026-02-14 15:08:30 -08:00
5a610d9d02
refactor state and overlay runtime helpers
2026-02-14 15:06:20 -08:00
65d9f5d54d
chore(main): extract app lifecycle/startup builders into main modules
2026-02-14 13:45:25 -08:00
910cf2dca4
Track mpv overlays by configured socket window only
2026-02-14 13:44:10 -08:00
656d686208
refactor(mpv): emit media/path/title events for app-level handlers
2026-02-14 01:13:21 -08:00
a1209ca69f
Apply remaining working-tree updates
2026-02-14 00:36:01 -08:00
978a859cc2
Fix secondary subtitle style parity and MPV visibility restore lifecycle
2026-02-13 00:03:55 -08:00
f345547963
Update TASK-20.2 status to done
2026-02-12 02:49:54 -08:00
dfb54630df
refactor(overlay): split bounds ownership by layer for TASK-20.1
2026-02-12 02:17:30 -08:00
185915628d
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