A downloadable tool for Windows and Linux

Download NowName your own price

Requires java 19 or above and VLC to be installed on your system.

A fairly simple program that lets you open a folder of images (and video and audio files) and browse through them and move them to a new folder in one click, or delete, or rename them. Also doubles as an image viewer with a random order (or by date or name).

Made in java. Use the exe or double click the jar to run it, or run it with 'java -jar picsort.jar'. Tested on linux and windows, might work on mac.

I made this because I have a large collection of furry art that's gotten disorganized over the years and I wanted an easy way to sort them into a better folder structure. Also I wanted to open a folder of images and view them in a random order.

Basic usage: READ HELP -> HELP in the program! Pick the base folder to move images into and open a folder of images to browse. Click a folder in the file tree on the left to move the currently viewed image to that folder.

Supported filetypes: 

    Image: jpg, png, gif, webp (not animated), bmp, svg 

    Video: mp4, mkv, webm, mov, ogm, wmv, avi, flv

    Audio: ogg, mp3, wav, flac, m4a, aac, wma

Give it up to 30 seconds when you change the base folder to load. It's currently limited to a max depth of 4 folders from the base folder you pick.

If an image isn't loading it's probably too big to scale or has no colorspace info.

Start the jar through the terminal or command prompt to get more debug info.


Check out the source code here https://github.com/k0bolde/picsort


TODO list:

undo deletes



Download

Download NowName your own price

Click download now to get access to the following files:

picsort.jar 8 MB
Version 9
picsort.exe 8 MB
Version 7

Development log

Comments

Log in with itch.io to leave a comment.

Wanted to try this but have an issue of the program crashing at launch. Using the Azul versions of Java 21. Both exe and jar act the same way, program just closes itself shortly after opening.

Do you have VLC installed?

Yep sure do, although it might not be updated in forever..
Hmm well I updated it and it still crashes on windows. I have the regular non-Microsoft store version of the app.
Also got Azul Java 8, 17, and 21 freshly installed.

Does it say anything interesting if you run it from the command line with 'java -jar picsort.jar' ?

Will try it out latter, bit busy today. Making a note of it.