diff --git a/VERSION b/VERSION index 9ec5c0877..068885255 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2-build18 +2.0.2-build19 diff --git a/defaults/chart/letterboxd.yml b/defaults/chart/letterboxd.yml index dcde9e5ea..6fe48536c 100644 --- a/defaults/chart/letterboxd.yml +++ b/defaults/chart/letterboxd.yml @@ -17,6 +17,10 @@ external_templates: templates: letterboxd_list: letterboxd_list: https://letterboxd.com/<>/list/<> + default: + cache_builders: 1 + cache_builders_<>: <> + cache_builders: <>>> collections: "Letterboxd Top 250": diff --git a/docs/defaults/chart/letterboxd.md b/docs/defaults/chart/letterboxd.md index 1b85f1f78..b0386bb4c 100644 --- a/docs/defaults/chart/letterboxd.md +++ b/docs/defaults/chart/letterboxd.md @@ -66,6 +66,7 @@ work. Any value not specified will use its default value if it has one if not it | `sync_mode_<>`1 | **Description:** Changes the Sync Mode of the specified key's collection.
**Default:** `sync_mode`
**Values:**
`sync`Add and Remove Items based on Builders
`append`Only Add Items based on Builders
| | `collection_order` | **Description:** Changes the Collection Order for all collections in a Defaults file.
**Default:** `custom`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| | `collection_order_<>`1 | **Description:** Changes the Collection Order of the specified key's collection.
**Default:** `collection_order`
**Values:**
`release`Order Collection by Release Dates
`alpha`Order Collection Alphabetically
`custom`Order Collection Via the Builder Order
[Any `plex_search` Sort Option](../../files/builders/plex.md#sort-options)Order Collection by any `plex_search` Sort Option
| + | `cache_builders_<>` | **Description:** Changes the Builder Cache of the specified key's collection.
**Default:** `1`
**Values:** number 0 or greater | 1. Each default collection has a `key` that when calling to effect a specific collection you must replace `<>` with when calling. @@ -94,6 +95,9 @@ work. Any value not specified will use its default value if it has one if not it visible_library_top_250: true #(4)! visible_home_top_250: true #(5)! visible_shared_top_250: true #(6)! + cache_builders: 7 #(7)! + cache_builders_1001_movies: 30 #(8)! + cache_builders_edgarwright: 30 #(9)! ``` 1. Create the "IMDb Top 250 (Letterboxd)" collection @@ -102,4 +106,6 @@ work. Any value not specified will use its default value if it has one if not it 4. Pin the "Letterboxd Top 250" collection to the Recommended tab of the library 5. Pin the "Letterboxd Top 250" collection to the home screen of the server owner 6. Pin the "Letterboxd Top 250" collection to the home screen of other users of the server - + 7. Set the value for `cache_builders` for all collections (except those explicity defined with `cache_builders_<>`) to 7 days + 8. Set the value for `cache_builders` for the "1,001 To See Before You Die" collection to 30 days + 9. Set the value for `cache_builders` for the "Edgar Wright's 1,000 Favorites" collection to 30 days