sTunes Player is a JavaScript Application that can load iTunes Library (iTunes Music Library.xml or iTunes Library.xml) and play music on your web browser. It works more smoothly than original iTunes.
If you are getting annoyed with iTunes performance, please try sTunes Player.
For security reasons of JavaScript, you have to run sTunes Player on your local machine. See Launch section.
sTunes Player cannot play following audio files because of web browser and JavaScript issue.
These tracks are displayed in gray-out on the tracklist.
Internet Explorer is NOT supported.
iTunes (Music) Library.xml created by iTunes 10 or later can be loaded correctly. I have not tested more previous versions of iTunes Library.xml yet.
Search strings are recognized as Regular Expressions.
For example, when you want to search tracks "R.E.M" by Artist and set the search keyword to "r.e.m", results will contain artist named "R.E.M" and "George Michael" and more. In regexp, the decimal point matches any single character except the newline character.
If you expected to search only "R.E.M", you have to escape the decimal points ; "r\.e\.m".
Details of JavaScript Regular Expressions here : MDN - JavaScript Regular Expressions.