<?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>Jay R. Wren - lazy dawg evarlast &#187; mix</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/category/mix/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:08:22 +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>Mix09 Downloadable Content &#8211; All Days</title>
		<link>http://jrwren.wrenfam.com/blog/2009/03/24/mix09-downloadable-content-all-days/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/03/24/mix09-downloadable-content-all-days/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 14:54:03 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[Cygwin]]></category>
		<category><![CDATA[mix]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/03/24/mix09-downloadable-content-all-days/</guid>
		<description><![CDATA[I’ve seen it posted a couple of times, now, but each post just shows a series of links which I am required to click. I’m not savvy enough to figure out plugins like “DownloadThemAll”, so I wrote this script. The &#8230; <a href="http://jrwren.wrenfam.com/blog/2009/03/24/mix09-downloadable-content-all-days/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I’ve seen it posted a couple of times, now, but each post just shows a series of links which I am required to click. I’m not savvy enough to figure out plugins like “DownloadThemAll”, so I wrote this script. </p>
<p>The script throws all of the day one content into a directory called day1, but for days two and three, I thought it would add to the feeling of being there if I broke them out into time slots. Within the day2 and day3 directory there are directories for the start time of each session.</p>
<blockquote><p>#these first sessions are snagged from: <a href="http://blogs.msdn.com/nigel/archive/2009/03/20/mix09-day-1-sessions-available-now.aspx">http://blogs.msdn.com/nigel/archive/2009/03/20/mix09-day-1-sessions-available-now.aspx</a>      <br />#day1      <br />mkdir day1      <br />pushd day1      <br />#add key01 to this list if you want the keynote      <br />for i in t66m t71m t25f t40f t19f c10f c24f t04f t41f t72m t65m c28m t12f t61f t79m t09f t05f b02m t46f t45f t24f b04m t43f c02f c12f c27m t38f t07f t14f t26f ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd </p>
<p>#the rest are snatched from : <a href="https://content.visitmix.com/2009/Sessions/">https://content.visitmix.com/2009/Sessions/</a>      <br />#missing from the above originally were t10f, c19f, t07f, t37f </p>
<p>mkdir day2     <br />pushd day2      <br />mkdir 10.30am      <br />pushd 10.30am      <br />for i in t17f c09f t52f c14f c04f c18f c08f t09f t84m t75m t76m      <br />do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />mkdir 1pm;pushd 1pm;      <br />for i in t33f t51f t20f t56f t23f t31f t54f t01f b05m t85m b01m&#160; ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />mkdir 2.30pm;pushd 2.30pm;      <br />for i in c05f t12f c01f c03f t28f t49f c22f t02f b03m t82m t74m ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />mkdir 4.15pm;pushd 4.15pm;      <br />for i in t48f c21f t50f t13f c13f t60f c23f t03f t69m t86m t68m ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />popd </p>
<p>mkdir day3     <br />pushd day3      <br />mkdir 9am;pushd 9am;      <br />for i in t39f t59f t44f t42f t18f c17f t11f t06f t67m t78m t81m ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />mkdir 10.45am;pushd 10.45am;      <br />for i in c20f t27f t62f t58f t29f c07f t35f c16f t63m t64m t80m ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />mkdir 12.30pm;pushd 12.30pm;      <br />for i in t32f t55f t22f c26f t34f t36f t30f t16f c29m t77m c30m ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd      <br />mkdir 2pm;pushd 2pm;      <br />for i in c15f t57f t47f t15f c06f c11f t87f t53f t83m t70m t73m ; do      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv      <br />done      <br />popd </p>
<p>popd</p>
</blockquote>
<p><font color="#777777">You can grab this script here: <a title="http://workwith.net/scripts/mix09fetch.sh" href="http://workwith.net/scripts/mix09fetch.sh">http://workwith.net/scripts/mix09fetch.sh</a></font></p>
<p><font color="#777777">It requires only a cygwin install with bash and curl.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/03/24/mix09-downloadable-content-all-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mix09 Downloadable Content &#8211; Day1</title>
		<link>http://jrwren.wrenfam.com/blog/2009/03/20/mix09-downloadable-content-day1/</link>
		<comments>http://jrwren.wrenfam.com/blog/2009/03/20/mix09-downloadable-content-day1/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 00:31:36 +0000</pubDate>
		<dc:creator>jrwren</dc:creator>
				<category><![CDATA[mix]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2009/03/20/mix09-downloadable-content-day1/</guid>
		<description><![CDATA[Nigel Parker put together and awesome list of all the day1 mix content that is downloadable. http://blogs.msdn.com/nigel/archive/2009/03/20/mix09-day-1-sessions-available-now.aspx I want to watch it all over the coming weeks(or months), but I don’t like clicking, so I put together this little shell &#8230; <a href="http://jrwren.wrenfam.com/blog/2009/03/20/mix09-downloadable-content-day1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nigel Parker put together and awesome list of all the day1 mix content that is downloadable.</p>
<p><a title="http://blogs.msdn.com/nigel/archive/2009/03/20/mix09-day-1-sessions-available-now.aspx" href="http://blogs.msdn.com/nigel/archive/2009/03/20/mix09-day-1-sessions-available-now.aspx">http://blogs.msdn.com/nigel/archive/2009/03/20/mix09-day-1-sessions-available-now.aspx</a></p>
<p>I want to watch it all over the coming weeks(or months), but I don’t like clicking, so I put together this little shell script to pull it for me.</p>
<p>$curlget=”curl -L -g -C &#8211; -b cookies.txt –O”   <br />#day1    <br />mkdir day1    <br />pushd day1    <br />#add key01 to this list if you want the keynote    <br />for i in t66m t71m t25f t40f t19f c10f c24f t04f t41f t72m t65m c28m t12f t61f t79m t09f t05f b02m t46f t45f t24f b04m t43f c02f c12f c27m t38f t07f t14f t26f ; do    <br />&#160;&#160;&#160; $curlget <a href="http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/">http://mschannel9.vo.msecnd.net/o9/mix/09/wmv-hq/</a>$i.wmv    <br />done    <br />popd</p>
<p>So if you have a linux system, or cygwin, or even just bash and curl installed, this script pulls them all for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwren.wrenfam.com/blog/2009/03/20/mix09-downloadable-content-day1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

