You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.1 KiB
78 lines
2.1 KiB
## 1_documentary.yml
|
|
|
|
templates:
|
|
plex:
|
|
collection_mode: hide
|
|
delete_not_scheduled: false
|
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
|
sync_mode: sync
|
|
visible_home: false
|
|
visible_library: false
|
|
visible_shared: false
|
|
|
|
collections:
|
|
"Documentaries: All":
|
|
summary: "Documentaries"
|
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_all.png
|
|
template: {
|
|
name: plex,
|
|
num: "F"
|
|
}
|
|
smart_filter:
|
|
all:
|
|
genre: documentary
|
|
sort_by: title.asc
|
|
|
|
"Documentaries: Random":
|
|
summary: "Random documentaries"
|
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_random.png
|
|
template: {
|
|
name: plex,
|
|
num: "G"
|
|
}
|
|
smart_filter:
|
|
all:
|
|
genre: documentary
|
|
sort_by: random
|
|
limit: 250
|
|
|
|
"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"
|
|
}
|
|
smart_filter:
|
|
all:
|
|
genre: documentary
|
|
sort_by: added.desc
|
|
limit: 100
|
|
|
|
"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"
|
|
}
|
|
smart_filter:
|
|
all:
|
|
genre: documentary
|
|
sort_by: release.desc
|
|
limit: 250
|
|
|
|
"Documentaries: Top Rated":
|
|
summary: "Top rated documentaries"
|
|
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_documentary/documentary_top-rated.png
|
|
template: {
|
|
name: plex,
|
|
num: "J"
|
|
}
|
|
smart_filter:
|
|
all:
|
|
genre: documentary
|
|
sort_by: critic_rating.desc
|
|
limit: 250
|