<?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 for LonnieOlson</title>
	<atom:link href="http://lonnieolson.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lonnieolson.com/blog</link>
	<description>Words from the geeky sysadmin</description>
	<pubDate>Sat, 04 Jul 2009 00:54:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on pynotify - CLI tool for Gnome libnotify by Marius Scurtescu</title>
		<link>http://lonnieolson.com/blog/2007/06/22/pynotify-cli-tool-for-gnome-libnotify/comment-page-1/#comment-19266</link>
		<dc:creator>Marius Scurtescu</dc:creator>
		<pubDate>Fri, 27 Feb 2009 05:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/2007/06/22/pynotify-cli-tool-for-gnome-libnotify/#comment-19266</guid>
		<description>On debian based system there is a similar command line tool called notify-send, it is in the libnotify-bin package.</description>
		<content:encoded><![CDATA[<p>On debian based system there is a similar command line tool called notify-send, it is in the libnotify-bin package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pynotify - CLI tool for Gnome libnotify by chess board</title>
		<link>http://lonnieolson.com/blog/2007/06/22/pynotify-cli-tool-for-gnome-libnotify/comment-page-1/#comment-19223</link>
		<dc:creator>chess board</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/2007/06/22/pynotify-cli-tool-for-gnome-libnotify/#comment-19223</guid>
		<description>Using the CLI tool growl notify to notify me from my scripts. Recent versions of Gnome use lib notify to display notifications similarly to Growl.A PI is very handy and easy to understand, but hardly documented at all.so thanks for informative blog.really interesting i want to use this and i will try so i appreciate to your efforts.</description>
		<content:encoded><![CDATA[<p>Using the CLI tool growl notify to notify me from my scripts. Recent versions of Gnome use lib notify to display notifications similarly to Growl.A PI is very handy and easy to understand, but hardly documented at all.so thanks for informative blog.really interesting i want to use this and i will try so i appreciate to your efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Rhythmbox iPod sync plugin by Chowder</title>
		<link>http://lonnieolson.com/blog/2008/04/22/updated-rhythmbox-ipod-sync-plugin/comment-page-1/#comment-18085</link>
		<dc:creator>Chowder</dc:creator>
		<pubDate>Sun, 14 Dec 2008 01:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/?p=2277#comment-18085</guid>
		<description>I found the problem but I'm not entirely sure how to fix it. It seems that itdp_parse is puking on "%20." When I do a string replace of "%20" with " " on vol.get_activation_uri()[7:] then the plugin is able to continue... only to puke on "%20" again when reading the tracks. There has to be an easy solution to this problem... is there some sort of switch you can flip somewhere so that "%20" can be interpreted as a " "?</description>
		<content:encoded><![CDATA[<p>I found the problem but I&#8217;m not entirely sure how to fix it. It seems that itdp_parse is puking on &#8220;%20.&#8221; When I do a string replace of &#8220;%20&#8243; with &#8221; &#8221; on vol.get_activation_uri()[7:] then the plugin is able to continue&#8230; only to puke on &#8220;%20&#8243; again when reading the tracks. There has to be an easy solution to this problem&#8230; is there some sort of switch you can flip somewhere so that &#8220;%20&#8243; can be interpreted as a &#8221; &#8220;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Rhythmbox iPod sync plugin by Chowder</title>
		<link>http://lonnieolson.com/blog/2008/04/22/updated-rhythmbox-ipod-sync-plugin/comment-page-1/#comment-18082</link>
		<dc:creator>Chowder</dc:creator>
		<pubDate>Sun, 14 Dec 2008 00:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/?p=2277#comment-18082</guid>
		<description>I'm also unable to sync ratings. It seems that the itunes directory can't be found (I'm not using itunes). Here is the debug output:

** (rhythmbox:3955): CRITICAL **: error_no_itunes_dir: assertion `error' failed
(09:25:05) [0x80dc408] [IpodsyncPlugin.initialize] /usr/lib/rhythmbox/plugins/ipodsync/__init__.py:149: Can't find itunes_dir at /media/KEIKO%20__%20IP
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/ipodsync/__init__.py", line 87, in sync
    while self.tracks:
AttributeError: 'IpodsyncPlugin' object has no attribute 'tracks'</description>
		<content:encoded><![CDATA[<p>I&#8217;m also unable to sync ratings. It seems that the itunes directory can&#8217;t be found (I&#8217;m not using itunes). Here is the debug output:</p>
<p>** (rhythmbox:3955): CRITICAL **: error_no_itunes_dir: assertion `error&#8217; failed<br />
(09:25:05) [0x80dc408] [IpodsyncPlugin.initialize] /usr/lib/rhythmbox/plugins/ipodsync/__init__.py:149: Can&#8217;t find itunes_dir at /media/KEIKO%20__%20IP<br />
Traceback (most recent call last):<br />
  File &#8220;/usr/lib/rhythmbox/plugins/ipodsync/__init__.py&#8221;, line 87, in sync<br />
    while self.tracks:<br />
AttributeError: &#8216;IpodsyncPlugin&#8217; object has no attribute &#8216;tracks&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Rhythmbox iPod sync plugin by Rakan Rabayah</title>
		<link>http://lonnieolson.com/blog/2008/04/22/updated-rhythmbox-ipod-sync-plugin/comment-page-1/#comment-17824</link>
		<dc:creator>Rakan Rabayah</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/?p=2277#comment-17824</guid>
		<description>Its not working for me either, I click sync ipod and then nothing happens. I'm also using Ubuntu 8.10</description>
		<content:encoded><![CDATA[<p>Its not working for me either, I click sync ipod and then nothing happens. I&#8217;m also using Ubuntu 8.10</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Rhythmbox iPod sync plugin by nullrend</title>
		<link>http://lonnieolson.com/blog/2008/04/22/updated-rhythmbox-ipod-sync-plugin/comment-page-1/#comment-17029</link>
		<dc:creator>nullrend</dc:creator>
		<pubDate>Wed, 05 Nov 2008 08:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/?p=2277#comment-17029</guid>
		<description>Not sure if it's relevant but here goes. At the time I posted this comment I'm using Ubuntu 8.10 (Intrepid Ibex) with Rhythmbox 0.11.6. It is able to read and write ratings and playtimes to my 10GB 3rd Gen iPod.</description>
		<content:encoded><![CDATA[<p>Not sure if it&#8217;s relevant but here goes. At the time I posted this comment I&#8217;m using Ubuntu 8.10 (Intrepid Ibex) with Rhythmbox 0.11.6. It is able to read and write ratings and playtimes to my 10GB 3rd Gen iPod.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Rhythmbox iPod sync plugin by M@</title>
		<link>http://lonnieolson.com/blog/2008/04/22/updated-rhythmbox-ipod-sync-plugin/comment-page-1/#comment-15316</link>
		<dc:creator>M@</dc:creator>
		<pubDate>Wed, 23 Jul 2008 12:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/?p=2277#comment-15316</guid>
		<description>Hi, i`ve tried your plugin with no success!
When i click on the sync ipod button, i get no results at all (even the shell seems not to communicate something).
Have you got some tips?
Thanks in advance
M@</description>
		<content:encoded><![CDATA[<p>Hi, i`ve tried your plugin with no success!<br />
When i click on the sync ipod button, i get no results at all (even the shell seems not to communicate something).<br />
Have you got some tips?<br />
Thanks in advance<br />
M@</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Rhythmbox iPod sync plugin by Jens Knutson</title>
		<link>http://lonnieolson.com/blog/2008/04/22/updated-rhythmbox-ipod-sync-plugin/comment-page-1/#comment-12253</link>
		<dc:creator>Jens Knutson</dc:creator>
		<pubDate>Mon, 12 May 2008 20:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/?p=2277#comment-12253</guid>
		<description>Thanks for the update - much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the update - much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rhythmbox iPod sync plugin by fungus</title>
		<link>http://lonnieolson.com/blog/2007/11/16/rhythmbox-ipod-sync-plugin/comment-page-1/#comment-12006</link>
		<dc:creator>fungus</dc:creator>
		<pubDate>Tue, 22 Apr 2008 23:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/2007/11/16/rhythmbox-ipod-sync-plugin/#comment-12006</guid>
		<description>Updates here.
http://www.kittypee.com/2008/04/22/updated-rhythmbox-ipod-sync-plugin/</description>
		<content:encoded><![CDATA[<p>Updates here.<br />
<a href="http://www.kittypee.com/2008/04/22/updated-rhythmbox-ipod-sync-plugin/" rel="nofollow">http://www.kittypee.com/2008/04/22/updated-rhythmbox-ipod-sync-plugin/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rhythmbox iPod sync plugin by Travis</title>
		<link>http://lonnieolson.com/blog/2007/11/16/rhythmbox-ipod-sync-plugin/comment-page-1/#comment-12003</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Tue, 22 Apr 2008 22:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kittypee.com/2007/11/16/rhythmbox-ipod-sync-plugin/#comment-12003</guid>
		<description>So to date we still have no one who can help us fix this little problem? Seems like a lot of people have the same problem with getting the package in the right place, getting the missing file and then being stopped by nothing happening... WTF?</description>
		<content:encoded><![CDATA[<p>So to date we still have no one who can help us fix this little problem? Seems like a lot of people have the same problem with getting the package in the right place, getting the missing file and then being stopped by nothing happening&#8230; WTF?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
