mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
add delete_collections_named
to Shared Collection Variables
This commit is contained in:
parent
eff339024a
commit
8874aa00b6
3 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,8 @@ dynamic_collections:
|
|||
- smart_filter
|
||||
- shared
|
||||
template_variables:
|
||||
delete_collections_named:
|
||||
Max: HBO Max
|
||||
search_term:
|
||||
default: network
|
||||
image:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue