From 8b72d4d5621aba59a8a994e149b8b8dc6a72bc74 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Fri, 6 Oct 2023 11:33:19 -0400 Subject: [PATCH] [6] allow file_poster to override url_poster in the defaults --- VERSION | 2 +- defaults/templates.yml | 6 ++++++ requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index bac20614..2b182978 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.1-develop5 +1.19.1-develop6 diff --git a/defaults/templates.yml b/defaults/templates.yml index a3cd0485..a51b62d8 100644 --- a/defaults/templates.yml +++ b/defaults/templates.yml @@ -59,6 +59,11 @@ templates: - dynamic: true key.not: other value: <> + url_poster_<>: + conditions: + - file_poster_<>.exists: false + file_poster.exists: false + value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<>.jpg default: collection_section: "00" key: <> @@ -96,6 +101,7 @@ templates: - name_format - key_name - translation_key + - url_poster - file_poster - url_background - file_background diff --git a/requirements.txt b/requirements.txt index b79de7bd..28a260c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file