mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-20 06:56:05 -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:
|
||||
plex:
|
||||
cache_builders: 4
|
||||
collection_mode: hide
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
@@ -14,7 +13,7 @@ templates:
|
||||
collections:
|
||||
"Documentaries: All":
|
||||
summary: "Documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_all.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_all.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "F"
|
||||
@@ -26,7 +25,7 @@ collections:
|
||||
|
||||
"Documentaries: Random":
|
||||
summary: "Random documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_random.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_random.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "G"
|
||||
@@ -37,9 +36,10 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_recently-released.png
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
template: {
|
||||
name: plex,
|
||||
num: "H"
|
||||
@@ -47,13 +47,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
|
||||
"Documentaries: Recently Added":
|
||||
summary: "Recently added documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_recently-added.png
|
||||
visible_library: true
|
||||
"Documentaries: Recently Released":
|
||||
summary: "Recently released documentaries"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_recently-released.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "I"
|
||||
@@ -61,12 +60,12 @@ collections:
|
||||
smart_filter:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: added.desc
|
||||
limit: 100
|
||||
sort_by: release.desc
|
||||
limit: 250
|
||||
|
||||
"Documentaries: Top Rated":
|
||||
summary: "Top rated documentaries"
|
||||
url_poster: config/assets/1_documentary/documentary_top-rated.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_top-rated.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: "J"
|
||||
@@ -75,4 +74,4 @@ collections:
|
||||
all:
|
||||
genre: documentary
|
||||
sort_by: critic_rating.desc
|
||||
limit: 250
|
||||
limit: 250
|
||||
|
||||
Reference in New Issue
Block a user