<?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>SKYCUBE.net &#187; Photo</title>
	<atom:link href="http://skycube.net/category/photo/feed/" rel="self" type="application/rss+xml" />
	<link>http://skycube.net</link>
	<description>Projects, References and Personals by Per Lasse Baasch</description>
	<lastBuildDate>Fri, 29 Jul 2011 01:21:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rename photos by EXIF Timestamp, Date</title>
		<link>http://skycube.net/2009/09/26/rename-photos-by-exif-timestamp-date/</link>
		<comments>http://skycube.net/2009/09/26/rename-photos-by-exif-timestamp-date/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 18:55:18 +0000</pubDate>
		<dc:creator>Per Lasse Baasch</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Photographie]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.skycube.net/?p=123</guid>
		<description><![CDATA[Something beside the usually blog entries&#8230; After the my last surf holidays in September 2009 I had a problem with my two cameras&#8230; Sony Alpha 200 and Pentax Option W60. Both got different filenamings and right now I&#8217;ve never seen a camera where you can fully design the filename format. While I worked with windows, [...]]]></description>
			<content:encoded><![CDATA[<p>Something beside the usually blog entries&#8230;</p>
<p>After the my last surf holidays in September 2009 I had a problem with my two cameras&#8230; Sony Alpha 200 and Pentax Option W60. Both got different filenamings and right now I&#8217;ve never seen a camera where you can fully design the filename format.<br />
While I worked with windows, years ago, I used a app named &#8216;Joe&#8217;,.. but port a windows app to Linux.. no thanks <img src='http://skycube.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
The name of (one) solution is exiv2!</p>
<p><strong>Installing exiv2 on debian based systems:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> exiv2</pre></div></div>

<p><strong>Renaming:</strong><br />
Launch a terminal, go to the dir where the photos are located</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span>per<span style="color: #000000; font-weight: bold;">/</span>Documents<span style="color: #000000; font-weight: bold;">/</span>Portugal2009</pre></div></div>

<p><strong>Rename them:</strong></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">exiv2 <span style="color: #c20cb9; font-weight: bold;">mv</span> <span style="color: #660033;">-r</span> <span style="color: #ff0000;">&quot;%Y-%m-%d_%H:%M:%S_My_Name&quot;</span> <span style="color: #000000; font-weight: bold;">*</span></pre></div></div>

<p><strong>Before:</strong>	<em>IMGP0078.JPG</em><br />
<strong>After:</strong>	<em>2009-09-03_16:54:42_My_Name.JPG</em></p>
]]></content:encoded>
			<wfw:commentRss>http://skycube.net/2009/09/26/rename-photos-by-exif-timestamp-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

