RendezWho
Mihai Parparita


RendezWho is a Widget designed to let you see at a glance who is accessing your iTunes 4 music library via Rendezvous. It displays all connected users, either by their IP address, host name, or iTunes library name (if any) in a list that refreshes every minute.

7596 Downloads
Version 1.0 - Added April 30, 2003

Comments for RendezWho


pema - October 3, 2005
is there anywhere i can get this as a .dmg file rather than a .sit file? it's not working on my mac!

Callipygian - December 10, 2004
Thanks Chuckles!! That fix worked! Killer app Mihai, thanks!

Rob - November 23, 2004
Hi People!

Anyone know a program that does this on XP?

anyone?!

R

Eric - November 9, 2004
Anyway us XP users can get in on this? It'd be awesome.

Ender - September 6, 2004
Hey! The fix works great! Thanks much for a great widget. :)

Chuckles - July 28, 2004
Here is the fix... You will need change the file .../RendezWho.widget/Contents/RendezWho.kon. Once changed, restart the widget.

1. Add this line just below line 91(newText.labels.push(hostName);). This fixes/removes some name garbage being in the name being displayed.
Add this line:
rendezvousName.replace("'", "\'")


2. Change line 153
From:
if (fields[kLocalField].indexOf(kRendezPort) != -1 && fields[kStatusField] == "ESTABLISHED")
To:
if ( fields.length
&& fields[kLocalField].indexOf(kRendezPort) != -1
&& fields[kStatusField] == "ESTABLISHED")

sp!ke - April 23, 2004
can somebody fix this... i really liked it when it worked!

gunnmjk - February 15, 2004
I get the same error on panther
>Global/OnLoad:110: TypeError: fields[kLocalField] has no properties

Brandon - December 23, 2003
Works great for me, thanks a lot.

wishitiworked - December 17, 2003
great idea; is there an easy fix?

pat - November 25, 2003
great idea - but same error on launching. Will come up despite error message but does not refresh reliably. In addition to the quirks, it would be nice to be able to see (better still: log) which music files are being accessed.

Dan - November 21, 2003
I get this error as well - i wish it could be fixed.... cause its a great idead for a widget.

dreamcasting - November 20, 2003
Works great for me, thanks for the cool widget.

redshifter - October 26, 2003
I get the same error... This would be a very handy widget if only it worked!

Inspired - October 13, 2003
It looks useful....but it doesn't work. I get an error every time I try to launch the widget:

Global/OnLoad:110: TypeError: fields[kLocalField] has no properties