Lists MDbList - jurialmunkey/plugin.video.themoviedb.helper GitHub Wiki
MDbList Lists
As of v4.8.0 you can retrieve MDbList.com lists. You must add your API key to the API key settings section.
Name | Path |
---|---|
Top Lists | plugin://plugin.video.themoviedb.helper?info=mdblist_toplists |
Your Lists | plugin://plugin.video.themoviedb.helper?info=mdblist_yourlists |
Search List | plugin://plugin.video.themoviedb.helper?info=mdblist_searchlists&query=QUERY |
List Items | plugin://plugin.video.themoviedb.helper?info=mdblist_userlist&list_id=LISTID |
Saved MDbList
As of v5.2.25 it is now possible to load a custom MDbList in JSON format.
The JSON file can be retrieved either from a local disk location, a networked path, a special:// protocol path or https:// url
The list does not need to be generated by MDbList. As long as it follows the same schema as below, it can be created by hand or generated via a script etc. which allows a lot of flexibility.
It can also be loaded in via special:// protocol to allow skins to provide their own custom lists.
Example json file with movie, tvshow, season and episode types
Usage
plugin://plugin.video.themoviedb.helper/?info=mdblist_locallist&&location/of/the/json/file.json
Note the double ampersand (&&
or &&
in xml) to indicate the path to load
Example
plugin://plugin.video.themoviedb.helper/?info=mdblist_locallist&&https://raw.githubusercontent.com/jurialmunkey/plugin.video.themoviedb.helper/d056a28374973de7881200a76193108d430475c8/resources/jsondata/example_mdblist_locallist.json