Nextls is a console application that keeps track of your music collection using a MySQL database to store information such as length, bitrate, metadata, and where on the hard drive it is located. When Nextls is launched, it will figure out any changes done since the previous run and update the database accordingly. The database is very simple to work with, and there also exists a sister project in Nx2 that will allow you to take your database online and stream your music from a Web browser.
| Tags | music MP3 Database Console |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | Linux Windows Mac OS X |
| Implementation | PHP 5 MySQL |
Recent releases


Release Notes: Some annoying legacy warnings were fixed in the MP3 parser when running on PHP 5.3.0 or later.


Release Notes: This release applies a quick fix for an infinite loop bug in the ID3 parser on very broken ID3v2 tags and adds the optional boolean attribute "followsymlinks" to the configuration file. It defaults to "true" and does nothing when running on Windows.


Release Notes: This release fixes an out of memory issue in the boot file.


Release Notes: A crash bug when an invalid path in the configuration file is used was fixed. An ambiguous error is no longer output when a file is empty.


Release Notes: No major changes since beta4. This is the first stable version.