<?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: HOWTO: Have Multiple Users Share an iTunes Library on One Machine</title>
	<atom:link href="http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/</link>
	<description>Imagine Something Clever</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:40:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dan</title>
		<link>http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/comment-page-1/#comment-69433</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sun, 25 Oct 2009 15:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/#comment-69433</guid>
		<description>modified the tty file...but now I do not get the log in screen (list of users) when I start up the computer...just a pretty blue screen...I&#039;ll have to use the startup disk and undo my edits to the file...any ideas?  I&#039;m on Mac OSX 2.4</description>
		<content:encoded><![CDATA[<p>modified the tty file&#8230;but now I do not get the log in screen (list of users) when I start up the computer&#8230;just a pretty blue screen&#8230;I&#8217;ll have to use the startup disk and undo my edits to the file&#8230;any ideas?  I&#8217;m on Mac OSX 2.4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julien</title>
		<link>http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/comment-page-1/#comment-63473</link>
		<dc:creator>julien</dc:creator>
		<pubDate>Sun, 29 Mar 2009 17:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/#comment-63473</guid>
		<description>I got around all this Unix permissions stuff by having the &#039;master&#039; itunes music folder on my external drive with the folder name &quot;iTunes&quot;.  I then (as an administrator) gave &quot;Everyone&quot; Read and Write access to this folder applying this to enclosed items using Get Info on the folder.  Next I replaced the iTunes folder in my Music folder with an alias to the folder on the external drive called &quot;iTunes&quot;, as did all the other users on the computer.  Now we can all access the music and add to it as we want.   The only downside I guess is that we all see all Playlists, so I have my 10-year old daughter&#039;s playlists on my iPod too!</description>
		<content:encoded><![CDATA[<p>I got around all this Unix permissions stuff by having the &#8216;master&#8217; itunes music folder on my external drive with the folder name &#8220;iTunes&#8221;.  I then (as an administrator) gave &#8220;Everyone&#8221; Read and Write access to this folder applying this to enclosed items using Get Info on the folder.  Next I replaced the iTunes folder in my Music folder with an alias to the folder on the external drive called &#8220;iTunes&#8221;, as did all the other users on the computer.  Now we can all access the music and add to it as we want.   The only downside I guess is that we all see all Playlists, so I have my 10-year old daughter&#8217;s playlists on my iPod too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Schaefer</title>
		<link>http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/comment-page-1/#comment-59161</link>
		<dc:creator>Aaron Schaefer</dc:creator>
		<pubDate>Fri, 19 Dec 2008 05:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/#comment-59161</guid>
		<description>&lt;blockquote&gt;&quot;Iâ€™m trying to implement it however I cannot edit the ttys file. I changed the priviledge of everyone to read/write but I still canâ€™t save the edited file. I am an administrator-level user.&quot;&lt;br /&gt;--Alex&lt;/blockquote&gt;

Even if you are an administrative-level user on OS X, certain system files are still owned by root:

&lt;pre&gt;&lt;code&gt;$ ls -l /etc/ttys
-rw-r--r--  1 root  wheel   1.4K Jan 28  2008 /etc/ttys
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;

So you&#039;ll have to use either &lt;code&gt;sudo&lt;/code&gt; or &lt;code&gt;su&lt;/code&gt; in order to gain the privileges to edit the file:

&lt;pre&gt;&lt;code&gt;$ sudo vim /etc/ttys&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;

If you meant that you ran &lt;code&gt;chmod&lt;/code&gt; on the file and set permissions to 666, then I&#039;m not sure why that didn&#039;t work without investigating further. Did you do that as root?</description>
		<content:encoded><![CDATA[<blockquote><p>&#8220;Iâ€™m trying to implement it however I cannot edit the ttys file. I changed the priviledge of everyone to read/write but I still canâ€™t save the edited file. I am an administrator-level user.&#8221;<br />&#8211;Alex</p></blockquote>
<p>Even if you are an administrative-level user on OS X, certain system files are still owned by root:</p>
<pre><code>$ ls -l /etc/ttys
-rw-r--r--  1 root  wheel   1.4K Jan 28  2008 /etc/ttys
</code></pre>
<p></p>
<p>So you&#8217;ll have to use either <code>sudo</code> or <code>su</code> in order to gain the privileges to edit the file:</p>
<pre><code>$ sudo vim /etc/ttys</code></pre>
<p></p>
<p>If you meant that you ran <code>chmod</code> on the file and set permissions to 666, then I&#8217;m not sure why that didn&#8217;t work without investigating further. Did you do that as root?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/comment-page-1/#comment-59135</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 18 Dec 2008 19:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/#comment-59135</guid>
		<description>Great article! I&#039;m trying to implement it however I cannot edit the ttys file. I changed the priviledge of everyone to read/write but I still can&#039;t save the edited file. I am an administrator-level user. 
Thanks!</description>
		<content:encoded><![CDATA[<p>Great article! I&#8217;m trying to implement it however I cannot edit the ttys file. I changed the priviledge of everyone to read/write but I still can&#8217;t save the edited file. I am an administrator-level user.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: borstenwurm</title>
		<link>http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/comment-page-1/#comment-49074</link>
		<dc:creator>borstenwurm</dc:creator>
		<pubDate>Mon, 19 May 2008 17:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://elasticdog.com/2007/04/howto-have-multiple-users-share-an-itunes-library-on-one-machine/#comment-49074</guid>
		<description>great article! i haven&#039;t had the time to try it myself, but it sounds great and i was looking for a solution for this for quite a while. so thanks in advance!</description>
		<content:encoded><![CDATA[<p>great article! i haven&#8217;t had the time to try it myself, but it sounds great and i was looking for a solution for this for quite a while. so thanks in advance!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
