<?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>tonskudaigle.info &#187; toastify</title>
	<atom:link href="http://www.tonskudaigle.info/tag/toastify/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonskudaigle.info</link>
	<description></description>
	<lastBuildDate>Wed, 08 Sep 2010 21:27:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Global hotkeys for Spotify</title>
		<link>http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/</link>
		<comments>http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 09:18:32 +0000</pubDate>
		<dc:creator>Daigle</dc:creator>
				<category><![CDATA[Daigle Recommends]]></category>
		<category><![CDATA[spotify]]></category>
		<category><![CDATA[toastify]]></category>

		<guid isPermaLink="false">http://www.tonskudaigle.info/?p=453</guid>
		<description><![CDATA[I don&#8217;t know about you guys, but I use Spotify and I&#8217;m simply annoyed by the fact that there are no hotkeys for the program to for example changing songs, pausing a song and such. You always have to change to the program itself and press the damn button when you want the next song. [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you guys, but I use Spotify and I&#8217;m simply annoyed by the fact that there are no hotkeys for the program to for example changing songs, pausing a song and such. You always have to change to the program itself and press the damn button when you want the next song. So I had a look around and found a solution which I think many of you will find useful.</p>
<p><strong><a href="http://toastify.codeplex.com/" target="_blank">Toastify</a></strong> is a simple tool that will stay in your system tray and it even starts with Windows detecting whether Spotify is running or not and if it isn&#8217;t, it asks if you would like to start it :)</p>
<p>A few adjustments need to be made, at least in my case, for it to function the way I like it, but here we go:</p>
<p>1. Download Toastify from <a href="http://toastify.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=24273">here</a> (it&#8217;s a download page, just select the installed option or ZIP, whichever you prefer).<br />
2. Install or extract it to a location of your preference.<br />
3. That&#8217;s it! If you want to make the modifications, continue.</p>
<p>To disable the toast popping from system tray whenever a song changes and to change the hotkeys, here are the additional advices:<br />
4. The location you installed/extracted Toastify to, has a file called <em>Toastify.xml</em>. Open it in a text editor.</p>
<p>Here you have the basic functions for hotkeys and some additional stuff like changing the toast colours etc. I&#8217;m just going to disable the toasts and change the keys a bit to my liking:</p>
<blockquote class="blockquote"><p><em>&lt;DisableToast&gt;false&lt;/DisableToast&gt;<br />
</em>this should be changed to <strong>true</strong> in order to disable toasts</p>
<p>Here&#8217;s the basic code for one hotkey:<br />
<em>&lt;Hotkey&gt;<br />
&lt;Ctrl&gt;true&lt;/Ctrl&gt;<br />
&lt;Alt&gt;true&lt;/Alt&gt;<br />
&lt;Shift&gt;false&lt;/Shift&gt;<br />
&lt;Key&gt;Up&lt;/Key&gt;<br />
&lt;Action&gt;PlayPause&lt;/Action&gt;<br />
&lt;/Hotkey&gt;</em></p>
<p>Ctrl tag is turned on with the <em>true</em> value, to disable ctlr with the hotkey, just change it to false. So it would be <em>&lt;Ctrl&gt;false&lt;/ctrl&gt;</em>.<br />
The same thing goes for Alt and Shift keys. One of these should be activated.<br />
Key tag is basically the key you want to associate the hotkey with.<br />
Action is basically the action it does &#8211; play, pause, next track, previous track etc. No need to touch this.</p>
<p>I&#8217;m used to changing songs with pressing Ctrl+Alt+Home. So I will change the Key tag to Home.</p>
<p>So it would be:</p>
<p><em>&lt;Hotkey&gt;<br />
&lt;Ctrl&gt;true&lt;/Ctrl&gt;<br />
&lt;Alt&gt;true&lt;/Alt&gt;<br />
&lt;Shift&gt;false&lt;/Shift&gt;<br />
&lt;Key&gt;Home&lt;/Key&gt;<br />
&lt;Action&gt;PlayPause&lt;/Action&gt;<br />
&lt;/Hotkey&gt;</em><br />
This can be done to all hotkeys. Just go through the code. It&#8217;s pretty simple.<em><br />
</em></p></blockquote>
<p>There we go. Ask if any problems :)</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-sexy">
<ul class="socials">
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/&amp;t=Global+hotkeys+for+Spotify" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Global+hotkeys+for+Spotify+-+http://tinyurl.com/kp4utg+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/&amp;t=Global+hotkeys+for+Spotify" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/&amp;title=Global+hotkeys+for+Spotify" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/&amp;title=Global+hotkeys+for+Spotify" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.tonskudaigle.info/2009-06-05/global-hotkeys-for-spotify/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.tonskudaigle.info @ 2010-09-09 18:20:12 -->