<?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>therning.org/ magnus &#187; flickrfs</title>
	<atom:link href="http://therning.org/magnus/archives/tag/flickrfs/feed" rel="self" type="application/rss+xml" />
	<link>http://therning.org/magnus</link>
	<description>Incoherent mumblings</description>
	<lastBuildDate>Mon, 09 Apr 2012 20:24:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>On organising photos and Flickr</title>
		<link>http://therning.org/magnus/archives/313</link>
		<comments>http://therning.org/magnus/archives/313#comments</comments>
		<pubDate>Fri, 03 Aug 2007 00:49:24 +0000</pubDate>
		<dc:creator>Magnus</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[flickrfs]]></category>
		<category><![CDATA[photoname]]></category>

		<guid isPermaLink="false">http://therning.org/magnus/archives/313</guid>
		<description><![CDATA[We&#8217;ve had a very poor organisation of our photos. Sometimes I&#8217;ve copied the photos off the camera into folders named after when the pictures were taken, sometimes I&#8217;ve just copied them into a folder based on the date I did the copying. Yet other times I couldn&#8217;t even be bothered to create a new folder, [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve had a <em>very</em> poor organisation of our photos.  Sometimes I&#8217;ve copied the photos off the camera into folders named after when the pictures were taken, sometimes I&#8217;ve just copied them into a folder based on the date I did the copying.  Yet other times I couldn&#8217;t even be bothered to create a new folder, or rename any of the folders I copied off the camera.  My wife has been using Yahoo Photos and for that we&#8217;ve sometimes created specific folders with <em>copies of photos</em> for uploading into albums.  Well, it was a right mess.</p>

<p>With Yahoo&#8217;s purchase of <a href="http://www.flickr.com/">Flickr</a> they are now closing down Yahoo Photos so this would be an excellent opportunity to not only move the albums but also organise all the photos locally and maybe even back them up.  After reading <a href="http://changelog.complete.org/">John Goerzen</a>&#8216;s <a href="http://changelog.complete.org/posts/622-Review-of-Flickr.html">review of Flickr</a> I decided that Flickr was the way to go.  I started with looking at some photo management software.  Reading reviews gave me the feeling that what I wanted wasn&#8217;t so much a flashy GUI tool for playing around with our photos; what I wanted was a tool that would organise them for me into a hierarchy of folders.  <a href="http://f-spot.org/">F-spot</a> can do that but it kept on crashing on me.  Luckily I came across <a href="http://ui3.info/d/proj/photoname.html">photoname</a>, it&#8217;s a simple command line tool that does <em>exactly</em> what I want&#8211;copy photos into a folder hierarchy based on the EXIF data.  Due to our terrible organisation we had several copies of the same photo in different places so it required a lot of manual labour to get all photos in order.</p>

<p>Once that was done I started looking into how to upload everything to Flickr.  I had already seen <a href="http://manishrjain.googlepages.com/flickrfs">flickrfs</a> but I had never tried.  Irritatingly it adds the tag <code>flickrfs</code> to all pictures one uploads, thank goodness it&#8217;s FOSS; I made a <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435661">patch</a>.  I decided to tag all photos with year, month and date for now.  Due to the hierarchy created by <em>photoname</em> I ended up running the following little shell/python snippet in each &#8220;year folder&#8221;:</p>

<pre><code>for d in *; do
    cp --verbose ${d}/* ~/tmp/flickrfs/stream:$(python -c \
    "print ':'.join(map(''.join, zip(['Y', 'M', 'D'], '${d}'.split('-'))))")/
done
</code></pre>

<p>After quite a long wait I now have almost all the pictures uploaded to Flickr.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Ftherning.org%2Fmagnus%2Farchives%2F313&amp;title=On%20organising%20photos%20and%20Flickr" id="wpa2a_2">Share/Bookmark</a></p>]]></content:encoded>
			<wfw:commentRss>http://therning.org/magnus/archives/313/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

