add delete_collections_named to Shared Collection Variables

This commit is contained in:
YozoraXCII 2023-04-28 17:20:34 +01:00
parent eff339024a
commit 8874aa00b6
3 changed files with 5 additions and 1 deletions

View file

@ -26,6 +26,8 @@ dynamic_collections:
- smart_filter
- shared
template_variables:
delete_collections_named:
Max: HBO Max
search_term:
default: network
image:

View file

@ -100,6 +100,7 @@ templates:
- file_background
- limit
- name_mapping
- delete_collections_named
run_definition:
- <<use_<<key>>>>
- <<allowed_libraries>>
@ -125,7 +126,7 @@ templates:
url_background: <<url_background_<<key>>>>
file_background: <<file_background_<<key>>>>
minimum_items: <<minimum_items_<<key>>>>
delete_collections_named: <<delete_collections_named>>
trakt:
optional:
- trakt_list

View file

@ -22,6 +22,7 @@ Below are the available variables which can be used to customize the file.
| `ignore_imdb_ids` | **Description:** Set a list or comma-separated string of IMDb IDs to ignore in all collections.<br>**Values:** List or comma-separated string of IMDb IDs |
| `minimum_items` | **Description:** Set the number of minimum items for a collection to be created for all collections.<br>**Values:** Any Number greater then 0 |
| `minimum_items_<<key>>`<sup>1</sup> | **Description:** Set the number of minimum items for a collection to be created for the specified key's collection.<br>**Values:** Any Number greater then 0 |
| `delete_collections_named` | **Description:** Used to delete any collections in your plex named one of the given collections.<br>**Values:** List of Collection Names to delete |
| `url_poster` | **Description:** Changes the poster url for all collections.<br>**Values:** URL directly to the Image |
| `url_poster_<<key>>`<sup>1</sup> | **Description:** Changes the poster url of the specified key's collection.<br>**Values:** URL directly to the Image |
| `file_poster` | **Description:** Sets the poster filepath for all collections.<br>**Values:** Filepath directly to the Image |