Are your HD and SM images sync'd?
basel
Registered Users Posts: 3 Beginner grinner
This is related to customization more than other topic - I suppose
Is there an implementation to synchronize the photos on the Hard Drive and the Galleries in SmugMug?
At the beginning of building the Smugmug website, it is easy to keep track images, the structure of galleries, etc. However, the site of the galleries may not reflect the filing system/structure on my computer. I end up with two filing systems and eventually loose track of which photos are where. With years of past images and hopefully years of images yet to accumulate, I would like have better control on what is on the computer and what is one SmugMug.
Is there code, tips or tricks to replicate/synchoronize the computer structure with the SmugMug structure?
Thanks,
Basel
Is there an implementation to synchronize the photos on the Hard Drive and the Galleries in SmugMug?
At the beginning of building the Smugmug website, it is easy to keep track images, the structure of galleries, etc. However, the site of the galleries may not reflect the filing system/structure on my computer. I end up with two filing systems and eventually loose track of which photos are where. With years of past images and hopefully years of images yet to accumulate, I would like have better control on what is on the computer and what is one SmugMug.
Is there code, tips or tricks to replicate/synchoronize the computer structure with the SmugMug structure?
Thanks,
Basel
0
Comments
There are two good programs that give you a good look into your galleries.
SmugBrowser lets you upload to SmugMug.
Album Fetcher lets you download from SmugMug.
I'm sure if there is a way to synchoronize, someone will come up with a way...
I for one ran into this same problem a while back. I now have my images in folders that are named the same as the galleries on my site.
My folders on the HD are named the same as categories / sub-categories / gallery.
BTW - Welcome to DGRIN & SmugMug
David
It is made for my use, and being programmed in ruby for speed of development, and used in linux. When it is in a state I am happy with I will make it available and perhaps make sure it also works fine in Windows.
If there is anything in particular that you'd like to see just reply here, and I'll try to keep those ideas in mind
http://www.dgrin.com/showthread.php?t=52151
As for a status update with my own project, I got Smugmug -> Filesystem one way sync going (checks for updates to albums and downloads only changed files/metadata). I'm doing a rewrite of it right now to make it more flexible and modular, but coming along nicely.
Looks like speed of the language isn't going to be an issue at all, so it's going to stay a ruby script. I wasn't going to do it in C unless I was going to see a real improvement.
In regards to syncing IPTC, I'm currently using md5sums to detect any changes to files. Problem there is if any embedded info is changed the md5sum will change as well. This might be disirable if all the pics on smugmug already had embedded IPTC and you wanted to keep it up to date. In my case, my files only have EXIF without anything else embedded and I never really thought about how to handle changing of EXIF since I never have to. I'll think about the problem a bit and see if I can come up with a decent solution.
I'll post again when I get 2 way sync working well.
Good luck with your project; I think it would be great fo smugmug. I think Sharpcast is trying to do something similar or sell a similar service. You might want to check them out just for ideas and to see what works/doesn't work... I think they're moving beyond photos and into other areas, but they focus on synchronization on all platforms, including mobile. I think their current project is for photos...
Just checked them out. The problem I find with their service is that it appears it just works with their online service unless I missed something. After getting Smugmug, Filesystem, and Database conduits all done I plan to move onto other services like flickr so people aren't limited to just 1 service.
Of course this is just a personal project of mine, so we'll see if I take it that far first
I too run Linux at home and my photo saving "scheme" (if you can call it that :-) is to have one directory per year, then one dir for each month under that, and maybe at most 2-3 levels under that. And of course I have exceptions, like all the scans of the negative I found at my dad's house that date back to the 40's...
I'm fairly new to Smugmug so I could be mistaken, but I don't think you can have subcategories under other subcategories, so the directory depth is going to be a problem. I suppose you can play games and imply arbitraty depth in the subcategory name (2004_jan_22_dog_...) but the presentation isn't going to be very nice.
Thanks,
Bruno.
I am handling this is several ways, one of which is what you specificed, combining category names together. Another way is by telling the program which categories to ignore, so in your case maybe you'd tell it to ignore the years/dates since smugmug lets you view images by date as well.
But this will just be a "Translation" from filesystem to smugmug, and wont change your organization of your filesystem.
I can see where this is a good distinction. And really if I want to use Smumug as a backup, it isn't really important what the presentation is, as long as I don't lose the pics. Most likely these will be in a private gallery anyway.
Thanks, Bruno.
http://www.dgrin.com/showthread.php?t=161675
Want faster uploading? Vote for FTP!
Did you ever try Star Explorer? How is it?
I have a license of SE, but it crashes on every one of my computers. Nikolai and I have never figured out why it never works right. :cry
Want faster uploading? Vote for FTP!
So if you have an album called Vehicles, the software would keep an eye on your My Pictures directory for matching album (folder names) and sync.
No creation or modification, just seamless upload.
Maybe someone can hack Windows Live Mesh.
Want faster uploading? Vote for FTP!