<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using exiftool to Create List of Pictures Matching a Keyword/Tag</title>
	<atom:link href="http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/</link>
	<description>Tutorials, Guides, Tips, and Tricks from Everyday Experiences</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:38:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Derek@TheDailyLinux</title>
		<link>http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/comment-page-1/#comment-2447</link>
		<dc:creator>Derek@TheDailyLinux</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1463#comment-2447</guid>
		<description>If it&#039;s cross platform compatibility you&#039;re after, I suppose programming it in Java would be fairly attractive solution.  But, there are some folks that claim perl is a completely legitimate cross platform programming language...
http://techrepublic.com.com/5208-11195-0.html?forumID=87&amp;threadID=194492&amp;start=0&amp;tag=content;leftCol</description>
		<content:encoded><![CDATA[<p>If it&#8217;s cross platform compatibility you&#8217;re after, I suppose programming it in Java would be fairly attractive solution.  But, there are some folks that claim perl is a completely legitimate cross platform programming language&#8230;<br />
<a href="http://techrepublic.com.com/5208-11195-0.html?forumID=87&amp;threadID=194492&amp;start=0&amp;tag=content;leftCol" rel="nofollow">http://techrepublic.com.com/5208-11195-0.html?forumID=87&amp;threadID=194492&amp;start=0&amp;tag=content;leftCol</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Ker</title>
		<link>http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/comment-page-1/#comment-2415</link>
		<dc:creator>David Ker</dc:creator>
		<pubDate>Sat, 21 Aug 2010 16:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1463#comment-2415</guid>
		<description>Derek, I&#039;ve been working on a similar project and wonder if you could help me. The details are here: https://sites.google.com/site/kanyimbe/ubiqivo.

Basically the idea is that I want a platform independent way to create an index.htm file containing a list of all the files in a directory with their metadata. A friend made this work with perl but I believe that won&#039;t work for everyone.

Do you have any idea how we might make this happen?

Many thanks,

David</description>
		<content:encoded><![CDATA[<p>Derek, I&#8217;ve been working on a similar project and wonder if you could help me. The details are here: <a href="https://sites.google.com/site/kanyimbe/ubiqivo" rel="nofollow">https://sites.google.com/site/kanyimbe/ubiqivo</a>.</p>
<p>Basically the idea is that I want a platform independent way to create an index.htm file containing a list of all the files in a directory with their metadata. A friend made this work with perl but I believe that won&#8217;t work for everyone.</p>
<p>Do you have any idea how we might make this happen?</p>
<p>Many thanks,</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek@TheDailyLinux</title>
		<link>http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/comment-page-1/#comment-770</link>
		<dc:creator>Derek@TheDailyLinux</dc:creator>
		<pubDate>Mon, 29 Mar 2010 17:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1463#comment-770</guid>
		<description>I suppose you could add in your script an if...then statement that checks if the file is empty:

[bash]
if [ -s $FILE ] ; then
   echo &quot;$FILE has data.&quot;
else
   echo &quot;$FILE is empty.&quot;
fi
[/bash]</description>
		<content:encoded><![CDATA[<p>I suppose you could add in your script an if&#8230;then statement that checks if the file is empty:</p>
<pre class="brush: bash;">
if [ -s $FILE ] ; then
   echo &quot;$FILE has data.&quot;
else
   echo &quot;$FILE is empty.&quot;
fi
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: boo</title>
		<link>http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/comment-page-1/#comment-768</link>
		<dc:creator>boo</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1463#comment-768</guid>
		<description>Thanks. If the output file is empty the tag was not found. 
Make sure your images actually have tags. In my case, digiKam does not write the tags to the image file but rather stores that information in a database. This can be corrected in configuration and subsequently using the &quot;write metadata to each file&quot; command from the metadata panel&#039;s &quot;more&quot; dropdown at the bottom.</description>
		<content:encoded><![CDATA[<p>Thanks. If the output file is empty the tag was not found.<br />
Make sure your images actually have tags. In my case, digiKam does not write the tags to the image file but rather stores that information in a database. This can be corrected in configuration and subsequently using the &#8220;write metadata to each file&#8221; command from the metadata panel&#8217;s &#8220;more&#8221; dropdown at the bottom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digiKam, Gwenview, and tagging - openSUSE Forums</title>
		<link>http://www.thelinuxdaily.com/2010/03/using-exiftool-to-create-list-of-pictures-matching-a-keywordtag/comment-page-1/#comment-767</link>
		<dc:creator>digiKam, Gwenview, and tagging - openSUSE Forums</dc:creator>
		<pubDate>Mon, 29 Mar 2010 15:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thelinuxdaily.com/?p=1463#comment-767</guid>
		<description>[...] Re: digiKam, Gwenview, and tagging      You don&#039;t have to re-check the tags manually. Once the above mentioned setting is activated, in the Caption/Tags pane or sidebar or dock or whatever the More dropdown at the bottom, featuring the command &quot;write metadata to each file&quot; actually does what it&#039;s suggesting. I guess it only updates digiKams database otherwise.  This is a real sucker! digiKam should warn the user that it actually stores the metadata somewhere else..   Two related links exiftool(1): Read/write meta info in files - Linux man page  Using exiftool to Create List of Pictures Matching a Keyword/Tag &#124; The Linux Daily [...]</description>
		<content:encoded><![CDATA[<p>[...] Re: digiKam, Gwenview, and tagging      You don&#39;t have to re-check the tags manually. Once the above mentioned setting is activated, in the Caption/Tags pane or sidebar or dock or whatever the More dropdown at the bottom, featuring the command &quot;write metadata to each file&quot; actually does what it&#39;s suggesting. I guess it only updates digiKams database otherwise.  This is a real sucker! digiKam should warn the user that it actually stores the metadata somewhere else..   Two related links exiftool(1): Read/write meta info in files &#8211; Linux man page  Using exiftool to Create List of Pictures Matching a Keyword/Tag | The Linux Daily [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
