01f01f18e3
feat(subtitles): improve mpv hovered-token highlighting flow
...
- add subtitleStyle.hoverTokenColor config default + validation
- normalize hover color payloads and propagate configured color to mpv runtime
- refresh invisible overlay tokenization with current subtitle text and tighten hover overlay cleanup hooks
- record TASK-98 and subagent coordination updates
2026-02-21 22:30:28 -08:00
8b8a99dc79
fix(mpv): stabilize hover token subtitle highlighting
...
# Conflicts:
# src/core/services/ipc.ts
# src/main.ts
2026-02-21 22:28:09 -08:00
4ad8109508
fix(shortcuts): gate feature-dependent bindings
...
Disable Anki-dependent shortcuts when AnkiConnect is off and require jellyfin.enabled for remote startup warmups to avoid initializing disabled integrations.
2026-02-21 21:32:14 -08:00
05be13be9e
refactor(ipc): centralize contracts and validate payloads
2026-02-21 21:32:14 -08:00
631e0450b1
refactor(main): introduce explicit AniList runtime transitions
2026-02-21 21:27:31 -08:00
7a869ad291
fix(config): enforce strict startup config parsing
2026-02-21 21:27:31 -08:00
7e1a7df403
perf(main): buffer MPV OSD log writes asynchronously
...
Move OSD log appends off sync fs calls to reduce main-process blocking under frequent OSD activity. Add buffered flush wiring into quit cleanup so pending log lines are drained best-effort during shutdown.
2026-02-21 21:27:31 -08:00
69474c9642
refactor(main): normalize runtime composer contracts
2026-02-21 21:27:31 -08:00
f8db9e7119
refactor(main): extract anilist/mpv runtime composers
2026-02-21 21:21:44 -08:00
4fc34ec787
refactor(main): add runtime domain registry and fan-in guardrails
...
Introduce runtime domain barrel exports and registry composition support, and document/check main runtime fan-in workflow with related backlog planning artifacts.
2026-02-21 21:21:44 -08:00
23b88bf20e
refactor(main): finish TASK-94 composition-root extraction
...
Move IPC, shortcuts, startup lifecycle, and app-ready assembly behind dedicated runtime composers so main.ts stays focused on boot wiring while preserving behavior and test coverage.
2026-02-21 21:21:44 -08:00
8ad8ff1671
refactor(main): extract jellyfin and anilist runtime composers
2026-02-21 21:19:50 -08:00
8ac3d517fe
feat(jellyfin): move auth to env and stored session
2026-02-20 20:37:21 -08:00
12c5d956bc
refactor: extract numeric and overlay shortcuts runtime wiring
2026-02-20 03:52:08 -08:00
eef8a7eb41
refactor: extract mpv osd and secondary-sub runtime wiring
2026-02-20 03:52:08 -08:00
2d89dd43f2
refactor: extract global shortcuts runtime wiring
2026-02-20 03:52:08 -08:00
2ffd503898
refactor: extract cli command runtime wiring
2026-02-20 03:52:08 -08:00
2b70b54faf
refactor: extract startup and initial args runtime wiring
2026-02-20 03:52:08 -08:00
6634ee7626
refactor: extract overlay bootstrap runtime wiring
2026-02-20 03:52:08 -08:00
9b3cb4a42c
refactor: extract yomitan settings runtime wiring
2026-02-20 03:52:08 -08:00
9db54f8037
refactor: extract overlay window runtime wiring
2026-02-20 03:52:08 -08:00
e8db67e621
refactor: extract tray runtime handler wiring
2026-02-20 03:52:08 -08:00
b6b81a72f5
refactor: extract cli command context factory wiring
2026-02-20 03:52:08 -08:00
f56de54c10
refactor: extract ipc runtime handler wiring
2026-02-20 03:52:08 -08:00
5b432fa156
refactor: extract overlay visibility runtime wiring
2026-02-20 03:52:08 -08:00
3aeb10ae61
refactor: extract yomitan runtime wiring from main
2026-02-20 03:52:08 -08:00
86e0527630
refactor: extract protocol url handler dependency builders
2026-02-20 03:52:07 -08:00
c6fa197d0d
refactor: normalize remaining main runtime dependency setup
2026-02-20 03:52:07 -08:00
46a2ac5dc7
feat(jellyfin): store access token in encrypted local store
2026-02-20 03:26:37 -08:00
a4532a5fa0
build(ts): enable noUncheckedIndexedAccess and isolatedModules
2026-02-20 01:50:09 -08:00
18648cb6fc
refactor: extract additional main dependency builders
2026-02-20 01:02:40 -08:00
5476d44005
refactor: extract additional main runtime dependency builders
2026-02-20 00:10:36 -08:00
df380ed1ca
refactor: extract runtime dependency builders from main
2026-02-19 23:38:23 -08:00
0d7b65ec88
refactor: extract main runtime dependency builders
2026-02-19 23:11:20 -08:00
4193a6ce8e
refactor: split main runtime handlers into focused modules
2026-02-19 21:27:42 -08:00
45c326db6d
refactor: extract main runtime lifecycle helper builders
2026-02-19 19:57:18 -08:00
aaa19a33c5
refactor: split main runtime wrappers into focused modules
2026-02-19 19:08:53 -08:00
d5d71816ac
refactor: split main runtime flows into focused modules
2026-02-19 16:57:06 -08:00
162be118e1
refactor(main): modularize runtime and harden anilist setup flow
2026-02-19 16:04:59 -08:00
07cedabfe3
fix(config): improve startup validation and config error reporting
2026-02-19 00:47:14 -08:00
d1aeb3b754
Fix mpv tlang and profile parsing
2026-02-18 19:11:19 -08:00
ebaed49f76
feat: improve background startup and launcher control
...
Detach --background launches from terminals with quieter runtime output, make wrapper/plugin overlay start explicit, and allow trailing commas in JSONC configs for safer hot-reload edits. Includes pending Anki/docs/backlog updates in this unreleased batch.
2026-02-18 02:28:53 -08:00
fd49e73762
Add MPV overlay queue controls
2026-02-18 01:55:01 -08:00
f20d019c11
pretty
2026-02-17 22:54:09 -08:00
1233e3630f
refactor(core): normalize service naming across app runtime
2026-02-17 19:00:27 -08:00
e38a1c945e
feat(jellyfin): add remote playback and config plumbing
2026-02-17 19:00:18 -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
4d28efabd0
Fix child-process arg warning
2026-02-17 01:26:59 -08:00
a499554848
Merge pull request #7 from ksyasuda/feature/add-anilist-tracking
...
Add AniList Tracking
2026-02-17 00:08:33 -08:00