You can find items using the features of MdbList.com (MdbList).
Name | Attribute | Description | Works with Movies | Works with Shows | Works with Playlists and Custom Sort |
---|---|---|---|---|---|
MdbList List | mdblist_list |
Gets every movie/show in a MdbList List. | ✔️ | ✔️ | ✔️ |
Finds every item in a MdbList List.
The expected input is an MdbList List URL. Multiple values are supported as a list only a comma-separated string will not work.
The sync_mode: sync
and collection_order: custom
Details are recommended since the lists are continuously updated and in a specific order.
collections:
Top Movies of The Week:
mdblist_list: https://mdblist.com/lists/linaspurinis/top-watched-movies-of-the-week
collection_order: custom
sync_mode: sync
You can also limit the number of items to search for by using the limit
and url
parameters under mdblist_list
.
collections:
Top 10 Movies of The Week:
mdblist_list:
url: https://mdblist.com/lists/linaspurinis/top-watched-movies-of-the-week
limit: 10
collection_order: custom
sync_mode: sync