PosterPal is a simple Python script for organizing, compressing, and properly renaming media artwork downloaded from sites like The Poster Database, MediUX, and more.
Getting an error when trying to move renamed files into my PMM assets folder:
2024-03-03 20:35:06 - ERROR - An error occurred: expected str, bytes or os.PathLike object, not set
My best guess is that it's receiving assets_set instead of an actual path to process. I'm trying to fix it on my branch but wanted to flag this for you.
Getting an error when trying to move renamed files into my PMM assets folder:
2024-03-03 20:35:06 - ERROR - An error occurred: expected str, bytes or os.PathLike object, not set
My best guess is that it's receiving
assets_set
instead of an actual path to process. I'm trying to fix it on my branch but wanted to flag this for you.