feat: ship full 546-entry Prowlarr catalog as builtin#4
Merged
Conversation
Replaces the 80-entry static catalog with the full set of 546 indexer definitions generated from Prowlarr/Indexers definitions/v11 on 2026-04-16. The dynamic Prowlarr fetch still runs on startup and refreshes every 24 hours, but now the fallback (when GitHub is rate-limited, unreachable, or slow) shows the complete catalog instead of a small subset. File size: 555 KB source (was 34 KB). Compresses to ~30 KB in the binary. Adds <0.1% to the Docker image. The 3 entries that failed to parse from Prowlarr's repo were malformed YAML definitions — consistent with Prowlarr's own CI skipping them. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Replaces the 80-entry static indexer catalog with the full 546-entry set generated from Prowlarr's `definitions/v11` on 2026-04-16.
Why
The dynamic Prowlarr fetch (zipball from GitHub on startup, 24h refresh) is the primary catalog source, but it fails silently when GitHub rate-limits unauthenticated requests (60/hour cap). When that happens, users see only the 80-entry fallback instead of the full ~550 indexers Prowlarr provides. Shipping the full catalog as the builtin means the fallback is complete — users always see the full list regardless of GitHub availability.
Numbers
3 Prowlarr definitions failed to parse (malformed YAML) — consistent with Prowlarr's own CI skipping them.
Test plan