TVDB Integration
TVDB integration enables TV show list support and content metadata.
What It Enables
- TVDB lists as Stremio catalogs via the List addon
- Content metadata and ID mapping
Setup
- Create a TVDB account at thetvdb.com
- Get an API Key from account settings
- Set the environment variable:
sh
STREMTHRU_INTEGRATION_TVDB_API_KEY=your-api-keyEnvironment Variables
| Variable | Description |
|---|---|
STREMTHRU_INTEGRATION_TVDB_API_KEY | API Key for TVDB |
STREMTHRU_INTEGRATION_TVDB_LIST_STALE_TIME | Stale time for list data (e.g., 12h) |
INFO
Detailed documentation coming soon — contributions welcome.