Last week I have written a small python utility to view and organize image sequences.
It collapses the selected image sequences. Double clicking opens them with the system defined viewer (xnView, pd player, photoshop…)
Raid folder is a remote server for transferring and backup purposes. From the right click menu the sequences can be transferred to the remote location. It preserves the same folder structure and collects them under a dated folder (YYMMDD)
When ‘Recursive’ checkbox on the upper right edge checked, all image sequences under the selected folder will be listed recursively
I have converted it to a standalone .exe file too for using it broadly.
You can download the .exe file here
And find source code in this GitHub repository