|
|
|
## 1_parental.yml
|
|
|
|
|
|
|
|
templates:
|
|
|
|
plex:
|
|
|
|
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
|
|
|
|
|
|
|
|
plex_added:
|
|
|
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
|
|
|
sync_mode: sync
|
|
|
|
collection_mode: hide
|
|
|
|
label.sync: Parental
|
|
|
|
item_label.sync: Parental
|
|
|
|
visible_home: false
|
|
|
|
visible_shared: false
|
|
|
|
visible_library: false
|
|
|
|
delete_not_scheduled: false
|
|
|
|
cache_builders: 4
|
|
|
|
|
|
|
|
mdblist:
|
|
|
|
optional:
|
|
|
|
- mdblist_extra_1
|
|
|
|
- mdblist_extra_2
|
|
|
|
- mdblist_extra_3
|
|
|
|
- mdblist_extra_4
|
|
|
|
- mdblist_extra_5
|
|
|
|
sort_title: "+1_<<num>>_<<collection_name>>"
|
|
|
|
sync_mode: sync
|
|
|
|
collection_mode: hide
|
|
|
|
label.sync: Parental
|
|
|
|
# item_label.sync: Parental ## Enable on initial run
|
|
|
|
visible_home: false
|
|
|
|
visible_shared: false
|
|
|
|
visible_library: false
|
|
|
|
delete_not_scheduled: false
|
|
|
|
collection_order: alpha
|
|
|
|
cache_builders: 6
|
|
|
|
mdblist_list:
|
|
|
|
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
|
|
|
sort_by: title.asc
|
|
|
|
|
|
|
|
collections:
|
|
|
|
"Parental: All":
|
|
|
|
summary: "Movies suitable for children"
|
|
|
|
url_poster: https://images2.imgbox.com/bd/de/Mpq7uDbd_o.png
|
|
|
|
template: {
|
|
|
|
name: mdblist,
|
|
|
|
num: "A",
|
|
|
|
mdblist_user: "archivist",
|
|
|
|
mdblist_list: "collection-parental"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Parental: Random":
|
|
|
|
summary: "Random movies suitable for children"
|
|
|
|
url_poster: https://images2.imgbox.com/03/6e/lD92FK1w_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "B"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
collection: "Parental: All"
|
|
|
|
sort_by: random
|
|
|
|
limit: 250
|
|
|
|
|
|
|
|
"Parental: Recently Released":
|
|
|
|
summary: "Recently released movies suitable for children"
|
|
|
|
url_poster: https://images2.imgbox.com/c8/27/eWMDHhcy_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "C"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
collection: "Parental: All"
|
|
|
|
sort_by: release.desc
|
|
|
|
limit: 250
|
|
|
|
|
|
|
|
"Parental: Recently Added":
|
|
|
|
summary: "Recently added movies suitable for children"
|
|
|
|
url_poster: https://images2.imgbox.com/66/12/rE9Ddb2f_o.png
|
|
|
|
template: {
|
|
|
|
name: plex_added,
|
|
|
|
num: "D"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
collection: "Parental: All"
|
|
|
|
sort_by: added.desc
|
|
|
|
limit: 100
|
|
|
|
|
|
|
|
"Parental: Top Rated":
|
|
|
|
summary: "Top rated movies suitable for children"
|
|
|
|
url_poster: https://images2.imgbox.com/c5/16/M8G4EDKy_o.png
|
|
|
|
template: {
|
|
|
|
name: plex,
|
|
|
|
num: "E"
|
|
|
|
}
|
|
|
|
smart_filter:
|
|
|
|
all:
|
|
|
|
collection: "Parental: All"
|
|
|
|
sort_by: critic_rating.desc
|
|
|
|
limit: 250
|