feat(anime): auto-open Jimaku for Anime Browser playback

- Add hot-reloadable `anime.autoOpenJimaku` setting
- Pause and resume playback around subtitle selection
- Brand Anime Browser surfaces with the SubMiner logo
This commit is contained in:
2026-09-02 23:04:39 -07:00
parent 18beac13f4
commit 516fadd530
27 changed files with 403 additions and 11 deletions
+5
View File
@@ -43,6 +43,11 @@ export interface YoutubePickerResolveResult {
}
export interface AnimeConfig {
/**
* Pause Anime Browser playback and open Jimaku when an episode loads. The
* owned pause is released after a Jimaku subtitle loads or the modal closes.
*/
autoOpenJimaku?: boolean;
/**
* Directory holding Aniyomi extension `.apk` files. Defaults to
* `<userData>/anime-extensions` when unset.