Is it possible to control an iTunes playlist in a web application?

Basicly, I want to show the iTunes playlist on a webpage (non-deponding whether the host is a Mac or Windows device) and let my users decide which song is going to play next. So they can determine the order of the iTunes playlist. That's the main task.


I've tried:

  • Doug's AppleScript Play Selected Track Next v2.0 ( http://dougscripts.com/itunes/scripts/ss.php?sp=playselectednext ), but that's broken. Also, how do you trigger an AppleScript or JavaScript for Automation through a button on a website for example?
  • iTunes Remote
  • zTunes
  • BrowserTunes
  • netTunes
  • EndGadget
  • IOSPIRIT
  • iTunes Remote Control Web Server
  • macecchi/itunes-control-api
  • maddox/itunes-api
  • Controlling iTunes through COM
  • iTunes Music Sharing
  • other third party apps
  • iTunes Library Search
  • aanand/itunes-web-interface
  • fastlane/itc-api-docs
  • iTunes Store API
  • Sending e-mails to trigger AppleScript


The problem with the things listed above: they do not match the simple criteria explained in the first paragraph, are depending on the host machine's (where iTunes software runs on) OS (for MAC & Windows), or are deprecated and can't be used in today's technology. Also, I saw someone sending e-mails and apply rules to trigger an AppleScript? Like, what the...? There has to be a simpler way, right?


Is there a possibility I can access the iTunes playlist through JavaScript/AJAX-calls in my website? How?

Is there a possibility I can trigger an AppleScript/JavaScript for Automation through a link, button... on my website? How?


Thanks in advance!

Is it possible to control an iTunes playlist in a web application?
 
 
Q