Media Sorter App 1.0.1 release
This application wasn't in my plans... it was born out of my frustration trying to make my gallery displaying in an order I'd like to see it. The issue is the order was to be set visually, by watching the images and dragging them around. And here it is: Media Sorter App.
After opening a target folder, it displays all images and videos in a grid, allowing to drag and drop them around, changing their order. Clicking any thumbnail opens a big view (yes, videos are working, too).
Upon clicking the Apply button (bottom right corner) it does two things:
- saves current order into a
order.jsonfile in a target folder (opening a folder with this file inside makes the app displaying them in that order) - copies a list of filenames in that order into a system clipboard, allowing it to be pasted somewhere - for example in the code of the gallery script
which was the main goal of this application.

It is written in Flutter, however I've been testing it only against Windows. If you want to check the sources and build it for yourself, you can get it from GitHub. Refer to README.md for instructions.
If you want just to grab a ready binary, there's a MSIX package ready to download and install. Version 1.0.1 can be downloaded here.