Skip to content

Lists Related

jurialmunkey edited this page Oct 3, 2023 · 21 revisions

Lookup Queries

TMDb Helper provides a number of lists that are based upon another item. See lookup parameters link for alternative methods of retrieving TMDb ID when it is not available.

Additional Supported Parameters Lookup Filter Widget

Recommend

plugin://plugin.video.themoviedb.helper?info=recommendations&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv

Similar

plugin://plugin.video.themoviedb.helper?info=similar&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv

Cast

plugin://plugin.video.themoviedb.helper?info=cast&tmdb_type=movie&tmdb_id=348`
Param Options
tmdb_type= movie tv
aggregate= Optional. By default cast will return main cast of current season. Use aggregate=true param to retrieve the full aggregated cast from all seasons and episodes.

Crew

plugin://plugin.video.themoviedb.helper?info=crew&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv
aggregate= Optional. By default cast will return main crew of current season. Use aggregate=true param to retrieve the full aggregated crew from all seasons and episodes.

Keywords

plugin://plugin.video.themoviedb.helper?info=movie_keywords&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie

Reviews

plugin://plugin.video.themoviedb.helper?info=reviews&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv

Posters

plugin://plugin.video.themoviedb.helper?info=posters&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv

Fanart

plugin://plugin.video.themoviedb.helper?info=fanart&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv

Videos

plugin://plugin.video.themoviedb.helper?info=videos&tmdb_type=movie&tmdb_id=348
Param Options
tmdb_type= movie tv

Seasons

plugin://plugin.video.themoviedb.helper?info=seasons&tmdb_type=tv&tmdb_id=48891
Param Options
tmdb_type= tv

Episodes in Season

plugin://plugin.video.themoviedb.helper?info=episodes&tmdb_type=tv&tmdb_id=48891&season=2
Param Options
tmdb_type= tv

Episode Cast

plugin://plugin.video.themoviedb.helper?info=cast&tmdb_type=tv&tmdb_id=48891&season=2&episode=1
Param Options
tmdb_type= tv

Episode Thumbs

plugin://plugin.video.themoviedb.helper?info=episode_thumbs&tmdb_type=tv&tmdb_id=48891&season=2&episode=1
Param Options
tmdb_type= tv

Movies as Cast

plugin://plugin.video.themoviedb.helper?info=stars_in_movies&type=person&tmdb_id=1100
Param Options
tmdb_type= person

TV as Cast

plugin://plugin.video.themoviedb.helper?info=stars_in_tvshows&type=person&tmdb_id=1100
Param Options
tmdb_type= person

Movies as Crew

plugin://plugin.video.themoviedb.helper?info=crew_in_movies&type=person&tmdb_id=1100
Param Options
tmdb_type= person

TV as Crew

plugin://plugin.video.themoviedb.helper?info=crew_in_tvshows&type=person&tmdb_id=1100
Param Options
tmdb_type= person

Person images

plugin://plugin.video.themoviedb.helper?info=images&type=person&tmdb_id=1100
Param Options
tmdb_type= person

Collection (aka Set)

plugin://plugin.video.themoviedb.helper?info=collection&type=collection&tmdb_id=10
Param Options
tmdb_type= collection

Recommended next item to watch.

plugin://plugin.video.themoviedb.helper?info=next_recommendation&type=tv&tmdb_id=48891&season=2&episode=4
Param Options
tmdb_type= movie tv

Displays next episode for tvshow or next movie for collection. If there is no next item it displays the first item from info=recommendations.

Search

plugin://plugin.video.themoviedb.helper?info=search&type=movie&query=Alien
Param Options
query= The text you want to search for
tmdb_type= movie tv person both collection company keyword
year= Optional. Year movie or tvshow premiered in current region.
first_air_date_year= Optional. Year tvshow first aired.
primary_release_year= Optional. Year movie premiered in main market.