sTunes Player version 1.1.2

[ Overview ]

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.

[ Recommended Browser ]

Internet Explorer is NOT supported.

[ Quickstart ]

[ Launch ]

  1. Download and extract sTunesx_x_x.zip.
  2. You will find index.html in extracted "sTunesx_x_x" folder.
  3. Open index.html on web browser.
  4. Load iTunes (Music) Library.xml.

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.

[ Operation ]

[ Keyboard Oparation ]

[ Search ]

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.

[ Release Note ]

[ Privacy / Security ]