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:
plex:
cache_builders: 4
collection_mode: hide
delete_not_scheduled: false
label.sync: Parental
@@ -26,9 +25,9 @@ collections:
sort_by: random
limit: 250
"Parental: Recently Released":
summary: "Recently released movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
"Parental: Recently Added":
summary: "Recently added movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
template: {
name: plex,
num: "C"
@@ -36,12 +35,12 @@ collections:
smart_filter:
all:
collection: "Parental: All"
sort_by: release.desc
limit: 250
sort_by: added.desc
limit: 100
"Parental: Recently Added":
summary: "Recently added movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-added.png
"Parental: Recently Released":
summary: "Recently released movies suitable for children"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_recently-released.png
template: {
name: plex,
num: "D"
@@ -49,8 +48,8 @@ collections:
smart_filter:
all:
collection: "Parental: All"
sort_by: added.desc
limit: 100
sort_by: release.desc
limit: 250
"Parental: Top Rated":
summary: "Top rated movies suitable for children"
@@ -63,4 +62,4 @@ collections:
all:
collection: "Parental: All"
sort_by: critic_rating.desc
limit: 250
limit: 250