Skip to content

fix: whole season download falls back to episode-level streams (#1257) - #1324

Open
HermesYP wants to merge 1 commit into
harborstremio:mainfrom
HermesYP:fix/whole-season-download
Open

HermesYP wants to merge 1 commit into
harborstremio:mainfrom
HermesYP:fix/whole-season-download

Conversation

@HermesYP

Copy link
Copy Markdown

Summary

Fix whole season download failing when addons don't provide season packages. Now falls back to individual episode streams.

Changes

  • stream-ids.ts: Emit episode-level stream IDs for season requests
  • addons.ts: pickIds tries all accepted IDs, not just the first
  • use-stream-ids.ts: Pass video metadata for episode ID generation

Verification

  • TypeScript typecheck passes
  • Backward compatible

Closes #1257

…tremio#1257)

When a season package is not available from addons (common for anime),
the season download now falls back to requesting individual episode
streams. Previously it only tried series-level stream IDs which most
anime addons don't support.

Changes:
- stream-ids.ts: Emit episode-level stream IDs for season requests
- addons.ts: pickIds tries all accepted IDs, not just the first
- use-stream-ids.ts: Pass video metadata for episode ID generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Fix whole season download

1 participant