<?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>Mimijidi &#187; growl</title>
	<atom:link href="http://otherside.mimijidi.com/entries/tag/growl/feed/" rel="self" type="application/rss+xml" />
	<link>http://otherside.mimijidi.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 11:50:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Growl 1.1.5</title>
		<link>http://otherside.mimijidi.com/entries/growl-1-1-5/</link>
		<comments>http://otherside.mimijidi.com/entries/growl-1-1-5/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 12:06:23 +0000</pubDate>
		<dc:creator>Zhen Sun</dc:creator>
				<category><![CDATA[5300]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[growl]]></category>

		<guid isPermaLink="false">http://otherside.mimijidi.com/?p=87</guid>
		<description><![CDATA[A new release of Growl the great system-wide notifier. But perhaps there&#8217;s a new bug: A handful of growl styles was installed in my system, but when I was trying to set a style for Bowtie, it showed me only the a few of them.]]></description>
			<content:encoded><![CDATA[<p>A new release of <a href="http://growl.info/">Growl</a> the great system-wide notifier. But perhaps there&#8217;s a new bug:</p>

<p><img src="http://otherside.mimijidi.com/wp-content/uploads/2009/06/Picture-1.png" alt="Growl: Only default styles displayed" title="Growl: Only default styles displayed" width="410" height="275" class="alignnone size-full wp-image-88" style="padding: 5px; border: 1px solid #aaa;"/></p>

<p>A handful of growl styles was installed in my system, but when I was trying to set a style for <a href="http://bowtieapp.com/">Bowtie</a>, it showed me only the a few of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://otherside.mimijidi.com/entries/growl-1-1-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AppleScript 试做：在 Growl 显示 iTunes 音量变化</title>
		<link>http://otherside.mimijidi.com/entries/display-itunes-volume-via-growl/</link>
		<comments>http://otherside.mimijidi.com/entries/display-itunes-volume-via-growl/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 00:40:22 +0000</pubDate>
		<dc:creator>Zhen Sun</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[quicksilver]]></category>

		<guid isPermaLink="false">http://otherside.mimijidi.com/entries/display-itunes-volume-via-growl/</guid>
		<description><![CDATA[平时我习惯在 Quicksilver 控制 iTunes 的音量，歌曲控制，评分等等等等。没错，我爱 Quicksilver，我的生活不能没有 Quicksilver。:P 言归正传，我在 Quicksilver 中的 iTunes Trigger 设置是这样（所有数字都代表小键盘上的数字）： 播放、暂停：ctrl + cmd + 5 前一首：ctrl + cmd + 4 后一首：ctrl + cmd + 6 增大 iTunes 音量：ctrl + cmd + 8 减小 iTunes 音量：ctrl + cmd + 2 增加评分：ctrl + cmd + Numpad+ 减少平分：ctrl + cmd + Numpad- 显示信息：ctrl + cmd [...]]]></description>
			<content:encoded><![CDATA[<p>平时我习惯在 Quicksilver 控制 iTunes 的音量，歌曲控制，评分等等等等。没错，我爱 Quicksilver，我的生活不能没有 Quicksilver。:P 言归正传，我在 Quicksilver 中的 iTunes Trigger 设置是这样（所有数字都代表小键盘上的数字）：</p>

<ul>
<li>播放、暂停：ctrl + cmd + 5</li>
<li>前一首：ctrl + cmd + 4</li>
<li>后一首：ctrl + cmd + 6</li>
<li>增大 iTunes 音量：ctrl + cmd + 8</li>
<li>减小 iTunes 音量：ctrl + cmd + 2</li>
<li>增加评分：ctrl + cmd + Numpad+</li>
<li>减少平分：ctrl + cmd + Numpad-</li>
<li>显示信息：ctrl + cmd + 0</li>
<li>iTunes 静音：ctrl + cmd + Numpad*</li>
</ul>

<p>对我来说，这真是一个很顺手的键位，也喜欢推荐给别人使用。但是 Quicksilver 中 iTunes Plugin 的并不能显示现在 iTunes 的音量到底是多少，这多少让我有一些遗憾。好在我有 Growl，看了看 <a href="growl.info/documentation/applescript-support.php">Growl 网站上的 documents</a> 好像还很简单嘛，祭出 ScriptEditor + TextMate 开始胡搞瞎搞，最后变成了这个样子：</p>

<p class="cr"><a href="http://www.flickr.com/photos/mimijidi/461740487/" title="Photo Sharing"><img src="http://farm1.static.flickr.com/224/461740487_2199dbf599_o.jpg" width="256" height="237" alt="growl+itunes+quicksilver" /></a><br />使用 Growl 的 Bezel Style</p>

<p>好吧好吧，我知道这个有点丑，而且也不是什么高科技的玩意儿。但是，谁能忍心取笑一个新手呢？;-) 在 Quicksilver 找到 Increase iTunes Volume，Decrease iTunes Volume 这两个命令（其实是两个小脚本），Reveal，在 Finder 中替换他们就可以。</p>

<p class="download"><a href="http://otherside.mimijidi.com/download/Increase_and_Decrease_iTunes_Volume.zip" class="script">下载 Increase_and_Decrease_iTunes_Volume.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://otherside.mimijidi.com/entries/display-itunes-volume-via-growl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
