<?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: flickr + xscreensaver = fun</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: KV</title>
		<link>http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/comment-page-1/#comment-30522</link>
		<dc:creator>KV</dc:creator>
		<pubDate>Thu, 03 Apr 2008 21:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/?p=11#comment-30522</guid>
		<description>Using only images from a single user isn&#039;t so funny at all.
I worte some dirty changes.

Maybe you can find a way to &#039;configure&#039; the mode per xscreensaver directory.

e.g.: user:test
or group:xyz
or tag:ccc

And please aply the patch to your script 

# begin search by tag
        my $response = $flickrapi-&gt;execute_method(&#039;flickr.photos.search&#039;, {
                        &#039;tags&#039; =&gt; $user,
                        });
# ende search by tag

# start search by group key
        my $response = $flickrapi-&gt;execute_method(&#039;flickr.groups.pools.getPhotos&#039;, {
                        &#039;group_id&#039; =&gt; $user,
                        });
# end search by group key


#org search by username
#       my $response = $flickrapi-&gt;execute_method(&#039;flickr.people.findByUsername&#039;, {
#                       &#039;username&#039; =&gt; $user,
#                       });
#       my $nsid = $response-&gt;{tree}-&gt;{children}-&gt;[1]-&gt;{attributes}-&gt;{nsid};
#       $response = $flickrapi-&gt;execute_method(&#039;flickr.people.getPublicPhotos&#039;, {
#                       &#039;user_id&#039; =&gt; $nsid,
#                       });
#ende org search by username</description>
		<content:encoded><![CDATA[<p>Using only images from a single user isn&#8217;t so funny at all.<br />
I worte some dirty changes.</p>
<p>Maybe you can find a way to &#8216;configure&#8217; the mode per xscreensaver directory.</p>
<p>e.g.: user:test<br />
or group:xyz<br />
or tag:ccc</p>
<p>And please aply the patch to your script </p>
<p># begin search by tag<br />
        my $response = $flickrapi-&gt;execute_method(&#8216;flickr.photos.search&#8217;, {<br />
                        &#8216;tags&#8217; =&gt; $user,<br />
                        });<br />
# ende search by tag</p>
<p># start search by group key<br />
        my $response = $flickrapi-&gt;execute_method(&#8216;flickr.groups.pools.getPhotos&#8217;, {<br />
                        &#8216;group_id&#8217; =&gt; $user,<br />
                        });<br />
# end search by group key</p>
<p>#org search by username<br />
#       my $response = $flickrapi-&gt;execute_method(&#8216;flickr.people.findByUsername&#8217;, {<br />
#                       &#8216;username&#8217; =&gt; $user,<br />
#                       });<br />
#       my $nsid = $response-&gt;{tree}-&gt;{children}-&gt;[1]-&gt;{attributes}-&gt;{nsid};<br />
#       $response = $flickrapi-&gt;execute_method(&#8216;flickr.people.getPublicPhotos&#8217;, {<br />
#                       &#8216;user_id&#8217; =&gt; $nsid,<br />
#                       });<br />
#ende org search by username</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maj</title>
		<link>http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/comment-page-1/#comment-29465</link>
		<dc:creator>maj</dc:creator>
		<pubDate>Tue, 31 Jul 2007 09:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/?p=11#comment-29465</guid>
		<description>Thanks for the helpful comments. Patch as well as gentoo ebuild MUCH appreciated :D</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful comments. Patch as well as gentoo ebuild MUCH appreciated <img src='http://jrwren.wrenfam.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RS</title>
		<link>http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/comment-page-1/#comment-14243</link>
		<dc:creator>RS</dc:creator>
		<pubDate>Mon, 29 Jan 2007 16:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/?p=11#comment-14243</guid>
		<description>This comment is slightly off-topic, but for gentoo - you can generate an ebuild for Flickr::API and its dependencies using the &#039;g-cpan&#039; tool.

As root or portage user:

emerge g-cpan
g-cpan -i &#039;Flickr::API&#039;
emerge perl-gcpan/FlickrAPI

Hope this helped someone out!</description>
		<content:encoded><![CDATA[<p>This comment is slightly off-topic, but for gentoo &#8211; you can generate an ebuild for Flickr::API and its dependencies using the &#8216;g-cpan&#8217; tool.</p>
<p>As root or portage user:</p>
<p>emerge g-cpan<br />
g-cpan -i &#8216;Flickr::API&#8217;<br />
emerge perl-gcpan/FlickrAPI</p>
<p>Hope this helped someone out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie McCreary</title>
		<link>http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/comment-page-1/#comment-528</link>
		<dc:creator>Eddie McCreary</dc:creator>
		<pubDate>Sat, 14 Jan 2006 14:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/?p=11#comment-528</guid>
		<description>Great job!  However, it appears flickr has changed the url format.  The following patch should work.

*** xscreensaver-getimage-flickr        2006-01-14 07:54:09.000000000 -0600
--- xscreensaver-getimage-file  2006-01-14 08:23:34.000000000 -0600
***************
*** 129,135 ****
                #       print $photo-&gt;{$attr}.&quot;\t&quot;;
                #}
                #implement size options for mstb
!               push @urls, &quot;http://photos&quot;.$photo-&gt;{server}.&quot;.flickr.com/&quot;.$photo-&gt;{id}.&quot;_&quot;.$photo-&gt;{secret}.&quot;.jpg&quot;;
        }
  }
  
--- 129,136 ----
                #       print $photo-&gt;{$attr}.&quot;\t&quot;;
                #}
                #implement size options for mstb
!               #push @urls, &quot;http://photos&quot;.$photo-&gt;{server}.&quot;.flickr.com/&quot;.$photo-&gt;{id}.&quot;_&quot;.$photo-&gt;{secret}.&quot;.jpg&quot;;
! push @urls, &quot;http://static.flickr.com/&quot;.$photo-&gt;{server}.&quot;/&quot;.$photo-&gt;{id}.&quot;_&quot;.$photo-&gt;{secret}.&quot;.jpg&quot;;
        }
  }</description>
		<content:encoded><![CDATA[<p>Great job!  However, it appears flickr has changed the url format.  The following patch should work.</p>
<p>*** xscreensaver-getimage-flickr        2006-01-14 07:54:09.000000000 -0600<br />
&#8212; xscreensaver-getimage-file  2006-01-14 08:23:34.000000000 -0600<br />
***************<br />
*** 129,135 ****<br />
                #       print $photo-&gt;{$attr}.&#8221;\t&#8221;;<br />
                #}<br />
                #implement size options for mstb<br />
!               push @urls, &#8220;http://photos&#8221;.$photo-&gt;{server}.&#8221;.flickr.com/&#8221;.$photo-&gt;{id}.&#8221;_&#8221;.$photo-&gt;{secret}.&#8221;.jpg&#8221;;<br />
        }<br />
  }</p>
<p>&#8212; 129,136 &#8212;-<br />
                #       print $photo-&gt;{$attr}.&#8221;\t&#8221;;<br />
                #}<br />
                #implement size options for mstb<br />
!               #push @urls, &#8220;http://photos&#8221;.$photo-&gt;{server}.&#8221;.flickr.com/&#8221;.$photo-&gt;{id}.&#8221;_&#8221;.$photo-&gt;{secret}.&#8221;.jpg&#8221;;<br />
! push @urls, &#8220;http://static.flickr.com/&#8221;.$photo-&gt;{server}.&#8221;/&#8221;.$photo-&gt;{id}.&#8221;_&#8221;.$photo-&gt;{secret}.&#8221;.jpg&#8221;;<br />
        }<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Gillen</title>
		<link>http://jrwren.wrenfam.com/blog/2005/02/20/flickr-xscreensaver-fun/comment-page-1/#comment-45</link>
		<dc:creator>Kenny Gillen</dc:creator>
		<pubDate>Mon, 18 Apr 2005 09:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://little.xmtp.net/blog/?p=11#comment-45</guid>
		<description>Excellent script, sir.

&quot;I have seen some nice instructions to enable xscreensaver load images from flickr; the script that is pointed to is written in perl.&quot; - http://sunim.plus.com/virtuality/2005/04/18/tiger-vs-linux/</description>
		<content:encoded><![CDATA[<p>Excellent script, sir.</p>
<p>&#8220;I have seen some nice instructions to enable xscreensaver load images from flickr; the script that is pointed to is written in perl.&#8221; &#8211; <a href="http://sunim.plus.com/virtuality/2005/04/18/tiger-vs-linux/" rel="nofollow">http://sunim.plus.com/virtuality/2005/04/18/tiger-vs-linux/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

