<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Capturing Life</title>
	<atom:link href="http://www.plymptonia.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.plymptonia.com</link>
	<description>Helping the eyes help the soul remember....</description>
	<lastBuildDate>Fri, 28 May 2010 17:45:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Slight change &#8211; broken 1.1 API</title>
		<link>http://www.plymptonia.com/?p=31</link>
		<comments>http://www.plymptonia.com/?p=31#comments</comments>
		<pubDate>Fri, 28 May 2010 17:45:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=31</guid>
		<description><![CDATA[For some reason, recent changes to Zenfolio have caused Zensync to break.  Not sure why, but I&#8217;ve got a fix &#8211; change line 82 of zensync.php from: $client = new SoapClient(&#8220;http://www.zenfolio.com/api/1.1/zfapi.asmx?wsdl&#8221;); to $client = new SoapClient(&#8220;http://www.zenfolio.com/api/1.2/zfapi.asmx?wsdl&#8221;); and everything should be &#8230; <a href="http://www.plymptonia.com/?p=31">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For some reason, recent changes to Zenfolio have caused Zensync to break.  Not sure why, but I&#8217;ve got a fix &#8211; change line 82 of <strong>zensync.php</strong> from:</p>
<p style="text-align: center;">$client = new SoapClient(&#8220;http://www.zenfolio.com/api/1.1/zfapi.asmx?wsdl&#8221;);</p>
<p>to</p>
<p style="text-align: center;">$client = new SoapClient(&#8220;http://www.zenfolio.com/api/1.2/zfapi.asmx?wsdl&#8221;);</p>
<p style="text-align: left;">and everything should be right with the world again!</p>
<p style="text-align: left;">I&#8217;ll fix the posted version of Zensync2 so it has this fix, but if you have customized code, you can just make the change above.</p>
<p style="text-align: left;">Enjoy!</p>
<p style="text-align: left;">-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zensync &amp; Windows</title>
		<link>http://www.plymptonia.com/?p=28</link>
		<comments>http://www.plymptonia.com/?p=28#comments</comments>
		<pubDate>Thu, 10 Sep 2009 21:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=28</guid>
		<description><![CDATA[As Windows is an ever changing beast, I figure I&#8217;d update my post on using Zensync with Windows: It&#8217;s 5 easy steps. All you need to do is install PHP 5 (currently 5.3.0), use the default options (SOAP is installed &#8230; <a href="http://www.plymptonia.com/?p=28">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As Windows is an ever changing beast, I figure I&#8217;d update my post on using Zensync with Windows:</p>
<p><strong>It&#8217;s 5 easy steps.</strong></p>
<ol>
<li>All you need to do is install PHP 5 (<a href="http://windows.php.net/downloads/releases/php-5.3.0-Win32-VC9-x86.msi">currently 5.3.0</a>), use the default options (<strong>SOAP is installed by default now, but double-check anyway</strong>).</li>
<li>Create a repository for Zensync (<strong><em>C:\Zensync</em></strong> worked for me), copy the <a href="http://www.plymptonia.com/zensync2.zip">Zensync</a> files there.</li>
<li>Edit the <strong>config.php </strong>file to point to your <strong>localpath</strong>, and add your <strong>username </strong>and <strong>password</strong>.</li>
<li>Copy your files to your photo repository in whatever order you desire.</li>
<li>Launch a command-line (<strong><em>cmd.exe</em></strong>), and CD to your Zensync directory, and <strong>type &#8220;PHP zensync.php&#8221;</strong>.</li>
</ol>
<p><strong>There, done.  That was easy, wasn&#8217;t it?  <img src='http://www.plymptonia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </strong></p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zensync 2 &#8211; finally!</title>
		<link>http://www.plymptonia.com/?p=24</link>
		<comments>http://www.plymptonia.com/?p=24#comments</comments>
		<pubDate>Thu, 10 Sep 2009 21:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=24</guid>
		<description><![CDATA[Many thanks for Harald over at Hirim at harim fotografien for making Zensync2 happen &#8211; he basically took my rag-tag code and made a proverbial man out of it.  It&#8217;s much better now, more robust, more international, more more. I&#8217;m &#8230; <a href="http://www.plymptonia.com/?p=24">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many thanks for Harald over at Hirim at <a href="http://blog.harim.at/2009/06/new-zensync2-released/">harim fotografien</a> for making Zensync2 happen &#8211; he basically took my rag-tag code and made a proverbial man out of it.  It&#8217;s much better now, more robust, more international, more more.</p>
<p>I&#8217;m adding my version here &#8211; it&#8217;s his, tweaked a bit for my personal needs.  I upload my videos to a webhost where I use <a href="http://flowplayer.org/">Flowplayer </a>to play flash and h.264 videos that I convert from my digicam.  Works pretty good, but you&#8217;re on your own for making it work.  It&#8217;s easy if you have a <a href="http://www.dreamhost.com/r.cgi?329792">Dreamhost </a>account, though!</p>
<p>Thanks again to Zenfolio for having such an awesome service!</p>
<p>Dan&#8217;s modified Zensync2:</p>
<p>Linux (.tgz) format: <a href="http://www.plymptonia.com/zensync2.tgz">Zensync2.tgz</a></p>
<p>Windows (.zip) format: <a href="http://www.plymptonia.com/zensync2.zip">Zensync2.zip</a></p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still Alive!</title>
		<link>http://www.plymptonia.com/?p=22</link>
		<comments>http://www.plymptonia.com/?p=22#comments</comments>
		<pubDate>Thu, 21 May 2009 19:08:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=22</guid>
		<description><![CDATA[Hey all, it&#8217;s been forever since I&#8217;ve made an appearance here &#8211; there was some horrible SPAM coming in, and weeding out the comments from the SPAM was just too much (like 1000:1 ratio &#8211; seriously!). Anyway, I put in &#8230; <a href="http://www.plymptonia.com/?p=22">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hey all, it&#8217;s been forever since I&#8217;ve made an appearance here &#8211; there was some horrible SPAM coming in, and weeding out the comments from the SPAM was just too much (like 1000:1 ratio &#8211; seriously!).</p>
<p>Anyway, I put in a filter and it seems to have gone away, so now I can actually see comments.  I&#8217;m going to take a look at Zensync and see if there&#8217;s some things I can do to improve it, and perhaps include my video hosting hack that I put in my copy (I point to videos on my Dreamhost account with a thumbnail I generate, but it&#8217;s a SERIOUS hack).</p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Running on XP</title>
		<link>http://www.plymptonia.com/?p=21</link>
		<comments>http://www.plymptonia.com/?p=21#comments</comments>
		<pubDate>Sun, 02 Mar 2008 22:25:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=21</guid>
		<description><![CDATA[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 &#8211; it&#8217;s &#8230; <a href="http://www.plymptonia.com/?p=21">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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 &#8211; it&#8217;s just not obvious if you&#8217;re not a PHP coder like I am.  So, since my daughter is sick and I&#8217;m at home on this nice Sunday, I figured I&#8217;d give it a shot.</p>
<p> Here goes:</p>
<p>First, get the PHP executable from here: <a href="http://us2.php.net/get/php-5.2.5-win32-installer.msi/from/a/mirror">http://us2.php.net/get/php-5.2.5-win32-installer.msi/from/a/mirror</a></p>
<p>Install as normal.  Since you probably aren&#8217;t running a webserver for this, select, &#8220;Do not set up a web server&#8221;.  Next, hit the &#8220;+&#8221; on PHP-&gt;Extensions and scroll down to SOAP, and select, &#8220;Will be installed on local hard drive&#8221;.  The installer should proceed like any other after this.</p>
<p>Next, unpack the Zensync.tgz file, I use Winrar from here: <a href="http://www.rarlab.com/">http://www.rarlab.com/</a>, but Winzip would probably work, too.</p>
<p>Now, set up a photo directory in a manner that you are going to use Zensync.  This is totally up to your taste.  I just make a directory in the same location that Zensync.php is, and copy all my photos there.  This really makes it easier on a Windows machine, since you don&#8217;t have to account for drive letters (C:, D:, etc..) when you configure Zensync.</p>
<p>Copy, copy, copy, organize, rename, move, shuffle, etc&#8230;</p>
<p>Now you need to edit things.  You need to know your Zenfolio username (NOT e-mail!), and password.  You also need to know the location of your photos.  Right-click on &#8220;zensync.php&#8221; and select Open With&#8230;, and Choose Program.  Select WordPad, otherwise the formatting will look terrible.  Edit these 3 lines to reflect your account.  The local directory name could be &#8220;photos&#8221;, if you want to make it really easy. </p>
<p><font size="2">$userlogin = &#8220;username&#8221;;<br />
$userpass = &#8220;password&#8221;;<br />
$path = &#8220;local directory name&#8221;;</p>
<p></font>Finally, if you want the warnings to not show, go to Start-&gt;Programs-&gt;Php5-&gt;php.ini.   Find this line: &#8220;error_reporting  =  E_ALL&#8221; and change it to &#8220;error_reporting  =  E_ALL &amp; ~E_NOTICE | E_STRICT&#8221;.  PHP is very strict on its error reporting, and this just relaxes it a bit.</p>
<p>Now, go to Start-&gt;Run, and type &#8220;cmd&#8221;.  A terminal should open up.  From here, navigate to your Zensync directory (&#8220;e:\&#8221;, and &#8220;cd zensync&#8221; if it happens to be at &#8220;e:\zensync&#8221;).  Now, just type &#8220;php zensync.php&#8221; and it should run!</p>
<p>You could make it a one-click deal, too.  Just right-click on Zensync.php, and &#8220;Open With&#8230;&#8221; and &#8220;Choose Program&#8230;&#8221;.  Browse to &#8220;C:\program files\Php&#8221; and select &#8220;php.exe&#8221;.  Check the &#8220;always use this program&#8230;&#8221; checkbox if you want to make this permanent.</p>
<p>That should be it &#8211; I created a test Zenfolio account just now, and it uploaded all my photos.</p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=21</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>About ZenSync</title>
		<link>http://www.plymptonia.com/?p=20</link>
		<comments>http://www.plymptonia.com/?p=20#comments</comments>
		<pubDate>Tue, 06 Nov 2007 17:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=20</guid>
		<description><![CDATA[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 &#8230; <a href="http://www.plymptonia.com/?p=20">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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 photos that are not already on Zenfolio.  It doesn&#8217;t matter how you organize your photos &#8212; they just need to be in a single directory tree.  If you are hosting your own photos, using Gallery, or Coppermine, this would be a great tool to help transition to Zenfolio.</p>
<p> <a target="_blank" href="http://www.plymptonia.com/Zensync1.jpg"><img width="480" src="http://www.plymptonia.com/Zensync1.jpg" alt="Folder &amp; Zenfolio" height="320" style="width: 480px; height: 320px" title="Folder &amp; Zenfolio" /></a></p>
<p>It is written in PHP5, and can run on any operating system that has PHP5 installed.  It has been tested on Ubuntu Linux, and should not require any non-standard modules installed to run it.  The code should be pretty easy to follow and modify.</p>
<p><a target="_blank" href="http://www.plymptonia.com/Zensync2.jpg"><img width="480" src="http://www.plymptonia.com/Zensync2.jpg" alt="Code Output" height="320" style="width: 480px; height: 320px" title="Code Output" /> </a></p>
<p>Optionally, it will use ImageMagick&#8217;s &#8216;convert&#8217; command to convert PhotoCD images to JPEG&#8217;s, and FFMPEG to create Video thumbnails of AVI files it encounters.</p>
<p>Get the code here: <a href="http://www.plymptonia.com/zensync.tgz">Zensync.tgz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=20</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>ZenSync Release!</title>
		<link>http://www.plymptonia.com/?p=19</link>
		<comments>http://www.plymptonia.com/?p=19#comments</comments>
		<pubDate>Thu, 25 Oct 2007 19:28:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=19</guid>
		<description><![CDATA[Well, ZenSync was working pretty good, but I wrested the remaining kinks out of it, and it&#8217;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 &#8230; <a href="http://www.plymptonia.com/?p=19">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, ZenSync was working pretty good, but I wrested the remaining kinks out of it, and it&#8217;s working just fine to make it the release!  Hooray!  Get it here:</p>
<p> <a href="http://www.plymptonia.com/zensync.tgz">http://www.plymptonia.com/zensync.tgz</a></p>
<p>This release syncs with Zenfolio, creating Albums and Galleries on the fly, skipping over those AVI files that we all love to make with our Point &amp; Shoots, labeling your photos with their filename, and generally allowing you to just fire-and-forget.  Whenever you sync again it just uploads all the new files and skips over the current ones.</p>
<p>What it won&#8217;t do is delete a file on Zenfolio if you&#8217;ve deleted it from your directory, nor will it know if you changed an existing file and replace it with the new version &#8211; you&#8217;ll have to manually do that yourself.</p>
<p>But other than those caveats, it&#8217;s a nice little program.  I have it running over on my account at <a target="_blank" href="http://www.dreamhost.com">Dreamhost </a>and it is pretty smooth and fast.</p>
<p>Enjoy!</p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PhanSync Release!</title>
		<link>http://www.plymptonia.com/?p=18</link>
		<comments>http://www.plymptonia.com/?p=18#comments</comments>
		<pubDate>Tue, 23 Oct 2007 00:13:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=18</guid>
		<description><![CDATA[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&#8217;s very robust, and I have been uploaded images and videos to PhanFare without any problems.  &#8230; <a href="http://www.plymptonia.com/?p=18">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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&#8217;s very robust, and I have been uploaded images and videos to PhanFare without any problems.  With this release, I have also removed any external module requirements (yeah!), so that it just uses standard PHP5 and HTTP calls to send photos &amp; videos.  This was a good change, and fairly straight-forward since PhanFare&#8217;s upload API isn&#8217;t complicated.</p>
<p>So, with that said, here&#8217;s the link:</p>
<p><a href="http://www.plymptonia.com/phansync.tgz">http://www.plymptonia.com/phansync.tgz</a></p>
<p>All you have to do is unpack, and edit phansync.php with your username, password, and point it to a directory you want to traverse.  Read the header in that file for more information on what directory structure it expects.</p>
<p>It works on Ubuntu Linux, and is fine on hosted servers (tested on Dreamhost).  Now, get those files off of your gallery script and on to PhanFare!</p>
<p> See ya!</p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ZenSync Beta 1</title>
		<link>http://www.plymptonia.com/?p=17</link>
		<comments>http://www.plymptonia.com/?p=17#comments</comments>
		<pubDate>Wed, 10 Oct 2007 20:43:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=17</guid>
		<description><![CDATA[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 &#8211; instead of blindly sending photos to Zenfolio, it acts more like Rsync in that &#8230; <a href="http://www.plymptonia.com/?p=17">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yeah, Beta!</p>
<p>I tackled quite a few things to make this new release pretty darn good.   I also changed the name to reflect the functionality &#8211; instead of blindly sending photos to Zenfolio, it acts more like Rsync in that it doesn&#8217;t create or send what is already there.  (hence, the new name &#8211; ZenSync &#8211; RSync for Zenfolio).</p>
<p> Here&#8217;s what it does:</p>
<p>1. Takes an entire directory structure, and uploads to your Zenfolio account</p>
<p>2. Automatically converts PhotoCD files to JPEG (3072&#215;2048 resolutuion) and uploads</p>
<p>3. Skips any non-JPEG or converted JPEG files</p>
<p>4. Each directory corresponds to a Group, each batch of files represents a Gallery.  In the event a directory does not have any sub-directories (it&#8217;s the tail), it is labeled a Gallery.  This was a tough decision &#8211; since you might want to add sub-directories later on, I originally created a default gallery of &#8220;Photos&#8221; beneath the directory &#8211; but this added an additional click, looked ugly, and just didn&#8217;t sit well with me.  Your mileage may vary kinda thing, but I think it looks better this way.</p>
<p>5. Checks the Zenfolio structure you have before creating new Groups or Galleries.  Checks before uploading photos, too.  This way you can now interrupt that massively long initial sync in order to shut down your computer, etc.</p>
<p>I&#8217;ve uploaded it to a proper directory, so you&#8217;ll have to download and extract it before checking it out. </p>
<p><del dateTime="2007-11-06T04:25:24+00:00"><a href="http://www.plymptonia.com/zensync-b1.tgz">http://www.plymptonia.com/zensync-b1.tgz</a></del></p>
<p>Get the latest version at <a href="http://www.plymptonia.com/zensync.tgz">http://www.plymptonia.com/zensync.tgz</a></p>
<p>To Do: I want to create thumbnails of Video files and embed a clickable link in the comment section of that image to point to YouTube, or some other video hosting site.  I&#8217;d then automatically upload (or convert and upload) the file and send it to that service.  Haven&#8217;t found a service that isn&#8217;t riddled with ads that has an API for uploading Videos &#8211; still checking into that.  </p>
<p>-Dan</p>
<p>PS: I&#8217;ve also realized that this should run natively on a Mac (you&#8217;ll need ImageMagick if you have any PhotoCD files) from the command-line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=17</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phanfare Uploader Alpha 1</title>
		<link>http://www.plymptonia.com/?p=16</link>
		<comments>http://www.plymptonia.com/?p=16#comments</comments>
		<pubDate>Sun, 07 Oct 2007 17:34:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.plymptonia.com/?p=16</guid>
		<description><![CDATA[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 &#8211; all albums are surrounded by date.  This is nice because they &#8230; <a href="http://www.plymptonia.com/?p=16">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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 &#8211; all albums are surrounded by date.  This is nice because they have only albums and sections of albums, so you can&#8217;t have too many sub-sections.</p>
<p>It was a bit tricky to get my date-based and non-date based directory trees to work, but it seems to be going well (I&#8217;ve had an upload going for some hours now, a few bugs, but it is soldiering on).</p>
<p>It performs pretty well so far &#8211; it will dynamically convert PhotoCD files to JPEG&#8217;s and upload them, it will seek out AVI files and upload them appropriately, and manage the directory heirarchy fairly well.  Still some bugs, but it is uploading files at the moment.</p>
<p><a href="http://www.plymptonia.com/wp-content/uploads/2007/10/dirclass1.txt" title="dirclass.inc">dirclass.inc</a></p>
<p><a href="http://www.plymptonia.com/wp-content/uploads/2007/10/phanlogin.txt" title="phanlogin.inc">phanlogin.inc</a></p>
<p><a href="http://www.plymptonia.com/wp-content/uploads/2007/10/phan.txt" title="phan.php">phan.php</a></p>
<p>As my time is running out with my trial with Phanfare, this might be the end of the road for this development.  I really enjoyed working with this API, especially the flexibility allowed with the uploading of Videos &#8211; nice!</p>
<p>-Dan</p>
]]></content:encoded>
			<wfw:commentRss>http://www.plymptonia.com/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
