mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-29 11:06:35 -05:00
added sport genre for popular/top collections; unwatched smart filter collections for: random, suggested, popular and top-rated; various bug-fixes
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
templates:
|
||||
top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
@@ -215,6 +214,18 @@ collections:
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Sport":
|
||||
summary: "Top rated movies in Sport"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sport.png
|
||||
template: {
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "sport",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
summary: "Top rated movies in Thriller"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png
|
||||
|
||||
Reference in New Issue
Block a user