Please test new Filmulator feature: Destination Directory checking

Besides adding the Quick Pipeline to Filmulator, I created one new feature yesterday which only really applies to onboarding new users.

If you just try to import photos into Filmulator without setting up at all, it tries to import photos into the root of the filesystem, where it doesn’t have permissions to write, and the importing fails.

So I added a feature which checks the destination directory for write permissions before allowing you to import. If the destination doesn’t exist, it tries to go up in the directory tree until a directory exists, and then checks whether that directory is writable.

To test it, you just need to get this AppImage, run it, and try entering different directories under “Destination Directory”. If you don’t have write permission, it should turn orange. If you do have write permission, it should be black.