Replies: 1 comment 2 replies
-
There isn't a way to have PMM clear out the empties. There isn't a way to have it not create empty folders since any folder it creates will be empty, waiting for you to put an asset image into it. I have a script that can build out that folder setup, sorted into A-Z folders, if that's useful instead of having PMM create them. To allay the fear, you could run PMM with a script that executes the find after PMM has completed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
when going through the assets folder via windows explorer it takes ages to load that folder, because PMM creates very much collection-folders (which are mostly empty).
Loading that folder takes an crazy amount of time because of the count of subfolders for each collection.
Is there a way to tell PMM to remove those empty folders after each run?
or not to create empty folders?
I don't want to run a seperate cron job with something like
find . -type d -empty -exec rmdir "{}" \;
because I'm afraid, it'll harm PMM's work, when those two run at the same time.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions