<?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: Find Out Who is Listening to Your iTunes Collection</title>
	<atom:link href="http://uneasysilence.com/archive/2007/03/10098/feed/" rel="self" type="application/rss+xml" />
	<link>http://uneasysilence.com/archive/2007/03/10098/</link>
	<description></description>
	<lastBuildDate>Sun, 22 Nov 2009 03:12:05 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://uneasysilence.com/archive/2007/03/10098/comment-page-1/#comment-381870</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 28 Mar 2007 13:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/03/10098/#comment-381870</guid>
		<description>Also check out this handy dashboard widget i found some time ago: http://argon18.com/widgets/

It uses a simple LSOF command to see what files are open and the connections associated with them.

This will get you the users connected:
lsof -bw -F -itcp:daap &#124; grep &#039;daap-&gt;&#039;
This will get the songs currently playing in itunes( also songe YOU are playing locally):
lsof -F -c iTunes &#124; egrep &#039;(\.aac&#124;\.mp3&#124;\.wav&#124;\.aiff&#124;\.m4a&#124;\.m4p&#124;\.m4b)&#039;

Have fun with the terminal!</description>
		<content:encoded><![CDATA[<p>Also check out this handy dashboard widget i found some time ago: <a href="http://argon18.com/widgets/" rel="nofollow">http://argon18.com/widgets/</a></p>
<p>It uses a simple LSOF command to see what files are open and the connections associated with them.</p>
<p>This will get you the users connected:<br />
lsof -bw -F -itcp:daap | grep &#8216;daap-&gt;&#8217;<br />
This will get the songs currently playing in itunes( also songe YOU are playing locally):<br />
lsof -F -c iTunes | egrep &#8216;(\.aac|\.mp3|\.wav|\.aiff|\.m4a|\.m4p|\.m4b)&#8217;</p>
<p>Have fun with the terminal!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
