mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[30] update IMDb hash
This commit is contained in:
parent
a4d274e6fb
commit
6c6da10c9d
5 changed files with 7 additions and 7 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.20.0-develop29
|
||||
1.20.0-develop30
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -402,7 +402,7 @@ class IMDb:
|
|||
"extensions": {
|
||||
"persistedQuery": {
|
||||
"version": 1,
|
||||
"sha256Hash": "7327d144ec84b57c93f761affe0d0609b0d495f85e8e47fdc76291679850cfda"
|
||||
"sha256Hash": "e7a1c7b10a7a9765731e5c874cef0342dfbd0dd7a87fa796e828778e54a07a20"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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:")
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue