I'm on a network with a couple of people that all listen to music using iTunes (Mac and PC). I want to build a web page that will publish the track, artist and the logged in user's name. A user will need to be able to easily toggle whether they want their music displayed or not. The idea is similar to IM clients where it says what you are listening to except this will be posted on a web page. The web page is using PHP/MySQL. I realize I couldn't use PHP to do this, though how would I create a script to capture this information and then be used to display on a web page? Is there an iTunes add-on or how would I go about this?
An example of the output would be: jaysonp is listening to "(I Can't Get No) Satisfaction" by The Rolling Stones.
Any help is appreciated. Thanks!