Conversation
AnessBen
force-pushed
the
feat/anime-id-priority
branch
from
September 2, 2026 11:09
3fc684c to
9b54f14
Compare
AnessBen
force-pushed
the
feat/anime-id-priority
branch
3 times, most recently
from
September 4, 2026 14:04
e667863 to
96f99b4
Compare
…o#1342) Add an Anime ID Priority setting that lets users reorder and disable ID prefixes. Integrate the setting into the stream fetching logic so the configured priority determines which anime IDs are sent to addons for streaming, with disabled IDs used as fallback.
AnessBen
force-pushed
the
feat/anime-id-priority
branch
from
September 4, 2026 15:36
96f99b4 to
9b1a4a9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Anime ID Priority setting to control which IDs are sent to addons when querying for streams because the default kitsu for anime doesnt work with most addons and serves the wrong episodes and season.
Summary
Why
Many anime addons work more reliably with certain ID types, particularly IMDb, while others may return incorrect episodes when queried with Kitsu IDs. This setting gives users control over which IDs are used.
Verification
pnpm typecheck.Platform Impact
None.
UI Changes
Checklist
pnpm typecheckafter TypeScript changes.closes #1342