TMDB Integration
The Movie Database (TMDB) integration enables movie and TV show list support and content metadata.
What It Enables
- TMDB lists as Stremio catalogs via the List addon
- Content metadata and ID mapping
Setup
- Create a TMDB account at themoviedb.org
- Get an API Read Access Token from API settings
- Set the environment variable:
sh
STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKEN=your-access-tokenEnvironment Variables
| Variable | Description |
|---|---|
STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKEN | API Read Access Token |
STREMTHRU_INTEGRATION_TMDB_LIST_STALE_TIME | Stale time for list data (e.g., 12h) |
INFO
Detailed documentation coming soon — contributions welcome.