diff --git a/VERSION b/VERSION index 333b1ba5..e32a280d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1-develop69 +1.19.1-develop70 diff --git a/defaults/templates.yml b/defaults/templates.yml index dcc61738..eda7bef1 100644 --- a/defaults/templates.yml +++ b/defaults/templates.yml @@ -70,6 +70,7 @@ templates: pre: "_" order: "" order_<>: <> + schedule_<>: <> sort_prefix: "!" sort_title: <><><
><>>><>
       item_radarr_tag_<<key>>: <<item_radarr_tag>>
@@ -106,6 +107,7 @@ templates:
       - limit
       - name_mapping
       - delete_collections_named
+      - schedule
     run_definition:
       - <<use_<<key>>>>
       - <<allowed_libraries>>
@@ -132,6 +134,7 @@ templates:
     file_background: <<file_background_<<key>>>>
     minimum_items: <<minimum_items_<<key>>>>
     delete_collections_named: <<delete_collections_named>>
+    schedule: <<schedule_<<key>>>>
 
   trakt:
     optional:
diff --git a/docs/files/overview.md b/docs/files/overview.md
index dd4b2a35..cc7541ed 100644
--- a/docs/files/overview.md
+++ b/docs/files/overview.md
@@ -54,7 +54,7 @@ Running filters are often slower than builders so whenever possible use only bui
 ???+ example "Filter Example"
 
     This uses the `plex_all` Buidler to get every item currently in the plex library and then checks TMDb if they have 
-eithr `aftercreditsstinger` or `duringcreditsstinger` as a keyword.
+    either `aftercreditsstinger` or `duringcreditsstinger` as a keyword.
     
     ```yaml
     collections:
@@ -72,7 +72,7 @@ definition. Each setting will affect how the definition is run or shown in the l
 ???+ example "Setting Example"
 
     This sets the colleciton to only build if the builders find at **minimum 10 items** and will sync items to the 
-collection (removing items that no longer are found by the builders).
+    collection (removing items that no longer are found by the builders).
     
     ```yaml
     collections:
diff --git a/docs/pmm/guides/overview.md b/docs/pmm/guides/overview.md
index fc7b0518..46dd975b 100644
--- a/docs/pmm/guides/overview.md
+++ b/docs/pmm/guides/overview.md
@@ -29,4 +29,53 @@ A lot of these guides are stored on Google Drive as using the traditional wiki p
 
 {%    
   include-markdown "https://raw.githubusercontent.com/chazlarson/Plex-Meta-Manager-Cookbook/main/cookbook/README.md"
-%}
\ No newline at end of file
+%}
+
+## Associated Git Repos
+
+- [Plex Meta Manager User Configs](https://github.com/meisnate12/Plex-Meta-Manager-Configs)
+  - PMM's User submitted Config Repo
+
+- [Plex Image Cleanup](https://github.com/meisnate12/Plex-Image-Cleanup)
+  - Removes Image bloat from your Plex
+- [PMM Overlay Reset](https://github.com/meisnate12/PMM-Overlay-Reset)
+  - Resets your Library back to default images removing all overlays
+- [Plex Meta Manager Anime IDs](https://github.com/meisnate12/Plex-Meta-Manager-Anime-IDs)
+  - How PMM translates Anime IDs to TVDB IDs
+- [PMM IMDb Awards](https://github.com/meisnate12/PMM-IMDb-Awards)
+  - How PMM stores the IMDB Award Lists
+- [PMM Mediastingers](https://github.com/meisnate12/PMM-Mediastingers)
+  - How PMM stores the Mediastingers List
+- [PMM TOP10](https://github.com/meisnate12/PMM-TOP10)
+  - How PMM stores the Flixpatrol Top 10 Lists
+
+- [ArrAPI](https://github.com/meisnate12/ArrAPI)
+  - Module to interface with Radarr/Sonarr
+- [TMDbAPIs](https://github.com/meisnate12/TMDbAPIs)
+  - Module to interface with TMDb
+- [pmmutils](https://github.com/meisnate12/pmmutils)
+  - Module for various common files among PMM Repos
+
+- [Plex-Meta-Manager-Images](https://github.com/meisnate12/Plex-Meta-Manager-Images)
+  - Repo to store PMM's various Images
+- [Plex-Meta-Manager-People](https://github.com/meisnate12/Plex-Meta-Manager-People)
+  - Stores the original image for all our actor posters
+- [Plex-Meta-Manager-People-Auto-Readme](https://github.com/meisnate12/Plex-Meta-Manager-People-Auto-Readme)
+  - Stores the File that generates the Readme file for the other Actor repos
+- [Black & White (bw)](https://github.com/meisnate12/Plex-Meta-Manager-People-bw)
+  - Stores the Black & White actor posters
+- [Rainier (rainier)](https://github.com/meisnate12/Plex-Meta-Manager-People-rainier)
+  - Stores the Rainier actor posters
+- [Signature (signature)](https://github.com/meisnate12/Plex-Meta-Manager-People-signature)
+  - Stores the Signature actor posters
+- [DIIVOY (diiivoy)](https://github.com/meisnate12/Plex-Meta-Manager-People-diiivoy)
+  - Stores the DIIVOY actor posters
+- [DIIVOY Color (diiivoycolor)](https://github.com/meisnate12/Plex-Meta-Manager-People-diiivoycolor)
+  - Stores the DIIVOY Color actor posters
+- [Transparent (transparent)](https://github.com/meisnate12/Plex-Meta-Manager-People-transparent)
+  - Stores the Transparent actor posters
+
+- [Plex-Meta-Manager-Unraid-Templates](https://github.com/meisnate12/Plex-Meta-Manager-Unraid-Templates)
+  - Stores the PMM Unraid Templates
+- [PMM-Translations ](https://github.com/meisnate12/PMM-Translations)
+  - Stores the data for PMM Translations
\ No newline at end of file