-
-
Notifications
You must be signed in to change notification settings - Fork 96
Lists Related
jurialmunkey edited this page Oct 3, 2023
·
21 revisions
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 |
---|
plugin://plugin.video.themoviedb.helper?info=recommendations&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie tv
|
plugin://plugin.video.themoviedb.helper?info=similar&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie tv
|
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. |
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. |
plugin://plugin.video.themoviedb.helper?info=movie_keywords&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie |
plugin://plugin.video.themoviedb.helper?info=reviews&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie tv
|
plugin://plugin.video.themoviedb.helper?info=posters&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie tv
|
plugin://plugin.video.themoviedb.helper?info=fanart&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie tv
|
plugin://plugin.video.themoviedb.helper?info=videos&tmdb_type=movie&tmdb_id=348
Param | Options |
---|---|
tmdb_type= |
movie tv
|
plugin://plugin.video.themoviedb.helper?info=seasons&tmdb_type=tv&tmdb_id=48891
Param | Options |
---|---|
tmdb_type= |
tv |
plugin://plugin.video.themoviedb.helper?info=episodes&tmdb_type=tv&tmdb_id=48891&season=2
Param | Options |
---|---|
tmdb_type= |
tv |
plugin://plugin.video.themoviedb.helper?info=cast&tmdb_type=tv&tmdb_id=48891&season=2&episode=1
Param | Options |
---|---|
tmdb_type= |
tv |
plugin://plugin.video.themoviedb.helper?info=episode_thumbs&tmdb_type=tv&tmdb_id=48891&season=2&episode=1
Param | Options |
---|---|
tmdb_type= |
tv |
plugin://plugin.video.themoviedb.helper?info=stars_in_movies&type=person&tmdb_id=1100
Param | Options |
---|---|
tmdb_type= |
person |
plugin://plugin.video.themoviedb.helper?info=stars_in_tvshows&type=person&tmdb_id=1100
Param | Options |
---|---|
tmdb_type= |
person |
plugin://plugin.video.themoviedb.helper?info=crew_in_movies&type=person&tmdb_id=1100
Param | Options |
---|---|
tmdb_type= |
person |
plugin://plugin.video.themoviedb.helper?info=crew_in_tvshows&type=person&tmdb_id=1100
Param | Options |
---|---|
tmdb_type= |
person |
plugin://plugin.video.themoviedb.helper?info=images&type=person&tmdb_id=1100
Param | Options |
---|---|
tmdb_type= |
person |
plugin://plugin.video.themoviedb.helper?info=collection&type=collection&tmdb_id=10
Param | Options |
---|---|
tmdb_type= |
collection |
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.
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. |