mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
add missing mdblist sort options
This commit is contained in:
parent
7f7291b896
commit
5aaec893e3
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ logger = util.logger
|
|||
builders = ["mdblist_list"]
|
||||
sort_names = [
|
||||
"rank", "score", "score_average", "released", "imdbrating", "imdbvotes", "imdbpopular", "tmdbpopular",
|
||||
"rogerebert", "rtomatoes", "metacritic", "myanimelist", "budget", "revenue", "added"
|
||||
"rogerebert", "rtomatoes", "rtaudience", "metacritic", "myanimelist", "letterrating", "lettervotes",
|
||||
"updated", "last_air_date", "watched", "rating", "usort", "added", "runtime", "budget", "revenue", "title"
|
||||
]
|
||||
list_sorts = [f"{s}.asc" for s in sort_names] + [f"{s}.desc" for s in sort_names]
|
||||
base_url = "https://mdblist.com/lists"
|
||||
|
|
Loading…
Reference in a new issue