<?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: Feeding a screensaver from the digikam database</title>
	<atom:link href="http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/feed" rel="self" type="application/rss+xml" />
	<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database</link>
	<description>Electronics and small programs and other stuff</description>
	<lastBuildDate>Fri, 06 Jan 2012 17:37:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben Klopfenstein</title>
		<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/comment-page-1#comment-420</link>
		<dc:creator>Ben Klopfenstein</dc:creator>
		<pubDate>Mon, 02 Nov 2009 23:23:56 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.goelzer.de/?p=12#comment-420</guid>
		<description>You should be able to place the new version in /usr/local/bin - this will work as long as /usr/local/bin is in your path before /usr/bin (check echo $PATH) and the path to xscreensaver-getimage-digikam is not hardcoded anywhere, which it really shouldn&#039;t be. This way you won&#039;t have to rename or move any existing programs.

That said, a simple modification to this would be to have it read the good/bad tags and database location out of a .config file in the user&#039;s home directory.

Great work!</description>
		<content:encoded><![CDATA[<p>You should be able to place the new version in /usr/local/bin &#8211; this will work as long as /usr/local/bin is in your path before /usr/bin (check echo $PATH) and the path to xscreensaver-getimage-digikam is not hardcoded anywhere, which it really shouldn&#8217;t be. This way you won&#8217;t have to rename or move any existing programs.</p>
<p>That said, a simple modification to this would be to have it read the good/bad tags and database location out of a .config file in the user&#8217;s home directory.</p>
<p>Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Goelzer</title>
		<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/comment-page-1#comment-394</link>
		<dc:creator>Andreas Goelzer</dc:creator>
		<pubDate>Thu, 06 Aug 2009 21:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.goelzer.de/?p=12#comment-394</guid>
		<description>I added a good_tags option, albeit very crudely. If someone knows of a clean way (and a fast one) to do the tag-filtering with joins, please tell me. Also, it now works with digikam for kde4, which uses a different database structure(i hope it still works for digikam for kde3, if the version variable is set correctly).</description>
		<content:encoded><![CDATA[<p>I added a good_tags option, albeit very crudely. If someone knows of a clean way (and a fast one) to do the tag-filtering with joins, please tell me. Also, it now works with digikam for kde4, which uses a different database structure(i hope it still works for digikam for kde3, if the version variable is set correctly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi</title>
		<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/comment-page-1#comment-393</link>
		<dc:creator>Andi</dc:creator>
		<pubDate>Tue, 04 Aug 2009 13:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.goelzer.de/?p=12#comment-393</guid>
		<description>Hi Andreas,

great work! Exactly what I am looking for.
But is there a way to include something like &quot;good tags&quot;? So I would be able to add pics to the screensaver by just applying the  to them in digikam?
That would be awsome!</description>
		<content:encoded><![CDATA[<p>Hi Andreas,</p>
<p>great work! Exactly what I am looking for.<br />
But is there a way to include something like &#8220;good tags&#8221;? So I would be able to add pics to the screensaver by just applying the  to them in digikam?<br />
That would be awsome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/comment-page-1#comment-326</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 26 Apr 2009 18:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.goelzer.de/?p=12#comment-326</guid>
		<description>Thanks! it worked as expected.

I had to install the xscreensaver package then run xscreensaver-demo so i could configure glslideshow.  i wanted to turn off the panning and google didn&#039;t tell me what else should be in the .xscreensaver file. It seems that gnome-screensaver includes/depends on glslideshow but not the means to configure it.

Any idea how to display the file path? in xscreensaver-demo i could only tell it to show the filename, and with names like img0001.jpg that&#039;s not very helpful to me. all the info is in the directory structure.

I tried passing the path to osd_cat but the filename displayed didn&#039;t seem to match the picture. My best guess is it prefetches the names (and possibly the files too).</description>
		<content:encoded><![CDATA[<p>Thanks! it worked as expected.</p>
<p>I had to install the xscreensaver package then run xscreensaver-demo so i could configure glslideshow.  i wanted to turn off the panning and google didn&#8217;t tell me what else should be in the .xscreensaver file. It seems that gnome-screensaver includes/depends on glslideshow but not the means to configure it.</p>
<p>Any idea how to display the file path? in xscreensaver-demo i could only tell it to show the filename, and with names like img0001.jpg that&#8217;s not very helpful to me. all the info is in the directory structure.</p>
<p>I tried passing the path to osd_cat but the filename displayed didn&#8217;t seem to match the picture. My best guess is it prefetches the names (and possibly the files too).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Goelzer</title>
		<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/comment-page-1#comment-255</link>
		<dc:creator>Andreas Goelzer</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.goelzer.de/?p=12#comment-255</guid>
		<description>You can try starting the program manually:

xscreensaver-getimage-file ~/Documents/Bilder

it should return a filename of an image, like

09:35:00 goelzera@prometheus:~$ xscreensaver-getimage-file ~/Documents/Bilder
/home/goelzera/Documents/Bilder/Merklingen/Vogelhaus 3/img_3816.jpg
09:35:00 goelzera@prometheus:~$

If it doesn&#039;t, it will probably give you some python error(module not found, file not fould, failed to open database or so), if so, post that. If not i guess you&#039;d better hardcode the directory into the file.</description>
		<content:encoded><![CDATA[<p>You can try starting the program manually:</p>
<p>xscreensaver-getimage-file ~/Documents/Bilder</p>
<p>it should return a filename of an image, like</p>
<p>09:35:00 goelzera@prometheus:~$ xscreensaver-getimage-file ~/Documents/Bilder<br />
/home/goelzera/Documents/Bilder/Merklingen/Vogelhaus 3/img_3816.jpg<br />
09:35:00 goelzera@prometheus:~$</p>
<p>If it doesn&#8217;t, it will probably give you some python error(module not found, file not fould, failed to open database or so), if so, post that. If not i guess you&#8217;d better hardcode the directory into the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nateloaf</title>
		<link>http://andreas.goelzer.de/feeding-a-screensaver-from-the-digikam-database/comment-page-1#comment-243</link>
		<dc:creator>Nateloaf</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://andreas.goelzer.de/?p=12#comment-243</guid>
		<description>This is EXACTLY what I am looking for...  I made the required modifications to the script, but no matter what, GLSlideshow just keeps showing some sort of test pattern logo thing (the default image).  I have created the .xscreensaver file with the imageDirectory setting, but it appears to be ignored.

Any suggestions are most welcome...</description>
		<content:encoded><![CDATA[<p>This is EXACTLY what I am looking for&#8230;  I made the required modifications to the script, but no matter what, GLSlideshow just keeps showing some sort of test pattern logo thing (the default image).  I have created the .xscreensaver file with the imageDirectory setting, but it appears to be ignored.</p>
<p>Any suggestions are most welcome&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/11 queries in 0.204 seconds using disk: basic
Object Caching 262/262 objects using disk: basic

Served from: andreas.goelzer.de @ 2012-02-05 06:21:53 -->
