I have always loved working on my WordPress plugins to learn about new technologies. While I am getting quite comfortable with PHP over time, something that I had never dabbled in is AJAX. Thanks to Gary Traffanstedt, who was considering to use Tune Library but found it was lacking some functionality, Tune Library 1.3.1 now offers support for AJAX queries to alleviate requests to refresh pages when viewing different parts of a large music database and to avoid querying all information out of a database. Gary was very helpful in creating an example code base using AJAX and testing out my changes to the plugin. Thanks Gary!
For people preferring the speed of pulling all data off the database in one shot, a non-AJAX query mode is still available.
You can find the latest version of Tune Library on the WordPress plugin web site.