Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A Python script to organize digital photos' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A Python script to organize digital photos
Authored by: bluehz on Apr 02, '03 10:41:32AM
I have not tested this - but I was wondering... you wrote:

First I download photos from my camera to my Pictures directory. Second I run the Python script shown below to rename all of them and move to my photo collection. Yet in your script you clearly have a newPhotos and pictures variable. I am assuming that you import photos first into the newPhotos location and then the script moves the photos to the myPictures location. Is this correct? Just wondering about the wording above as it sounds like you imported from your camera to your PIctures directory which is what the default import of OS X does - but I think you meant to say import into "newPhotos"

Just so no one gets confused ;)

[ Reply to This | # ]

A Python script to organize digital photos
Authored by: dimus on Apr 02, '03 02:44:10PM

At first pictures are downloaded by default to ~/Pictures,
then I move them to some directory using the script.

The script should be customized and directories should be changed to correpsond to user's directories.

Hope this will clear it a bit

Also somehow the script became truncated in the hint, so I will post its full text in comments



[ Reply to This | # ]