-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Migrating from the old gallery plugin, I noticed that videos inside the gallery folders would generate errors, and were not copied to the output media folder.
I'm sure it would be a significant challenge to integrate a video processing workflow into the plugin, but it would be a better user experience if they were simply copied over to the output directory. I tried fiddling with the source code to allow this, but the codebase is complex enough to throw me off.
(to deal with this, I just use a videos folder outside the gallery dir, but it forces me to keep different rules for handling images and videos)
Would it be reasonable to just copy videos found inside the gallery dir to the output gallery folder, instead of erroring?
Thank you for an excellent plugin!