<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Here comes the Sun &#187; exaile</title>
	<atom:link href="http://sunng.info/blog/tag/exaile/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunng.info/blog</link>
	<description>47% users on this site use *nix</description>
	<lastBuildDate>Sat, 04 Feb 2012 13:08:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>安装Exaile豆瓣电台插件及Gnome-Shell扩展</title>
		<link>http://sunng.info/blog/2011/05/%e5%ae%89%e8%a3%85exaile%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6%e5%8f%8agnome-shell%e6%89%a9%e5%b1%95/</link>
		<comments>http://sunng.info/blog/2011/05/%e5%ae%89%e8%a3%85exaile%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6%e5%8f%8agnome-shell%e6%89%a9%e5%b1%95/#comments</comments>
		<pubDate>Mon, 09 May 2011 13:15:40 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[gnome-shell]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2011/05/%e5%ae%89%e8%a3%85exaile%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6%e5%8f%8agnome-shell%e6%89%a9%e5%b1%95/</guid>
		<description><![CDATA[介绍一下新版本的Exaile豆瓣电台插件和新的GNOME-Shell扩展的安装。 下载 从github上下载相应的版本： $ wget --no-check-certificate https://github.com/sunng87/exaile-doubanfm-plugin/zipball/0.0.10-dbus $ wget --no-check-certificate https://github.com/sunng87/exaile-doubanfm-gnome-shell-extension/zipball/0.0.1 $ ls sunng87-exaile-doubanfm-gnome-shell-extension-0.0.1-0-g5cc29c6.zip sunng87-exaile-doubanfm-plugin-0.0.10-dbus-0-g90f7175.zip 解压安装 如果你已经安装过exaile豆瓣电台插件，可以先删除旧版本： $ rm -rf ~/.local/share/exaile/plugins/doubanfm 解压缩下载的文件： $ unzip sunng87-exaile-doubanfm-plugin-0.0.10-dbus-0-g90f7175.zip $ unzip sunng87-exaile-doubanfm-gnome-shell-extension-0.0.1-0-g5cc29c6.zip 移动到指定的目录： $ mv sunng87-exaile-doubanfm-plugin-90f7175/ ~/.local/share/exaile/plugins/doubanfm $ mv sunng87-exaile-doubanfm-gnome-shell-extension-5cc29c6/ ~/.local/share/gnome-shell/extensions/exaile-doubanfm-gnome-shell-extension 配置 启动Exaile，通过菜单“编辑-&#62;首选项-&#62;插件”，激活doubanfm，禁用lastfm covers。如图设置插件： &#8230; <a href="http://sunng.info/blog/2011/05/%e5%ae%89%e8%a3%85exaile%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6%e5%8f%8agnome-shell%e6%89%a9%e5%b1%95/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>介绍一下新版本的Exaile豆瓣电台插件和新的GNOME-Shell扩展的安装。</p>
<h3>下载</h3>
<p>从github上下载相应的版本：</p>
<pre>$ wget --no-check-certificate https://github.com/sunng87/exaile-doubanfm-plugin/zipball/0.0.10-dbus</pre>
<pre>$ wget --no-check-certificate https://github.com/sunng87/exaile-doubanfm-gnome-shell-extension/zipball/0.0.1</pre>
<pre>$ ls
sunng87-exaile-doubanfm-gnome-shell-extension-0.0.1-0-g5cc29c6.zip
sunng87-exaile-doubanfm-plugin-0.0.10-dbus-0-g90f7175.zip
</pre>
<h3>解压安装</h3>
<p>如果你已经安装过exaile豆瓣电台插件，可以先删除旧版本：</p>
<pre>$ rm -rf ~/.local/share/exaile/plugins/doubanfm</pre>
<p>解压缩下载的文件：</p>
<pre>$ unzip sunng87-exaile-doubanfm-plugin-0.0.10-dbus-0-g90f7175.zip
$ unzip sunng87-exaile-doubanfm-gnome-shell-extension-0.0.1-0-g5cc29c6.zip</pre>
<p>移动到指定的目录：</p>
<pre>$ mv sunng87-exaile-doubanfm-plugin-90f7175/ ~/.local/share/exaile/plugins/doubanfm
$ mv sunng87-exaile-doubanfm-gnome-shell-extension-5cc29c6/ ~/.local/share/gnome-shell/extensions/exaile-doubanfm-gnome-shell-extension</pre>
<h3>配置</h3>
<p>启动Exaile，通过菜单“编辑-&gt;首选项-&gt;插件”，激活doubanfm，<b>禁用lastfm covers</b>。如图设置插件：<br />
<img src="http://i.imgur.com/TFKU3.png" title="Hosted by imgur.com" /></p>
<p>重启GNOME-Shell，按下alt+f2，输入r，回车。</p>
<h3>使用</h3>
<p>启动exaile，可以通过文件菜单打开豆瓣电台频道。可以通过ctrl+d或者视图菜单切换到豆瓣电台视图：<br />
<img src="http://i.imgur.com/1vPpz.png" title="Hosted by imgur.com" /></p>
<p>当然也可以通过gnome-shell扩展的菜单控制豆瓣电台的播放。</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=ef5913a1-4c72-827d-837e-15abc25dcc92" /></div>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2011/05/%e5%ae%89%e8%a3%85exaile%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6%e5%8f%8agnome-shell%e6%89%a9%e5%b1%95/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>GNOME-Shell Extension for Exaile DoubanFM Plugin</title>
		<link>http://sunng.info/blog/2011/05/gnome-shell-extension-for-exaile-doubanfm-plugin/</link>
		<comments>http://sunng.info/blog/2011/05/gnome-shell-extension-for-exaile-doubanfm-plugin/#comments</comments>
		<pubDate>Sat, 07 May 2011 15:19:47 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[手艺]]></category>
		<category><![CDATA[dbus]]></category>
		<category><![CDATA[Douban]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[foss]]></category>
		<category><![CDATA[gnome-shell]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2011/05/gnome-shell-extension-for-exaile-doubanfm-plugin/</guid>
		<description><![CDATA[从有这个动机到基本可用，花了整整一天的时间。现在可以通过GNOME-Shell的一个小菜单从外部控制Exaile豆瓣电台了。它的意思就是说如果你使用Gnome-Shell，你可以把Exaile界面扔到一个你不想看到的地方去，比如第n+1个workspace。然后通过左上角的菜单来控制豆瓣电台的播放。见多识广的你不会对此感到太惊奇，其实它和Ubuntu上的Sound Menu Indicator类似，不过是专门给豆瓣电台设计的。 要实现这个功能，需要播放器通过dbus来expose一些接口供外部程序调用，它和Sound Menu是一样的，通过dbus来解耦。开发起来比较困难的是目前GNOME-Shell的API还不成熟，还没有文档，传统的javascript object inspect方法似乎在这个mozjs的环境里也不能用，所以实在是无从知道一些API。更不要提通过gjs来调用dbus了。网上有一些文档起了很大的作用，如果你也感兴趣，这些文章是： 开发GNOME-Shell Extension：http://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.html gjs调用dbus： blog.roodo.com/rocksaying/archives/14229429.html 支持dbus的exaile-doubanfm-plugin会在stable之后合并到主干供大家使用。现在和gjs一样，它的API也不稳定，所以放在分支中： https://github.com/sunng87/exaile-doubanfm-plugin/tree/dbus gnome-shell extension的代码现在也放在github上（其实还不成熟的东西放到bitbucket比较好的）。有兴趣可以了解： https://github.com/sunng87/exaile-doubanfm-gnome-shell-extension 以上都是unstable，仅供吊胃口之用。]]></description>
			<content:encoded><![CDATA[<p>从有这个动机到基本可用，花了整整一天的时间。现在可以通过GNOME-Shell的一个小菜单从外部控制Exaile豆瓣电台了。它的意思就是说如果你使用Gnome-Shell，你可以把Exaile界面扔到一个你不想看到的地方去，比如第n+1个workspace。然后通过左上角的菜单来控制豆瓣电台的播放。见多识广的你不会对此感到太惊奇，其实它和Ubuntu上的Sound Menu Indicator类似，不过是专门给豆瓣电台设计的。<br />
<a href="http://www.flickr.com/photos/40741608@N08/5696429062/" title="Exaile with doubanfm plugin by 贝小塔, on Flickr"><img src="http://farm6.static.flickr.com/5104/5696429062_7f62a4d7f2.jpg" alt="Exaile with doubanfm plugin" height="313" width="500" /></a></p>
<p>要实现这个功能，需要播放器通过dbus来expose一些接口供外部程序调用，它和Sound Menu是一样的，通过dbus来解耦。开发起来比较困难的是目前GNOME-Shell的API还不成熟，还没有文档，传统的javascript object inspect方法似乎在这个mozjs的环境里也不能用，所以实在是无从知道一些API。更不要提通过gjs来调用dbus了。网上有一些文档起了很大的作用，如果你也感兴趣，这些文章是：</p>
<ul>
<li>开发GNOME-Shell Extension：<a href="http://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.html">http://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.html</a></li>
<li>gjs调用dbus： <a href="http://blog.roodo.com/rocksaying/archives/14229429.html">blog.roodo.com/rocksaying/archives/14229429.html</a></li>
</ul>
<p>支持dbus的exaile-doubanfm-plugin会在stable之后合并到主干供大家使用。现在和gjs一样，它的API也不稳定，所以放在分支中：<br />
<a href="https://github.com/sunng87/exaile-doubanfm-plugin/tree/dbus">https://github.com/sunng87/exaile-doubanfm-plugin/tree/dbus</a></p>
<p>gnome-shell extension的代码现在也放在github上（其实还不成熟的东西放到bitbucket比较好的）。有兴趣可以了解：<br />
<a href="https://github.com/sunng87/exaile-doubanfm-gnome-shell-extension">https://github.com/sunng87/exaile-doubanfm-gnome-shell-extension</a></p>
<p>以上都是unstable，仅供吊胃口之用。</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=a656b959-d8af-8db6-8cbc-e246c779cf1c" /></div>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2011/05/gnome-shell-extension-for-exaile-doubanfm-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exaile sound menu support updated, now compatible with Natty</title>
		<link>http://sunng.info/blog/2011/04/exaile-sound-menu-support-updated-now-compatible-with-natty/</link>
		<comments>http://sunng.info/blog/2011/04/exaile-sound-menu-support-updated-now-compatible-with-natty/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 14:48:58 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2011/04/exaile-sound-menu-support-updated-now-compatible-with-natty/</guid>
		<description><![CDATA[Finally it was fixed. I just updated the plugin according to the new SoundMenu registration process. Now you can download the head version from github and extract it under ~/.local/share/exaile/plugins. You can fire an issue on github if you have &#8230; <a href="http://sunng.info/blog/2011/04/exaile-sound-menu-support-updated-now-compatible-with-natty/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Finally it was fixed. I just updated the plugin according to the new <a href="https://wiki.ubuntu.com/SoundMenu#For%20Natty">SoundMenu registration process</a>. Now you can download the head version from github and extract it under <font face="monospace">~/.local/share/exaile/plugins</font>.</p>
<p><img src="http://i.imgur.com/z2YSG.png" title="Hosted by imgur.com" /></p>
<p>You can fire an issue on github if you have problem of using it.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=ebfcb568-71a3-85d5-a381-5a9865617aae" /></div>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2011/04/exaile-sound-menu-support-updated-now-compatible-with-natty/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Exaile DoubanFM Plugin 0.0.9</title>
		<link>http://sunng.info/blog/2011/03/exaile-doubanfm-plugin-0-0-9/</link>
		<comments>http://sunng.info/blog/2011/03/exaile-doubanfm-plugin-0-0-9/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 03:20:26 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[Douban]]></category>
		<category><![CDATA[exaile]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/?p=807</guid>
		<description><![CDATA[新版本的Exaile豆瓣电台插件。这个版本的变更： 新增分享菜单，分享当前音轨到豆瓣、新浪、开心001、人人 改进了推荐方式，采用豆瓣电台的永久链接 修改了0.0.8以来存在的登录bug 修改了0.0.8以来存在的加载播放列表bug 从github获得新版本： https://github.com/sunng87/exaile-doubanfm-plugin/downloads]]></description>
			<content:encoded><![CDATA[<p>新版本的Exaile豆瓣电台插件。这个版本的变更：</p>
<ul>
<li>新增分享菜单，分享当前音轨到豆瓣、新浪、开心001、人人</li>
<li>改进了推荐方式，采用豆瓣电台的永久链接</li>
<li>修改了0.0.8以来存在的登录bug</li>
<li>修改了0.0.8以来存在的加载播放列表bug</li>
</ul>
<p><a href="http://www.flickr.com/photos/40741608@N08/5539013314/" title="Doubanfm Exaile new by 贝小塔, on Flickr"><img src="http://farm6.static.flickr.com/5092/5539013314_be4d6ff6ee.jpg" width="500" height="243" alt="Doubanfm Exaile new" /></a></p>
<p>从github获得新版本：<br />
<a href="https://github.com/sunng87/exaile-doubanfm-plugin/downloads">https://github.com/sunng87/exaile-doubanfm-plugin/downloads</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2011/03/exaile-doubanfm-plugin-0-0-9/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Update on exaile-soundmenu-indicator and exaile-doubanfm-plugin</title>
		<link>http://sunng.info/blog/2011/01/update-on-exaile-soundmenu-indicator-and-exaile-doubanfm-plugin/</link>
		<comments>http://sunng.info/blog/2011/01/update-on-exaile-soundmenu-indicator-and-exaile-doubanfm-plugin/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:32:24 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[Douban]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2011/01/update-on-exaile-soundmenu-indicator-and-exaile-doubanfm-plugin/</guid>
		<description><![CDATA[Exaile-soundmenu-indicator As many users complaint about the &#8220;minimise to sound menu&#8221; issue, I updated exaile-soundmenu-indicator plugin. Now it is basically compliant with specification of SoundMenu: it will keep playing if you click the close button while the player is playing, &#8230; <a href="http://sunng.info/blog/2011/01/update-on-exaile-soundmenu-indicator-and-exaile-doubanfm-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>Exaile-soundmenu-indicator</h3>
<p>As many users complaint about the &#8220;minimise to sound menu&#8221; issue, I updated exaile-soundmenu-indicator plugin. Now it is basically compliant with specification of <a href="https://wiki.ubuntu.com/SoundMenu">SoundMenu</a>: it will keep playing if you click the close button while the player is playing, and will exit if not playing. However, to be able to complete the functionality, you have to commentify the line <strong>1506</strong> of <strong>/usr/lib/exaile/xlgui/main.py</strong>, which is &#8220;<strong>return true</strong>&#8221; of method &#8220;<strong>delete_event</strong>&#8221; (On Ubuntu 10.10, exaile 0.3.2.0-ubuntu3). <strong>Otherwise</strong>, whenever you close the window it won&#8217;t exit.</p>
<p>I know this is a bad idea to require user to modify the source code, but it‘s not possible to override the behavior of a GTK callback, especially when you do not have the handler_id of the callback. If you do not mind the incompliant of closing behavior, you can just keep it as is, and exiting by menu and CRTL+Q.</p>
<p>Grab the snapshot of github repository to get the up-to-date version:<br />
<a href="https://github.com/sunng87/Exaile-Soundmenu-Indicator">https://github.com/sunng87/Exaile-Soundmenu-Indicator</a></p>
<h3>Exaile-doubanfm-plugin</h3>
<p>Exaile豆瓣电台插件更新。豆瓣最近调整了登录的策略：</p>
<ul>
<li>用户在首次访问豆瓣时被设置cookie bid</li>
<li>用户提交登陆表单时被要求提交cookie bid，否则不予通过。</li>
</ul>
<p>此外，这次更新开始使用HTTPS提交用户登录信息。</p>
<p><a href="https://github.com/sunng87/exaile-doubanfm-plugin">https://github.com/sunng87/exaile-doubanfm-plugin</a>，请下载最新0.0.6c。</p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2011/01/update-on-exaile-soundmenu-indicator-and-exaile-doubanfm-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exaile doubanfm plugin 0.0.6b</title>
		<link>http://sunng.info/blog/2010/12/exaile-doubanfm-plugin-0-0-6b/</link>
		<comments>http://sunng.info/blog/2010/12/exaile-doubanfm-plugin-0-0-6b/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 12:12:28 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[Douban]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2010/12/exaile-doubanfm-plugin-0-0-6b/</guid>
		<description><![CDATA[上周豆瓣电台增加了电影原声频道，这次的插件更新支持了这个新频道（OST）。 下载地址 https://github.com/sunng87/exaile-doubanfm-plugin/downloads 安装指南 https://github.com/sunng87/exaile-doubanfm-plugin/wiki/Installation 欢迎使用！]]></description>
			<content:encoded><![CDATA[<p>上周豆瓣电台增加了电影原声频道，这次的插件更新支持了这个新频道（OST）。</p>
<p>下载地址</p>
<p>https://github.com/sunng87/exaile-doubanfm-plugin/downloads</p>
<p>安装指南</p>
<p>https://github.com/sunng87/exaile-doubanfm-plugin/wiki/Installation</p>
<p>欢迎使用！</p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2010/12/exaile-doubanfm-plugin-0-0-6b/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exaile sound menu integration</title>
		<link>http://sunng.info/blog/2010/11/exaile-sound-menu-integration/</link>
		<comments>http://sunng.info/blog/2010/11/exaile-sound-menu-integration/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 10:11:39 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[装备]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2010/11/exaile-sound-menu-integration/</guid>
		<description><![CDATA[Sound menu indicator was introduced in Ubuntu Maverick(10.10). User can control playback from this menu, and view current track information. The control is based on mpris spec 2.0, which is a common specification of controlling media player with dbus. To &#8230; <a href="http://sunng.info/blog/2010/11/exaile-sound-menu-integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://wiki.kubuntu.org/SoundMenu">Sound menu indicator</a> was introduced in Ubuntu Maverick(10.10).  User can control playback from this menu, and view current track information.</p>
<p>The control is based on mpris spec 2.0, which is a common specification of controlling media player with dbus. To enable sound menu support, media player should implement mpris 2.0, and register itself with libindicate.</p>
<p>So this week,  I have been working on an exaile plugin to support sound menu and finally got a workable version.</p>
<p><a href="http://www.flickr.com/photos/40741608@N08/5213528341/" title="Screenshot of exaile sound menu by 贝小塔, on Flickr"><img src="http://farm6.static.flickr.com/5004/5213528341_3587622fb5.jpg" width="500" height="313" alt="Screenshot of exaile sound menu" /></a></p>
<p>The code repo can be found at github:<br />
<a href="https://github.com/sunng87/Exaile-Soundmenu-Indicator">https://github.com/sunng87/Exaile-Soundmenu-Indicator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2010/11/exaile-sound-menu-integration/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Exaile 豆瓣电台插件 0.0.5</title>
		<link>http://sunng.info/blog/2010/10/exaile-doubanfm-0-0-5/</link>
		<comments>http://sunng.info/blog/2010/10/exaile-doubanfm-0-0-5/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 14:24:23 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2010/10/exaile-%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6-0-0-5/</guid>
		<description><![CDATA[趁热依旧打铁。Exaile 豆瓣电台插件 0.0.5 Features 界面快捷键 加心f 跳过s 删除d 调整了按钮的顺序，和官方一致 增强的菜单，可以在豆瓣模式里切换频道、关闭Exaile，无须回到主界面 推荐当前歌曲到豆瓣，可以在配置界面配置推荐语模板 Installation Wiki page Downloads Download from Github Screenshots Douban Mode Enhanced Douban Mode Menu More ? 豆瓣 on Ubuntu]]></description>
			<content:encoded><![CDATA[<p>趁热依旧打铁。Exaile 豆瓣电台插件 0.0.5</p>
<h4>Features</h4>
<ul>
<li>界面快捷键 加心f 跳过s 删除d</li>
<li>调整了按钮的顺序，和官方一致</li>
<li>增强的菜单，可以在豆瓣模式里切换频道、关闭Exaile，无须回到主界面</li>
<li><strong>推荐当前歌曲到豆瓣</strong>，可以在配置界面配置推荐语模板</li>
</ul>
<h4>Installation</h4>
<p><a href="http://github.com/sunng87/exaile-doubanfm-plugin/wiki/Installation">Wiki page</a></p>
<h4>Downloads</h4>
<p><a href="http://github.com/sunng87/exaile-doubanfm-plugin/downloads">Download from Github</a></p>
<h4>Screenshots</h4>
<p>Douban Mode<br />
<a href="http://www.flickr.com/photos/40741608@N08/5117860492/" title="screenshot_002 by 贝小塔, on Flickr"><img src="http://farm2.static.flickr.com/1318/5117860492_8daa067abf.jpg" width="402" height="148" alt="screenshot_002" /></a></p>
<p>Enhanced Douban Mode Menu<br />
<a href="http://www.flickr.com/photos/40741608@N08/5117860126/" title="screenshot_001 by 贝小塔, on Flickr"><img src="http://farm5.static.flickr.com/4106/5117860126_eb2ca09332.jpg" width="278" height="306" alt="screenshot_001" /></a></p>
<h4>More ?</h4>
<p><a href="http://sunng.info/doubantu/">豆瓣 on Ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2010/10/exaile-doubanfm-0-0-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exaile 豆瓣电台插件 0.0.4</title>
		<link>http://sunng.info/blog/2010/10/exaile-%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6-0-0-4/</link>
		<comments>http://sunng.info/blog/2010/10/exaile-%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6-0-0-4/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 11:29:24 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[Douban]]></category>
		<category><![CDATA[exaile]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/2010/10/exaile-%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6-0-0-4/</guid>
		<description><![CDATA[趁热打铁， Exaile豆瓣电台插件今天又有了一些更新： 支持今天豆瓣新发布的摇滚、民谣、NewAge频道 支持Exaile 0.3.2开始的界面透明 与官方保持一致，在非个人频道时禁用trash按钮 下载 http://github.com/sunng87/exaile-doubanfm-plugin/downloads 很多朋友纠结于安装，安装确实稍显麻烦，大家注意： 确认你的Exaile版本0.3.2。 下载，重命名下载的文件为doubanfm.tar.gz（Exaile要求压缩包内的文件名要以压缩包的名字开头，否则报错；而github上使用相同的文件名用作下载会有潜在的问题） 如果已经安装过这个插件，请删除 rm -r ~/.local/share/exaile/plugins/doubanfm 打开Exaile，打开Preferences，到Plugins页，安装 勾选doubanfm 如果plugins树下没有出现Douban Radio，关闭Preferences重开，找到Douban Radio，设置用户名密码 重启Exaile 打开文件菜单，Open Douban.fm，选择你需要的频道 双击音轨或点击播放开始播放 切换到豆瓣视图，菜单View->Doubanfm Mode，或快捷键 Ctrl+alt+d Enjoy！]]></description>
			<content:encoded><![CDATA[<p>趁热打铁， Exaile豆瓣电台插件今天又有了一些更新：</p>
<ol>
<li>支持今天豆瓣新发布的摇滚、民谣、NewAge频道</li>
<li>支持Exaile 0.3.2开始的界面透明</li>
<li>与官方保持一致，在非个人频道时禁用trash按钮</li>
</ol>
<p>下载<br />
<a href="http://github.com/sunng87/exaile-doubanfm-plugin/downloads">http://github.com/sunng87/exaile-doubanfm-plugin/downloads</a></p>
<p>很多朋友纠结于安装，安装确实稍显麻烦，大家注意：</p>
<ol>
<li>确认你的Exaile版本0.3.2。</li>
<li>下载，<strong>重命名下载的文件为doubanfm.tar.gz</strong>（Exaile要求压缩包内的文件名要以压缩包的名字开头，否则报错；而github上使用相同的文件名用作下载会有潜在的问题）</li>
<li>如果已经安装过这个插件，请删除 rm -r ~/.local/share/exaile/plugins/doubanfm</li>
<li>打开Exaile，打开Preferences，到Plugins页，安装</li>
<li>勾选doubanfm</li>
<li>如果plugins树下没有出现Douban Radio，关闭Preferences重开，找到Douban Radio，设置用户名密码</li>
<li>重启Exaile</li>
<li>打开文件菜单，Open Douban.fm，选择你需要的频道</li>
<li><strong>双击音轨或点击播放开始播放</strong></li>
<li>切换到豆瓣视图，菜单View->Doubanfm Mode，或快捷键 Ctrl+alt+d</li>
</ol>
<p><a href="http://www.flickr.com/photos/40741608@N08/5101939181/" title="exaile douban radio by 贝小塔, on Flickr"><img src="http://farm2.static.flickr.com/1434/5101939181_949841f861.jpg" width="402" height="142" alt="exaile douban radio" /></a><br />
Enjoy！</p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2010/10/exaile-%e8%b1%86%e7%93%a3%e7%94%b5%e5%8f%b0%e6%8f%92%e4%bb%b6-0-0-4/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Exaile-doubanfm-plugin for exaile 0.3.2</title>
		<link>http://sunng.info/blog/2010/08/exaile-doubanfm-plugin-for-exaile-0-3-2/</link>
		<comments>http://sunng.info/blog/2010/08/exaile-doubanfm-plugin-for-exaile-0-3-2/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 14:23:50 +0000</pubDate>
		<dc:creator>sunng</dc:creator>
				<category><![CDATA[ANN]]></category>
		<category><![CDATA[Douban]]></category>
		<category><![CDATA[exaile]]></category>

		<guid isPermaLink="false">http://sunng.info/blog/?p=640</guid>
		<description><![CDATA[Ubuntu 10.04的Exaile还停留在0.3.1，而Fedora 13上已经升级到0.3.2了。为此我更新了豆瓣电台插件，现在这个版本可以在0.3.2上正常工作。 可以到github的下载页面获取 doubanfm-0.0.3a-exaile032.tar.gz http://github.com/sunng87/exaile-doubanfm-plugin/downloads 此外for exaile 0.3.1的版本也有一个优化和bugfix release, Ubuntu用户可以获取 doubanfm-0.0.3-exaile031.tar.gz 接下来三周又有项目了，难度比较大，估计豆瓣插件近期不会有什么新的惊喜了。 The post is brought to you by lekhonee v0.7]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 10.04的Exaile还停留在0.3.1，而Fedora 13上已经升级到0.3.2了。为此我更新了豆瓣电台插件，现在这个版本可以在0.3.2上正常工作。</p>
<p>可以到github的下载页面获取 doubanfm-0.0.3a-exaile032.tar.gz<br />
<a href="http://github.com/sunng87/exaile-doubanfm-plugin/downloads">http://github.com/sunng87/exaile-doubanfm-plugin/downloads</a></p>
<p>此外for exaile 0.3.1的版本也有一个优化和bugfix release, Ubuntu用户可以获取<br />
doubanfm-0.0.3-exaile031.tar.gz</p>
<p>接下来三周又有项目了，难度比较大，估计豆瓣插件近期不会有什么新的惊喜了。</p>
<p>The post is brought to you by <a href="http://fedorahosted.org/lekhonee">lekhonee</a> v0.7</p>
]]></content:encoded>
			<wfw:commentRss>http://sunng.info/blog/2010/08/exaile-doubanfm-plugin-for-exaile-0-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

