<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: iTunes Keyboard Shortcuts and Quicksilver</title>
	<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/</link>
	<description>Scott McDaniel  - Web developer specializing in effective communication</description>
	<pubDate>Wed, 07 Jan 2009 09:01:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Alex</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-11321</link>
		<author>Alex</author>
		<pubDate>Sun, 06 May 2007 12:49:28 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-11321</guid>
		<description>Hi,

just wanted to say thank you for these helpfull tipps!

Alex</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>just wanted to say thank you for these helpfull tipps!</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott McDaniel</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-5259</link>
		<author>Scott McDaniel</author>
		<pubDate>Mon, 29 Jan 2007 21:44:45 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-5259</guid>
		<description>Hey MeatZMrdr,

That's awesome I'll try that out soon.

Thanks
Scott</description>
		<content:encoded><![CDATA[<p>Hey MeatZMrdr,</p>
<p>That&#8217;s awesome I&#8217;ll try that out soon.</p>
<p>Thanks<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MeatZMrdr</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-5258</link>
		<author>MeatZMrdr</author>
		<pubDate>Mon, 29 Jan 2007 21:23:59 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-5258</guid>
		<description>Thanks for tip!
I added two new scipts to the iTunes scripts folder that came with the itunes plug in (ctrl click &#62;&#62; Actions &#62;&#62; Reveal). Vol Up and Vol Down, and assigned them to F13 and F14. Each one adjusts the itunes vol by 20% without adjusting my mac or stereo volume.

I'll paste them here if anyone wants to use them:
Vol Up:
tell application "System Events" to if (application processes whose name is "iTunes") is not {} then ¬
	tell application "iTunes"
		set stored_Vol to (get sound volume)
		set sound volume to (stored_Vol * 1.2)
	end tell
 
Vol Down
tell application "System Events" to if (application processes whose name is "iTunes") is not {} then ¬
	tell application "iTunes"
		set stored_Vol to (get sound volume)
		set sound volume to (stored_Vol * 0.8)
	end tell</description>
		<content:encoded><![CDATA[<p>Thanks for tip!<br />
I added two new scipts to the iTunes scripts folder that came with the itunes plug in (ctrl click &gt;&gt; Actions &gt;&gt; Reveal). Vol Up and Vol Down, and assigned them to F13 and F14. Each one adjusts the itunes vol by 20% without adjusting my mac or stereo volume.</p>
<p>I&#8217;ll paste them here if anyone wants to use them:<br />
Vol Up:<br />
tell application &#8220;System Events&#8221; to if (application processes whose name is &#8220;iTunes&#8221;) is not {} then ¬<br />
	tell application &#8220;iTunes&#8221;<br />
		set stored_Vol to (get sound volume)<br />
		set sound volume to (stored_Vol * 1.2)<br />
	end tell</p>
<p>Vol Down<br />
tell application &#8220;System Events&#8221; to if (application processes whose name is &#8220;iTunes&#8221;) is not {} then ¬<br />
	tell application &#8220;iTunes&#8221;<br />
		set stored_Vol to (get sound volume)<br />
		set sound volume to (stored_Vol * 0.8)<br />
	end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: educe me &#187; Quicksilver is My New Best Mac Friend</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-4951</link>
		<author>educe me &#187; Quicksilver is My New Best Mac Friend</author>
		<pubDate>Fri, 19 Jan 2007 05:48:32 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-4951</guid>
		<description>[...] Tonight I was searching the web in an attempt to find out how to get a keyboard shortcut for iTunes in order to skip to the next song without my having to be on the application itself. I came across this post on Scott McDaniel&#8217;s blog and gave Quicksilver a try. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Tonight I was searching the web in an attempt to find out how to get a keyboard shortcut for iTunes in order to skip to the next song without my having to be on the application itself. I came across this post on Scott McDaniel&#8217;s blog and gave Quicksilver a try. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-4949</link>
		<author>Anne</author>
		<pubDate>Fri, 19 Jan 2007 04:05:58 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-4949</guid>
		<description>I was doing a search on how to get iTunes keyboard shortcuts to do the exact things you write about (next song, etc., while working in another app) and came across this post.  I had Launchbar installed, but I didn't want to pay to register it and, having read your review and others, I downloaded QS.

I've since removed LB in favor of QS.

Thank you for your post!</description>
		<content:encoded><![CDATA[<p>I was doing a search on how to get iTunes keyboard shortcuts to do the exact things you write about (next song, etc., while working in another app) and came across this post.  I had Launchbar installed, but I didn&#8217;t want to pay to register it and, having read your review and others, I downloaded QS.</p>
<p>I&#8217;ve since removed LB in favor of QS.</p>
<p>Thank you for your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-3819</link>
		<author>Dan</author>
		<pubDate>Tue, 19 Dec 2006 02:42:00 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-3819</guid>
		<description>Actually, Growl comes with an app in the extras directory called GrowlTunes.  If you drag that prog into your applications folder, it will automatically show the titles and artwork any time a new song starts in iTunes.  It will obviously use the theme Growl is configured with.  You should list it with your startup items also so it will automatically run.</description>
		<content:encoded><![CDATA[<p>Actually, Growl comes with an app in the extras directory called GrowlTunes.  If you drag that prog into your applications folder, it will automatically show the titles and artwork any time a new song starts in iTunes.  It will obviously use the theme Growl is configured with.  You should list it with your startup items also so it will automatically run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-3061</link>
		<author>Xavier</author>
		<pubDate>Tue, 07 Nov 2006 00:03:58 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-3061</guid>
		<description>The only thing is that the current song notifier doesn't use Growl.
And the actual theme looks crappy.
Is there any way to change it? I love especially the "Music Video" notifier in Growl for that kind of purpose.</description>
		<content:encoded><![CDATA[<p>The only thing is that the current song notifier doesn&#8217;t use Growl.<br />
And the actual theme looks crappy.<br />
Is there any way to change it? I love especially the &#8220;Music Video&#8221; notifier in Growl for that kind of purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuickSilver, iTunes, Mail en NeoOffice &#187; Wytse</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-2932</link>
		<author>QuickSilver, iTunes, Mail en NeoOffice &#187; Wytse</author>
		<pubDate>Tue, 24 Oct 2006 20:56:26 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-2932</guid>
		<description>[...] Leuk hoor een gratis Office pakket maar het opstarten duurt zo lang. Vandaag een beetje wezen surfen en via via er achter gekomen hoe krachtig QuickSilver wel niet is. Tuurlijk, apps openen enzo deed ik al wel. Maar dingen zoals &#8216;Append to&#8216; &#8216;Previous Song&#8216; &#8216;Email to&#8216; e.d. maken het programma nog een stuk aantrekkelijker. Niet eerst de app openen om dan nog eens te doen wat je wilt doen. Hell, via QuickSilver skip je je muziek nog sneller dan met je remote. Het enige lastige is nu om het (nu het voor mij nog zo nieuw is) ook echt aan te leren. Want dat je dan een stuk productiever bent is mij wel duidelijk. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Leuk hoor een gratis Office pakket maar het opstarten duurt zo lang. Vandaag een beetje wezen surfen en via via er achter gekomen hoe krachtig QuickSilver wel niet is. Tuurlijk, apps openen enzo deed ik al wel. Maar dingen zoals &#8216;Append to&#8216; &#8216;Previous Song&#8216; &#8216;Email to&#8216; e.d. maken het programma nog een stuk aantrekkelijker. Niet eerst de app openen om dan nog eens te doen wat je wilt doen. Hell, via QuickSilver skip je je muziek nog sneller dan met je remote. Het enige lastige is nu om het (nu het voor mij nog zo nieuw is) ook echt aan te leren. Want dat je dan een stuk productiever bent is mij wel duidelijk. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-923</link>
		<author>Serge</author>
		<pubDate>Tue, 11 Apr 2006 22:13:51 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-923</guid>
		<description>Hey

great stuff on your site...
quick question: do you know where the artwork is stored if anywhere when quicksilver shows it? It's a bit frustrating to see the artwork but not be able to put it in iTunes if it isn't there ( as it seems to me that it does display some artwork when it isn't there in iTunes.. though  haven't seen any consistency there...)

thx</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>great stuff on your site&#8230;<br />
quick question: do you know where the artwork is stored if anywhere when quicksilver shows it? It&#8217;s a bit frustrating to see the artwork but not be able to put it in iTunes if it isn&#8217;t there ( as it seems to me that it does display some artwork when it isn&#8217;t there in iTunes.. though  haven&#8217;t seen any consistency there&#8230;)</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scottk&#8217;s Blog &#187; Qucksilver/iTunes Hot Keys</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-894</link>
		<author>Scottk&#8217;s Blog &#187; Qucksilver/iTunes Hot Keys</author>
		<pubDate>Mon, 27 Mar 2006 22:02:29 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-894</guid>
		<description>[...] Quicksilver/iTunes Hot keys [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Quicksilver/iTunes Hot keys [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott McDaniel</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-748</link>
		<author>Scott McDaniel</author>
		<pubDate>Fri, 09 Dec 2005 19:46:43 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-748</guid>
		<description>Yeah I did look at Synergy and it was cool, my main reason for using Quicksilver was that it did an decent job without having yet another memory resident program running all the time.

I might have to look at it again though because Quicksilver has been crashing on me since the last 2 beta releases.</description>
		<content:encoded><![CDATA[<p>Yeah I did look at Synergy and it was cool, my main reason for using Quicksilver was that it did an decent job without having yet another memory resident program running all the time.</p>
<p>I might have to look at it again though because Quicksilver has been crashing on me since the last 2 beta releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-747</link>
		<author>Alex</author>
		<pubDate>Fri, 09 Dec 2005 19:29:29 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-747</guid>
		<description>Have you looked at &lt;a href="http://wincent.com/a/products/synergy-classic/" rel="nofollow"&gt;Synergy&lt;/a&gt;?</description>
		<content:encoded><![CDATA[<p>Have you looked at <a href="http://wincent.com/a/products/synergy-classic/" rel="nofollow">Synergy</a>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Mauch</title>
		<link>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-730</link>
		<author>Dan Mauch</author>
		<pubDate>Sat, 15 Oct 2005 02:23:43 +0000</pubDate>
		<guid>http://www.scottmcdaniel.com/2005/09/13/itunes-keyboard-shortcuts-with-quicksilver/#comment-730</guid>
		<description>I just have an improvement on the very last thing you mentioned about re-displaying the track name. The iTunes plugin also includes a "Show Playing Track" command, which can be hotkeyed. I like to hotkey this for manual use, rather than leave the notifications on for interruptions while i'm working.

Glad to see others are realizing the power of quicksilver though!</description>
		<content:encoded><![CDATA[<p>I just have an improvement on the very last thing you mentioned about re-displaying the track name. The iTunes plugin also includes a &#8220;Show Playing Track&#8221; command, which can be hotkeyed. I like to hotkey this for manual use, rather than leave the notifications on for interruptions while i&#8217;m working.</p>
<p>Glad to see others are realizing the power of quicksilver though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
