<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Stream your iTunes from home</title>
	<atom:link href="http://www.onpaws.com/2010/06/stream-your-itunes-from-home/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.onpaws.com/2010/06/stream-your-itunes-from-home/</link>
	<description>technology ninja</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:38:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron Deutsch</title>
		<link>http://www.onpaws.com/2010/06/stream-your-itunes-from-home/comment-page-1/#comment-23438</link>
		<dc:creator>Aaron Deutsch</dc:creator>
		<pubDate>Tue, 17 Jan 2012 21:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.onpaws.com/?p=550#comment-23438</guid>
		<description>Great tip. I&#039;ve confirmed this works in iTunes 10.5.2 on OS 10.7.2. If you&#039;re a frequent traveler you can add these lines to an executable script using pico. In a Terminal window type this and hit return:

pico itunes-connect

...this will open a plain text doc in the editor pico. Then write your script:

#!/bin/sh
# from http://www.onpaws.com/2010/06/stream-your-itunes-from-home/

# sets iTunes to look at tunnel for shared libraries
dns-sd -P &quot;myTunes&quot; _daap._tcp. local 3689 localhost 127.0.0.1 &amp;

# creates tunnel to home computer where the library resides
ssh -N -f homeComputer -L 3689:localhost:3689

When done, type control-o (for &quot;write Out&quot;) and then control-x (for &quot;eXit&quot;)

To run the script simply open Terminal and type this and hit return:

sh itunes-connect

You can do the same for an itunes-disconnect script.

Cheers.</description>
		<content:encoded><![CDATA[<p>Great tip. I&#8217;ve confirmed this works in iTunes 10.5.2 on OS 10.7.2. If you&#8217;re a frequent traveler you can add these lines to an executable script using pico. In a Terminal window type this and hit return:</p>
<p>pico itunes-connect</p>
<p>&#8230;this will open a plain text doc in the editor pico. Then write your script:</p>
<p>#!/bin/sh<br />
# from <a href="http://www.onpaws.com/2010/06/stream-your-itunes-from-home/" rel="nofollow">http://www.onpaws.com/2010/06/stream-your-itunes-from-home/</a></p>
<p># sets iTunes to look at tunnel for shared libraries<br />
dns-sd -P &#8220;myTunes&#8221; _daap._tcp. local 3689 localhost 127.0.0.1 &amp;</p>
<p># creates tunnel to home computer where the library resides<br />
ssh -N -f homeComputer -L 3689:localhost:3689</p>
<p>When done, type control-o (for &#8220;write Out&#8221;) and then control-x (for &#8220;eXit&#8221;)</p>
<p>To run the script simply open Terminal and type this and hit return:</p>
<p>sh itunes-connect</p>
<p>You can do the same for an itunes-disconnect script.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

