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,20 +2,19 @@
templates:
plex:
collection_mode: hide
delete_not_scheduled: false
label.sync: Parental
sort_title: "+1_<<num>>_<<collection_name>>"
sync_mode: sync
collection_mode: hide
label.sync: Parental
visible_home: false
visible_shared: false
visible_library: false
delete_not_scheduled: false
cache_builders: 4
visible_shared: false
collections:
"Parental: Random":
summary: "Random TV shows suitable for children"
url_poster: config/assets/1_parental/parental_random.png
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_random.png
template: {
name: plex,
num: "B"
@@ -26,9 +25,9 @@ collections:
sort_by: random
limit: 250
"Parental: Recently Released":
summary: "Recently released TV shows suitable for children"
url_poster: config/assets/1_parental/parental_recently-released.png
"Parental: Recently Added":
summary: "Recently added TV shows 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 TV shows suitable for children"
url_poster: config/assets/1_parental/parental_recently-added.png
"Parental: Recently Released":
summary: "Recently released TV shows 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,12 +48,12 @@ 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 TV shows suitable for children"
url_poster: config/assets/1_parental/parental_top-rated.png
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_parental/parental_top-rated.png
template: {
name: plex,
num: "E"