Stroom is a music library that allows you to share your music over the internet. It comes with a Winamp plugin, a database management/import tool, and in the future also a web interface. It supports mp3, ogg, and various other formats.
It consists of three parts:
You will need to have all three programs installed and configured in order to use the application
ml_stroom was written in a C++/C mix, stroom was written in C# and php_stroom was written in... (drumroll) PHP.
If you want to try the winamp plugin but don't just yet want to set up everything to run your own shared music library you can try out the demo XML RPC services at http://stroom.sourceforge.net/demo/.
You should configure ml_stroom like this:
Or you can ofcourse try the web application!ml_stroom is the winamp plugin which allows you to access your music library from anywhere, or to share it with your friends.
Start the installer or follow the instructions in the archived release
Stroom is the database management application. It allows you to import your music albums so you can share them.
Use the 'stroom.sql' file to create a database scheme on a MySql database server. You can use HeidiSQL or phpMySqlAdmin for this.
Edit stroom.exe.config and update the configuration to reflect your settings:
Start stroom.exe and use File -> Import to load your music database.
php_stroom is the backend service used by the winamp plugin to browse the database
Unzip the archive into a webserver directory, and configure the config.php-example and rename it to config.php