I have running in circles for the last 3 weeks on organizing all the photo’s I have been taking. I have been using Microsoft Live Photo Gallery to tag them for quicker retriever and viewing. But once you find it and decide to do something with it, you have to try and find that one in the directory structure. If you have all in a single directory it is quite a chore.
I think I have solved that problem, by creating a directory structure to mirror the tag system I came up with. Up to a point: for instance photo’s of birds. I have that tagged as follows:
- Wildlife
- Birds
- Eagles
- Birds
I stop at the birds directory and go from there. Which works until the photo count gets up to a high count. then I just add a sub-directory, in this case Eagles. That serves one problem.
The next problem is I have pictures from 2007 up to the present, and I only wish to keep a select few on my hard drive and keeping the rest on a 1 Terabyte external usb drive. Now there are applications out there that does this, but they all cost money that I do not want to pay and they only run on Windows not Linux. Which is one of the requirements I want. Which means I need to write something that will run on both. Will probably use QT4 framework and a database of some sort. Which will take me weeks or months to write, mind you in the past when I could think straight all the time, it would take me about 2 weeks to have a rough working solutions for both platforms.
The third problem is protecting my photo’s when I post them online, i.e.. copyright, ect. It turns out that you can embed , like with MP3 files, information into the photos. I have written a rough Perl script that will do at least the licensing part. And use Microsoft Pro Photo to get the rest, like comments, location, gps information. Not that I consider any of my photo’s worthy of being used in a commercial project but you never know, it has happened to be before, believe it or not.
Issue 4: I need or would like to combine all this into 1 program instead of one for this and one for that. Once again there is for windows, but they cost money and they do not run on Linux.
If any thing it will be something to do when the snow starts to fly, so for now I will continue as I am little bit by little bit. While I can’t do things like I used to because of other issues, I can do little bit by little bit and that helps solve my drive to develop something with out any time frames or deadlines. Which is a killer as in stress levels and panic attacks.