MDBList Builders¶
You can find items using the features of MDBList.com (MDBList).
| Attribute | Description | Works with Movies | Works with Shows | Works with Playlists and Custom Sort |
|---|---|---|---|---|
mdblist_list |
Gets every movie/show in a MDBList List. |
Note on mdb sources
MDBList is not a live reflection of third-party sites such as CommonSense and Trakt. The data on MDBList is often days, weeks and months out of date as it is only periodically refreshed. As such, the data that Kometa fetches and applies from MDBList may not be the same as you see if you visit those third-party sources directly.
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 Setting 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
limit and url attributes 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
sort_by and url attributes under mdblist_list.
The default sort_by when it's not specified is rank.asc.
For these sorts to be reflected in your collection you must use collection_order: custom.
| Option | Description |
|---|---|
rank.ascrank.desc |
Sort by MDBList Rank |
score.ascscore.desc |
Sort by MDBList Score |
score_average.ascscore_average.desc |
Sort by MDBList Average Score |
released.ascreleased.desc |
Sort by Release Date |
releasedigital.ascreleasedigital.desc |
Sort by Digital Release Date |
imdbrating.ascimdbrating.desc |
Sort by IMDb Rating |
imdbvotes.ascimdbvotes.desc |
Sort by IMDb Votes |
imdbpopular.ascimdbpopular.desc |
Sort by IMDb Popular |
tmdbpopular.asctmdbpopular.desc |
Sort by TMDb Popular |
rogerebert.ascrogerebert.desc |
Sort by RogerEbert Score |
rtomatoes.ascrtomatoes.desc |
Sort by Rotten Tomatoes Score |
rtaudience.ascrtaudience.desc |
Sort by Rotten Tomatoes Audience Score |
metacritic.ascmetacritic.desc |
Sort by Metacritic Score |
myanimelist.ascmyanimelist.desc |
Sort by MyAnimeList Score |
letterrating.ascletterrating.desc |
Sort by Letterboxd Rating |
lettervotes.asclettervotes.desc |
Sort by Letterboxd Votes |
last_air_date.asclast_air_date.desc |
Sort by Last Air Date |
watched.ascwatched.desc |
Sort by Last Watched Date |
rating.ascrating.desc |
Sort by Users Rating |
download.ascdownload.desc |
Sort by Downloaded |
usort.ascusort.desc |
Sort by User Sort |
added.ascadded.desc |
Sort by Date Added |
runtime.ascruntime.desc |
Sort by Runtime |
budget.ascbudget.desc |
Sort by Budget |
revenue.ascrevenue.desc |
Sort by Revenue |
title.asctitle.desc |
Sort by Title |
random.ascrandom.desc |
Sort by Random (Randomized Daily) |