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:
0x5f3
2024-01-25 11:09:42 +00:00
committed by cpt-kuesel
parent 7ba0b1f194
commit be8ca9cf6f
29 changed files with 831 additions and 607 deletions

View File

@@ -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