|
|
|
## 1_documentary.yml
|
|
|
|
|
|
|
|
templates:
|
|
|
|
plex:
|
|
|
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
|
|
|
sync_mode: sync
|
|
|
|
collection_mode: hide
|
|
|
|
visible_home: false
|
|
|
|
visible_shared: false
|
|
|
|
visible_library: false
|
|
|
|
delete_not_scheduled: false
|
|
|
|
cache_builders: 4
|
|
|
|
|
|
|
|
collections:
|
|
|
|
"Documentaries: All":
|
|
|
|
summary: "Documentaries"
|
|
|
|
url_poster: https://images2.imgbox.com/f8/66/trpNwkAn_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "F"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
genre: documentary
|
|
|
|
sort_by: title.asc
|
|
|
|
|
|
|
|
"Documentaries: Random":
|
|
|
|
summary: "Random documentaries"
|
|
|
|
url_poster: https://images2.imgbox.com/70/9e/9b9sB1wa_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "G"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
genre: documentary
|
|
|
|
sort_by: random
|
|
|
|
limit: 250
|
|
|
|
|
|
|
|
"Documentaries: Recently Released":
|
|
|
|
summary: "Recently released documentaries"
|
|
|
|
url_poster: https://images2.imgbox.com/da/49/PnqkIfIU_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "H"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
genre: documentary
|
|
|
|
sort_by: release.desc
|
|
|
|
limit: 250
|
|
|
|
|
|
|
|
"Documentaries: Recently Added":
|
|
|
|
summary: "Recently added documentaries"
|
|
|
|
url_poster: https://images2.imgbox.com/09/43/rltvX5gv_o.png
|
|
|
|
visible_library: true
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "I"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
genre: documentary
|
|
|
|
sort_by: added.desc
|
|
|
|
limit: 100
|
|
|
|
|
|
|
|
"Documentaries: Top Rated":
|
|
|
|
summary: "Top rated documentaries"
|
|
|
|
url_poster: https://images2.imgbox.com/f6/a6/sEjWWyWR_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "J"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
genre: documentary
|
|
|
|
sort_by: critic_rating.desc
|
|
|
|
limit: 250
|