<?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: Rhythmbox Open Folder plugin updated to 0.3</title>
	<atom:link href="http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/</link>
	<description></description>
	<lastBuildDate>Sat, 22 Oct 2011 11:04:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: psygumnd</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-40886</link>
		<dc:creator>psygumnd</dc:creator>
		<pubDate>Fri, 27 May 2011 23:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-40886</guid>
		<description>I&#039;m using Rhythmbox 0.13.3 in ubuntu natty and the plugin doesn&#039;t work at all, the rhythmbox plugins menu recognize it, it shows in the menu options but when click it nothing happens. 
any solution??</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Rhythmbox 0.13.3 in ubuntu natty and the plugin doesn&#8217;t work at all, the rhythmbox plugins menu recognize it, it shows in the menu options but when click it nothing happens.<br />
any solution??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elcamilo</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-27981</link>
		<dc:creator>elcamilo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 13:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-27981</guid>
		<description>same problem than vonder and Haluk, do you solve it in the meantime?</description>
		<content:encoded><![CDATA[<p>same problem than vonder and Haluk, do you solve it in the meantime?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haluk</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-27530</link>
		<dc:creator>Haluk</dc:creator>
		<pubDate>Wed, 20 Jan 2010 23:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-27530</guid>
		<description>I think the crash has nothing to do with “selected_source” or “selected-source” because they both mean the same thing for API. With Ubuntu 9.10, the plugin crashes rhythmbox in most of the cases. But sometimes, it just don&#039;t. I couldn&#039;t figure it out.</description>
		<content:encoded><![CDATA[<p>I think the crash has nothing to do with “selected_source” or “selected-source” because they both mean the same thing for API. With Ubuntu 9.10, the plugin crashes rhythmbox in most of the cases. But sometimes, it just don&#8217;t. I couldn&#8217;t figure it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos C</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-27276</link>
		<dc:creator>Carlos C</dc:creator>
		<pubDate>Thu, 14 Jan 2010 00:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-27276</guid>
		<description>Muy bueno, verdaderamente hacía falta.</description>
		<content:encoded><![CDATA[<p>Muy bueno, verdaderamente hacía falta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Dickerson</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-26510</link>
		<dc:creator>Kyle Dickerson</dc:creator>
		<pubDate>Sat, 19 Dec 2009 23:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-26510</guid>
		<description>If you&#039;re using Rhythmbox 12.x or greater you&#039;ll get the error mentioned above by wonder on June 29, 2009.  After some investigating I determined that the fix is actually incredibly simple.

On line 71 of the file rb-open-folder.py is this: 
source = shell.get_property(&quot;selected_source&quot;)

Simply change the underscore to a hyphen and it will work properly:
source = shell.get_property(&quot;selected-source&quot;)</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using Rhythmbox 12.x or greater you&#8217;ll get the error mentioned above by wonder on June 29, 2009.  After some investigating I determined that the fix is actually incredibly simple.</p>
<p>On line 71 of the file rb-open-folder.py is this:<br />
source = shell.get_property(&#8220;selected_source&#8221;)</p>
<p>Simply change the underscore to a hyphen and it will work properly:<br />
source = shell.get_property(&#8220;selected-source&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley Noone</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-25615</link>
		<dc:creator>Wesley Noone</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-25615</guid>
		<description>Thanks for a very simple but very useful plugin!</description>
		<content:encoded><![CDATA[<p>Thanks for a very simple but very useful plugin!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Vogel</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-24817</link>
		<dc:creator>Martin Vogel</dc:creator>
		<pubDate>Sun, 11 Oct 2009 13:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-24817</guid>
		<description>Thank you very much for your Plugin. I searched for a plugin to edit the current file with Audacity and your work needed just three lines of modifications. You can download the Rhythmbox &quot;edit file&quot; plugin from my website.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your Plugin. I searched for a plugin to edit the current file with Audacity and your work needed just three lines of modifications. You can download the Rhythmbox &#8220;edit file&#8221; plugin from my website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wonder</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-22407</link>
		<dc:creator>wonder</dc:creator>
		<pubDate>Mon, 29 Jun 2009 18:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-22407</guid>
		<description>I have been using this plugin for a long time. Since I have updated my system to Ubuntu9.04 and rhythmbox to version 0.12.0, something wrong occurred.
If I click &quot;open containing folder&quot; in music library or playing queue, the following info is provided before a crash. But it seems ok in  playlists.

TypeError: Cannot create a consistent method resolution
order (MRO) for bases ImplementorIface, Buildable, gtk.Orientable
**
ERROR:/build/buildd/pygobject-2.16.1/gobject/pygobject.c:925:pygobject_new_full: assertion failed: (tp != NULL)
Aborted</description>
		<content:encoded><![CDATA[<p>I have been using this plugin for a long time. Since I have updated my system to Ubuntu9.04 and rhythmbox to version 0.12.0, something wrong occurred.<br />
If I click &#8220;open containing folder&#8221; in music library or playing queue, the following info is provided before a crash. But it seems ok in  playlists.</p>
<p>TypeError: Cannot create a consistent method resolution<br />
order (MRO) for bases ImplementorIface, Buildable, gtk.Orientable<br />
**<br />
ERROR:/build/buildd/pygobject-2.16.1/gobject/pygobject.c:925:pygobject_new_full: assertion failed: (tp != NULL)<br />
Aborted</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gueg</title>
		<link>http://www.infinicode.org/blog/2008/10/25/rhythmbox-open-folder-plugin-updated-to-03/comment-page-1/#comment-21635</link>
		<dc:creator>Gueg</dc:creator>
		<pubDate>Sat, 16 May 2009 18:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.infinicode.org/blog/?p=232#comment-21635</guid>
		<description>Hey ! I&#039;ve translated yourplugin in french (fr_FR.UTF8) for my own usage.
If you want reuse it, i&#039;ve modified rb-open-folder-0.4/rb-open-folder.py:
Line 57, col 58: &#039;Open containing folder&#039; -&gt; &#039;&#039;Ouvrir le dossier contenant&#039;
Line 58, col 45: &#039;Open the folder that contains the selected song&#039; -&gt; &#039;Ouvre le dossier contenant la chanson sélectionnée&#039;

If you want to contact me: ohmygueg(at)free(dot)fr
Excuse my bad english.</description>
		<content:encoded><![CDATA[<p>Hey ! I&#8217;ve translated yourplugin in french (fr_FR.UTF8) for my own usage.<br />
If you want reuse it, i&#8217;ve modified rb-open-folder-0.4/rb-open-folder.py:<br />
Line 57, col 58: &#8216;Open containing folder&#8217; -&gt; &#8221;Ouvrir le dossier contenant&#8217;<br />
Line 58, col 45: &#8216;Open the folder that contains the selected song&#8217; -&gt; &#8216;Ouvre le dossier contenant la chanson sélectionnée&#8217;</p>
<p>If you want to contact me: ohmygueg(at)free(dot)fr<br />
Excuse my bad english.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

