Skip to content

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

  1. Create a TMDB account at themoviedb.org
  2. Get an API Read Access Token from API settings
  3. Set the environment variable:
sh
STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKEN=your-access-token

Environment Variables

VariableDescription
STREMTHRU_INTEGRATION_TMDB_ACCESS_TOKENAPI Read Access Token
STREMTHRU_INTEGRATION_TMDB_LIST_STALE_TIMEStale time for list data (e.g., 12h)

INFO

Detailed documentation coming soon — contributions welcome.