Category Archives: Uncategorized

Slight change – broken 1.1 API

For some reason, recent changes to Zenfolio have caused Zensync to break.  Not sure why, but I’ve got a fix – change line 82 of zensync.php from: $client = new SoapClient(“http://www.zenfolio.com/api/1.1/zfapi.asmx?wsdl”); to $client = new SoapClient(“http://www.zenfolio.com/api/1.2/zfapi.asmx?wsdl”); and everything should be … Continue reading

Posted in Uncategorized | Leave a comment

Zensync & Windows

As Windows is an ever changing beast, I figure I’d update my post on using Zensync with Windows: It’s 5 easy steps. All you need to do is install PHP 5 (currently 5.3.0), use the default options (SOAP is installed … Continue reading

Posted in Uncategorized | Leave a comment

Zensync 2 – finally!

Many thanks for Harald over at Hirim at harim fotografien for making Zensync2 happen – he basically took my rag-tag code and made a proverbial man out of it.  It’s much better now, more robust, more international, more more. I’m … Continue reading

Posted in Uncategorized | Leave a comment

Still Alive!

Hey all, it’s been forever since I’ve made an appearance here – there was some horrible SPAM coming in, and weeding out the comments from the SPAM was just too much (like 1000:1 ratio – seriously!). Anyway, I put in … Continue reading

Posted in Uncategorized | 2 Comments

Running on XP

There was a request for instructions on how to run Zensync on Windows, specifically XP.  Someone has previously sent me info that it worked, and since I never tried it, I just assumed it did.  And it does – it’s … Continue reading

Posted in Uncategorized | 4 Comments

About ZenSync

ZenSync is a tool to help move your photos from your computer to Zenfolio.  It is run from the command-line and syncronizes your photo collection each time it is run. Zensync goes down an entire directory and uploads only those … Continue reading

Posted in Uncategorized | 21 Comments

ZenSync Release!

Well, ZenSync was working pretty good, but I wrested the remaining kinks out of it, and it’s working just fine to make it the release!  Hooray!  Get it here:  http://www.plymptonia.com/zensync.tgz This release syncs with Zenfolio, creating Albums and Galleries on … Continue reading

Posted in Uncategorized | 4 Comments

PhanSync Release!

Well, I finally got down and dirty with PhanFare and polished up PhanSync nice and shiny.  It now works just like ZenSync (and rsync for that matter).  It’s very robust, and I have been uploaded images and videos to PhanFare without any problems.  … Continue reading

Posted in Uncategorized | 2 Comments

ZenSync Beta 1

Yeah, Beta! I tackled quite a few things to make this new release pretty darn good.   I also changed the name to reflect the functionality – instead of blindly sending photos to Zenfolio, it acts more like Rsync in that … Continue reading

Posted in Uncategorized | Leave a comment

Phanfare Uploader Alpha 1

Well, despite my flu, I also worked on my Phanfare bulk uploader as well.  Some of the nice things about Phanfare are that they are inherently date based – all albums are surrounded by date.  This is nice because they … Continue reading

Posted in Uncategorized | Leave a comment