_meta_TMDB
Internal TMDb metadata module (ID resolution and poster/backdrop URL support).
Last updated
Was this helpful?
Internal TMDb metadata module (ID resolution and poster/backdrop URL support).
Last updated
Was this helpful?
Was this helpful?
flowchart LR
A[Caller] -->|lookup/search| M[TMDb metadata provider]
M -->|GET| TMDB[api.themoviedb.org]
M -->|cache TTL| C[In-memory cache]
M --> A