<?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>alex barberis &#187; iTunes</title>
	<atom:link href="http://alexbarberis.com/category/itunes/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexbarberis.com</link>
	<description>my personal "blog"</description>
	<lastBuildDate>Sun, 29 Aug 2010 21:11:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My ghetto iTunes alarm clock</title>
		<link>http://alexbarberis.com/2008/09/18/my-ghetto-itunes-alarm-clock/</link>
		<comments>http://alexbarberis.com/2008/09/18/my-ghetto-itunes-alarm-clock/#comments</comments>
		<pubDate>Thu, 18 Sep 2008 22:00:53 +0000</pubDate>
		<dc:creator>Alex Barberis</dc:creator>
				<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.alexbarberis.com/?p=88</guid>
		<description><![CDATA[iTunes lacks alarm clock functionality and I wanted to wake up to a random song so I created a small script file to launch iTunes and play from my last view (mostly shuffle here) and set it up as a Scheduled Task in Windows (via Control Panel). You don&#8217;t need to keep iTunes open. A [...]]]></description>
			<content:encoded><![CDATA[<p>iTunes lacks alarm clock functionality and I wanted to wake up to a random song so I created a small script file to launch iTunes and play from my last view (mostly shuffle here) and set it up as a Scheduled Task in Windows (via Control Panel). You don&#8217;t need to keep iTunes open. A new process will launch if necessary.</p>
<p>You can download it <a href="http://www.alexbarberis.com/wp-content/uploads/2008/09/itunes.js">here</a> or create your own with the following code:</p>
<p><code>var iTunes = WScript.CreateObject("iTunes.Application");<br />
iTunes.Play();</code></p>
<p>Very simple stuff.</p>
<p>Enjoy!</p>

	<div style="">
		<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-text="My ghetto iTunes alarm clock" data-url="http://alexbarberis.com/2008/09/18/my-ghetto-itunes-alarm-clock/"  data-via="plexi">Tweet</a>
	</div>
	<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>]]></content:encoded>
			<wfw:commentRss>http://alexbarberis.com/2008/09/18/my-ghetto-itunes-alarm-clock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
