From 93e8b38e246eaf51a05867cef57965d75a25b01d Mon Sep 17 00:00:00 2001 From: ponzischeme89 Date: Mon, 19 Jan 2026 00:33:52 +1300 Subject: [PATCH] Intergrations updated --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e76a63a..70d2bc7 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,6 @@ Why? Because if the cast list and IMDb/RT rating show up in the first minute, my - Clean, fast web UI for scanning and batch processing built with Svelte + Python/Flask - Three themes included: OLED, Ocean, and Dracula White -## Integrations -| Provider | Signup / API key | Rate limits (see provider for current limits) | Notes | -| --- | --- | --- | --- | -| OMDb | https://www.omdbapi.com/apikey.aspx | Free tier has a daily cap 1000 | Requires API key | -| TMDb | https://www.themoviedb.org/settings/api | Per-second rate limit | Requires API key | -| TVmaze | https://www.tvmaze.com/api | Polite usage limits | No API key required | -| Wikipedia | https://www.mediawiki.org/wiki/API:Main_page | No hard limits, be polite | No API key required; strict title matching | - ## Screenshots
@@ -110,6 +102,14 @@ networks: ``` +## Integrations +| Provider | Signup / API key | Rate limits (see provider for current limits) | Notes | +| --- | --- | --- | --- | +| OMDb | https://www.omdbapi.com/apikey.aspx | Free tier has a daily cap 1000 | Requires API key | +| TMDb | https://www.themoviedb.org/settings/api | Per-second rate limit | Requires API key | +| TVmaze | https://www.tvmaze.com/api | Polite usage limits | No API key required | +| Wikipedia | https://www.mediawiki.org/wiki/API:Main_page | No hard limits, be polite | No API key required; strict title matching | + ## Limitations - API rate limits: OMDb is tight, TMDb is better, TVMaze is polite-but-limited. Heavy scans may hit caps. - Metadata gaps: If providers don’t have it, Sublogue won’t either. Ratings/plots can be missing or stale.