Plex-Image-Cleanup
Plex-Image-Cleanup copied to clipboard
Cleanup flags have (undocumented-) direct dependency on PLEX_URL
Version Number
1.0.2 (Python 3.11.0rc1)
What branch are you on?
master
Describe the Bug
As soon as you enable one of PHOTO_TRANSCODER
, EMPTY_TRASH
or CLEAN_BUNDLES
, you seem to break "local mode": any of these three options cause error:
|======================================== Validating Options ========================================|
| Running in Report Mode with Empty Trash, and PhotoTrancoder set to True |
| Report: Metadata Directory File changes will be reported but not performed. |
| Connecting To Plex |
|====================================================================================================|
| Args Error: No Plex URL Provided |
|====================================================================================================|
|====================================================================================================|
| Critical Report |
|====================================================================================================|
| |
| Generic Criticals: |
| Args Error: No Plex URL Provided |
So as far as I can see, "LOCAL_DB" doesn't seem to have any point if you need to go through the API to clean up, anyway.
Logs
No response