Skip to main content

TMDB Lists

TMDB provides global trending and popularity charts that work without any API configuration. Choose the TMDB Lists collection type to mirror official feeds or curate your own list by URL.

Sub-types

OptionDescriptionNotes
Trending TodayDaily trending feed across movies and TVUpdates every 24 hours.
Trending This WeekSeven-day trending feedGood for lighter rotation.
PopularTMDB popularity rankingWorks for movies or TV depending on the target library.
Top RatedHighest-rated titlesPulls vote-averaged rankings.
Custom Collection/ListMirrors a TMDB collection or list URLAccepts both /collection/<id> and /list/<id> URLs.
Random ListsRotates through curated TMDB collectionsUses /config/random-lists/tmdb.txt if you enable it.

When you select Custom Collection/List, paste the public TMDB URL and press Validate. Agregarr fetches the title and infers media type so templates and library detection work automatically.

Random Lists

Choose the Random Lists sub-type to surface different TMDB collections on each sync. Agregarr will:

  1. Check /config/random-lists/tmdb.txt. Set enabled=true and add one collection URL per line to use your own list rotation.
  2. Fall back to the built-in discovery engine, which refreshes cached collections roughly every 30 days.