mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[23] add collection image control
This commit is contained in:
parent
bbf9034c2b
commit
a3c4aa3149
2 changed files with 10 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.19.0-develop22
|
||||
1.19.0-develop23
|
||||
|
|
|
@ -66,6 +66,9 @@ templates:
|
|||
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<<image>>.jpg
|
||||
url_poster_<<key>>: <<url_poster>>
|
||||
file_poster_<<key>>: <<file_poster>>
|
||||
url_background_<<key>>: <<url_background>>
|
||||
file_background_<<key>>: <<file_background>>
|
||||
visible_library_<<key>>: <<visible_library>>
|
||||
visible_home_<<key>>: <<visible_home>>
|
||||
visible_shared_<<key>>: <<visible_shared>>
|
||||
|
@ -88,6 +91,9 @@ templates:
|
|||
- name_format
|
||||
- key_name
|
||||
- translation_key
|
||||
- file_poster
|
||||
- url_background
|
||||
- file_background
|
||||
- limit
|
||||
run_definition:
|
||||
- <<use_<<key>>>>
|
||||
|
@ -109,6 +115,9 @@ templates:
|
|||
item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
|
||||
sort_title: "!<<collection_section>><<pre>><<order_<<key>>>><<title>>"
|
||||
url_poster: <<url_poster_<<key>>>>
|
||||
file_poster: <<file_poster_<<key>>>>
|
||||
url_background: <<url_background_<<key>>>>
|
||||
file_background: <<file_background_<<key>>>>
|
||||
minimum_items: <<minimum_items_<<key>>>>
|
||||
|
||||
trakt:
|
||||
|
|
Loading…
Add table
Reference in a new issue