Add SeriousSportSync sports event integration - #632
Draft
Monkfish1337 wants to merge 12 commits into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Goal
Allow a hosted Comet operator to support SeriousSportSync (SSS), while each user supplies their own private SSS manifest and debrid configuration. SSS remains the installed sports catalog addon and forwards event stream requests to Comet, giving users centrally operated scrapers without requiring a self-hosted scraper stack.
SSS event IDs are not IMDb, TMDB, or Kitsu IDs, so Comet needs a small bridge to resolve an event into safe, token-scoped search context before scraping.
What this adds
seriousSportsSyncManifestUrlsetting in Comet's configuration UI and manifest model.SERIOUSSPORTSYNC_ALLOWED_HOSTSexacthost:portallowlist.Title-search scrapers can participate in this flow. Sources that only forward external IDs, such as Torrentio, cannot search these SSS-specific event IDs directly.
User flow
Comet intentionally remains stream-only, so installing its manifest alone does not show SSS catalogs.
Security model
host:port; arbitrary user-supplied hosts are rejected.Validation
The integration was exercised end-to-end against live SSS, BitMagnet, and TorBox test services:
WWE SummerSlam 2025 Sundayevent returned three relevant torrent rows with no wrong-year or wrong-day results.Focused Linux tests cover configuration compatibility, SSS resolution, scraper behavior, sports filtering, stale-cache refresh, orchestration, and debrid playback. The fork's validation runs passed: