From 6c6da10c9d400ce98a125ec4c4c61086091665f1 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Tue, 13 Feb 2024 16:04:35 -0500 Subject: [PATCH] [30] update IMDb hash --- VERSION | 2 +- docs/pmm/install/wt/wt-05-local-file.md | 2 +- modules/imdb.py | 2 +- plex_meta_manager.py | 2 +- requirements.txt | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index cfdc5a57..d2bd24a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.20.0-develop29 +1.20.0-develop30 diff --git a/docs/pmm/install/wt/wt-05-local-file.md b/docs/pmm/install/wt/wt-05-local-file.md index a46912b9..3858dc10 100644 --- a/docs/pmm/install/wt/wt-05-local-file.md +++ b/docs/pmm/install/wt/wt-05-local-file.md @@ -15,7 +15,7 @@ First, open the collection file [this will create the file if it doesn't already [type this into your terminal] ``` - nano "config\Movies.yml" + nano "config/Movies.yml" ``` === ":fontawesome-brands-windows: Windows" diff --git a/modules/imdb.py b/modules/imdb.py index 76e912c2..53a11384 100644 --- a/modules/imdb.py +++ b/modules/imdb.py @@ -402,7 +402,7 @@ class IMDb: "extensions": { "persistedQuery": { "version": 1, - "sha256Hash": "7327d144ec84b57c93f761affe0d0609b0d495f85e8e47fdc76291679850cfda" + "sha256Hash": "e7a1c7b10a7a9765731e5c874cef0342dfbd0dd7a87fa796e828778e54a07a20" } } } diff --git a/plex_meta_manager.py b/plex_meta_manager.py index a2c14599..8442f9a9 100644 --- a/plex_meta_manager.py +++ b/plex_meta_manager.py @@ -277,7 +277,7 @@ def start(attrs): for akey, adata in arguments.items(): if isinstance(adata["help"], str): ext = '"' if adata["type"] == "str" and run_args[akey] not in [None, "None"] else "" - logger.debug(f"--{akey} (PMM_{akey.upper()}): {ext}{run_args[akey]}{ext}") + logger.debug(f"--{akey} (PMM_{akey.replace('-', '_').upper()}): {ext}{run_args[akey]}{ext}") logger.debug("") if secret_args: logger.debug("PMM Secrets Read:") diff --git a/requirements.txt b/requirements.txt index 6a6d3a2e..b834187a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,13 +4,13 @@ lxml==5.1.0 num2words==0.5.13 pathvalidate==3.2.0 pillow==10.2.0 -PlexAPI==4.15.7 +PlexAPI==4.15.9 psutil==5.9.8 python-dotenv==1.0.1 python-dateutil==2.8.2 requests==2.31.0 retrying==1.3.4 -ruamel.yaml==0.18.5 +ruamel.yaml==0.18.6 schedule==1.2.1 -setuptools==69.0.3 +setuptools==69.1.0 tmdbapis==1.2.6 \ No newline at end of file