This commit is contained in:
2026-02-17 22:50:57 -08:00
parent ffeef9c136
commit f20d019c11
315 changed files with 9876 additions and 12537 deletions

View File

@@ -18,9 +18,11 @@ dependencies: []
## Description
<!-- SECTION:DESCRIPTION:BEGIN -->
Replace fragmented streaming-mode items with a single future-oriented task.
Context:
- Previous attempts to support `subminer -s` via ani-cli were removed due instability and blockers.
- Stream URLs resolved through ani-cli often hit Cloudflare anti-bot/403 (`generic:impersonate`) in subminer/mpv/ytdl-hook path.
- URL/title handling from stream selection was inconsistent, breaking robust subtitle discovery/matching.
@@ -28,6 +30,7 @@ Context:
- A single cohesive redesign is preferable over piecemeal reintroduction.
Scope (one ticket):
- Reintroduce streaming mode behind a feature flag only.
- Evaluate and redesign stream source resolution architecture (not a direct ani-cli passthrough by default).
- Define robust metadata pipeline so source title/query/episode are reliable for Jimaku/subsync matching.
@@ -35,11 +38,13 @@ Scope (one ticket):
- Add verification plan for playback and subtitle matching before implementation.
Notes:
- This ticket supersedes and consolidates the old fragmented streaming tasks:
- TASK-48, TASK-48.1, TASK-48.2, TASK-48.3, TASK-48.4, TASK-48.5, TASK-48.6
- TASK-51
Acceptance Criteria:
- One documented design + implementation plan exists for future reintroduction.
- A feature-flagged streaming mode path is specified with clear boundaries and testability.
- Stream source resolution and subtitle matching rules are deterministic and validated.