[6] allow file_poster to override url_poster in the defaults

pull/1645/head
meisnate12 1 year ago
parent eb78a3820e
commit 8b72d4d562

@ -1 +1 @@
1.19.1-develop5
1.19.1-develop6

@ -59,6 +59,11 @@ templates:
- dynamic: true
key.not: other
value: <<summary_format>>
url_poster_<<key>>:
conditions:
- file_poster_<<key>>.exists: false
file_poster.exists: false
value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<<image>>.jpg
default:
collection_section: "00"
key: <<mapping_name>>
@ -96,6 +101,7 @@ templates:
- name_format
- key_name
- translation_key
- url_poster
- file_poster
- url_background
- file_background

@ -1,14 +1,14 @@
arrapi==1.4.3
GitPython==3.1.36
GitPython==3.1.37
lxml==4.9.3
num2words==0.5.12
pathvalidate==3.2.0
pillow==10.0.1
PlexAPI==4.15.3
PlexAPI==4.15.4
psutil==5.9.5
python-dotenv==1.0.0
requests==2.31.0
retrying==1.3.4
ruamel.yaml==0.17.33
ruamel.yaml==0.17.35
schedule==1.2.1
tmdbapis==1.2.0
Loading…
Cancel
Save