Popularity
5.1
Declining
Activity
0.0
Stable
764
52
124

Code Quality Rank: L1
Programming language: PHP
License: GNU Affero General Public License v3.0
Tags: Media Streaming     Audio Streaming    
Latest version: v1.2.6

Sonerezh alternatives and similar software solutions

Based on the "Audio Streaming" category.
Alternatively, view Sonerezh alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Sonerezh or a related project?

Add another 'Audio Streaming' Software solution

README

Sonerezh

Sonerezh is a self-hosted web application which allows you to listen to your music, from anywhere.

All you have to do is to specify where your music is stored, and Sonerezh will build its database based on the audio file's metadata. Then you can browse your music library through a simple and intuitive Web UI.

:arrow_right: Let's try the latest version on sonerezh.bzh/demo!

Follow us on Twitter if you like the project, and don't forget to support it making a donation.

The standard installation instruction are available in the documentation on sonerezh.bzh. If you want to contribute to the project or if you prefer to use Git and Composer you can follow the steps below.

Installation using Git and Composer (for developers)

You must have Composer installed and ready to download the Sonerezh's dependencies. You will also need PHP (obviously) and at least php-mysql or php-pgsql and php-gd.

  1. Download the sources:

    $ git clone https://github.com/Sonerezh/sonerezh.git
    
  2. Download the dependencies:

    $ cd sonerezh
    $ composer install
    
  3. You should be good to run Sonerezh using:

    $ cd app/webroot
    $ CAKEPHP_DEBUG=1 php -S localhost:8080
    

Note: you may have some issues to display the cover arts using the built-in PHP server.