DeChaos 3.0 (beta)

Well I finally have my photo sorting program to a state where I am happy enough with it that I am willing to let other people completely ruin it for me. It’s been a long process getting everything to work but I think it is all entirely worth it.

This program was written entirely for myself, but if someone else happens to find a use for it, that’s wonderful. That’s the reason I wanted to polish everything, so that I could have a really nice program that other people could use if they wanted too.

This program stemmed from a realization that I had to organize my photos. My picture collection had grown to 18,000 photos, most of which were in iPhoto and most of which were neither organized or named or rated or tagged. In fact, there were several batches of photos that had been dumped into iPhoto and never looked at again.

My task of sorting the photos was daunting to say the least, and iPhoto wasn’t much help. If I would often find myself deleting a photo from an album only to later remember that the photo was still in my library and I had not truly deleted it. Trying name or sort the photos in iPhoto caused an additional challenge because I had already set up several half completed sorting schemes and dragging photos to albums is rather clunky.

So I went in search of other photo organization tools. Nothing seemed to have the feature set I needed. I was looking for something that was

  • easy to use and able to sort thousands of photos quickly
  • something that was not proprietary
  • something that would allow me to sort the photos into groups
  • something that would let me name the photo.

But I couldn’t find anything that did this to my satisfaction. So I began to think about creating my own photo sorting program.

I had been wanting to try my hand at a full fledge Applescript Studio Application with a nice GUI for some time now, but I had never really had an opportunity. I figured this would also be a great learning experience for me as well, so I began with my design.

My initial program didn’t take long to write up, but I relied only on Applescript for this version and as a result the move commands to the Finder were far too slow. I rewrote the program using shell scripts to move the image files around, which sped things up tremendously. I used this version for awhile until I got fed up with the lack of a few of what I deemed “necessary features.”

Finally, I reworked the interface and added the needed features to the program, spending many more hours debugging and tweaking. While there are still a few little annoyances within the program, I can live with them until I can get them out. (Sometimes things just don’t do what they are suppose too.)

The program is very simplistic in nature. I exported all my photos from iPhoto into 3 different folders (based off of year taken) which culminated in a folder of several hundred photos, a folder of 4,000+ photos and a folder of 12,000+ photos. The program would then run through a list of the images I gave it and move the files to a new folder of my choosing and rename the file as I commanded.

I started off by creating a folder called “Philip’s Photo Library” wherein all my photos would eventually be sorted. Upon starting up my program I would choose a folder of photos to be sorted and my “Philip’s Photo Library” folder and off I would go to sort the photos.

DeChaos loads up the first photo in the list and displays it in the image box. I can then type a folder name into the drop down list menu. If, say, the photo was a , I might want to put this photo into the “Flowers” folder, so I would type in “Flowers” into the combo box. If I already had a folder called “Flowers” created, the combo box would automatically fill in as I typed, making it easy to have very specific or long folder names (“My Great Aunt Mable’s Wedding”). If I wanted to name the photo that was being sorted, I could then type in a second name in another text box. This would be the name of the image file after it had been moved.

The one issue I ran into at this point was the issue of duplicate names. I solved this issue very easily by attaching an ‘arbitrary’ number to the end of each photo that was sorted. This makes duplicate entries extremely unlikely, if not impossible, the only cost is that the image file names look a bit messy. This doesn’t bother me, yet, and I have been thinking over a few different options for getting rid of them, but it doesn’t seem worth the effort.

So as of right now, I am considering myself to be done with the overall development of DeChaos. I have noticed a few inconsistencies and problems for different people on different computers and my goal is to fix those as they come up, but for I’m not entirely sure what’s causing the problem yet and it’s only causing the problem in some instances so it’s not something that is readily reproduced.

If anyone is interested in DeChaos, proceed to download and try it out yourself. I am currently working on some documentation for the program, but I don’t know how much I really want to do with it, so stay tuned. In any event, if you have questions or problems drop me a line or leave me a comment and I’ll see what I can do to help.

UPDATE: New Version is out

DeChaos 4.0 (Build 1101)
Requirements:

  • Mac OS 10.4.x or 10.5.x
  • Photos that need to be sorted

Download Page

Comments are closed.