-
-
Notifications
You must be signed in to change notification settings - Fork 96
Lists Discover
jurialmunkey edited this page Oct 16, 2022
·
11 revisions
Example | plugin://plugin.video.themoviedb.helper?info=discover&type=movie&with_cast=$INFO[ListItem.Label] |
---|
Additional Supported Parameters | Filter | Widget |
---|
Discover allows for complex searches using the following parameters
Param | Description |
---|---|
&tmdb_type= |
Type of item. Required! Must be movie or tv
|
&with_cast= |
Includes items that have one of the specified people as a cast member |
&with_crew= |
Includes items that have one of the specified people as a crew member |
&with_people= |
Includes items that have one of the specified people as a cast or crew member |
&with_companies= |
Includes items from a matching movie studio |
&with_genres= |
Includes items with a matching genre |
&without_genres= |
Excludes items with a matching genre |
&with_id=True |
By default discover will translate names into TMDb IDs for you. However, if the TMDb ID is already available, you can pass IDs instead by setting the with_id param to True |
&with_separator=OR |
By default, if multiple values separated by a slash " / " are passed as params, discover will only return items matching ALL those values. To instead return items matching ANY of those values, change with_separator to OR. NOTE: The slash separator has spaces either side. |
&with_separator=AND |
Default behaviour |
&with_separator=NONE |
Only match with the first value in list of separated values |