From e64e2a32c64570cf0f87f2a7712202726bd6a290 Mon Sep 17 00:00:00 2001 From: 0x5f3 <104367919+0x5f3@users.noreply.github.com> Date: Thu, 6 Apr 2023 12:55:35 +0000 Subject: [PATCH] change Parental: Recently Added limit; move item sync to Parental: Recently Added --- 0x5f3/MOVIES.md | 5 +++-- 0x5f3/README.md | 2 +- 0x5f3/SHOWS.md | 5 +++-- 0x5f3/metadata/movie/1_parental.yml | 20 ++++++++++++++++---- 0x5f3/metadata/show/1_parental.yml | 20 ++++++++++++++++---- 5 files changed, 39 insertions(+), 13 deletions(-) diff --git a/0x5f3/MOVIES.md b/0x5f3/MOVIES.md index 8c991f7..1026b77 100644 --- a/0x5f3/MOVIES.md +++ b/0x5f3/MOVIES.md @@ -19,9 +19,10 @@ - 1_parental.yml - Parental: All - - Parental: Recently Added - Parental: Random - - Parental: Top-Rated + - Parental: Recently Released + - Parental: Recently Added + - Parental: Top Rated - 2_awards.yml - Oscar Winners diff --git a/0x5f3/README.md b/0x5f3/README.md index 54e8a41..2f3d1f5 100644 --- a/0x5f3/README.md +++ b/0x5f3/README.md @@ -21,7 +21,7 @@ For more details on what each section contains: [movies](MOVIES.md) | [shows](SH clone into PMM's root directory: ``` -git clone https://github.com/0x5f3/pmm-config config +git clone --branch assets https://github.com/0x5f3/pmm-config config ``` initial run to populate collections: ``` diff --git a/0x5f3/SHOWS.md b/0x5f3/SHOWS.md index 31666d7..84f3e8a 100644 --- a/0x5f3/SHOWS.md +++ b/0x5f3/SHOWS.md @@ -10,9 +10,10 @@ - 1_parental.yml - Parental: All - - Parental: Recently Added - Parental: Random - - Parental: Top-Rated + - Parental: Recently Released + - Parental: Recently Added + - Parental: Top Rated - 2_awards.yml - Emmy Award Winners diff --git a/0x5f3/metadata/movie/1_parental.yml b/0x5f3/metadata/movie/1_parental.yml index b01381b..b0a0295 100644 --- a/0x5f3/metadata/movie/1_parental.yml +++ b/0x5f3/metadata/movie/1_parental.yml @@ -12,6 +12,18 @@ templates: delete_not_scheduled: false cache_builders: 4 + plex_added: + sort_title: "+1_<>_<>" + 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 @@ -24,13 +36,13 @@ templates: collection_mode: hide collection_order: title.asc label.sync: Parental - item_label.sync: Parental +# item_label.sync: Parental # Enable on initial run visible_home: false visible_shared: false visible_library: false delete_not_scheduled: false cache_builders: 6 - mdblist_list: + mdblist_list: url: https://mdblist.com/lists/<>/<>/ sort_by: title.desc @@ -76,14 +88,14 @@ collections: summary: "Recently added movies suitable for children" url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png template: { - name: plex, + name: plex_added, num: "Y" } smart_filter: all: collection: "Parental: All" sort_by: added.desc - limit: 250 + limit: 100 "Parental: Top Rated": summary: "Top rated movies suitable for children" diff --git a/0x5f3/metadata/show/1_parental.yml b/0x5f3/metadata/show/1_parental.yml index 25795f9..8e83488 100644 --- a/0x5f3/metadata/show/1_parental.yml +++ b/0x5f3/metadata/show/1_parental.yml @@ -12,6 +12,18 @@ templates: delete_not_scheduled: false cache_builders: 4 + plex_added: + sort_title: "+1_<>_<>" + 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 @@ -24,13 +36,13 @@ templates: collection_mode: hide collection_order: title.asc label.sync: Parental - item_label.sync: Parental +# item_label.sync: Parental # Enable on initial run visible_home: false visible_shared: false visible_library: false delete_not_scheduled: false cache_builders: 6 - mdblist_list: + mdblist_list: url: https://mdblist.com/lists/<>/<>/ sort_by: title.desc @@ -76,14 +88,14 @@ collections: summary: "Recently added TV shows suitable for children" url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png template: { - name: plex, + name: plex_added, num: "Y" } smart_filter: all: collection: "Parental: All" sort_by: added.desc - limit: 250 + limit: 100 "Parental: Top Rated": summary: "Top rated TV shows suitable for children"