All Projects → Sonerezh → Sonerezh

Sonerezh / Sonerezh

Licence: agpl-3.0
A self-hosted, web-based application to stream your music, everywhere.

Projects that are alternatives of or similar to Sonerezh

Jiosaavnapi
An unofficial API for JioSaavn written in Python 3
Stars: ✭ 123 (-83.6%)
Mutual labels:  stream, music
Compactd
Remote music player that supports adding more content
Stars: ✭ 75 (-90%)
Mutual labels:  self-hosted, music
Gnome Shell Extension Cast To Tv
Cast files to Chromecast, web browser or media player app over local network.
Stars: ✭ 200 (-73.33%)
Mutual labels:  stream, music
Httpms
Media server with RESTful API and Web interface. Think of it as your very own Spotify!
Stars: ✭ 18 (-97.6%)
Mutual labels:  self-hosted, music
Maloja
Self-hosted music scrobble database to create personal listening statistics and charts
Stars: ✭ 223 (-70.27%)
Mutual labels:  self-hosted, music
Streamly
Portable, independent, web-based, simple streaming YouTube video queues and playlists for music videos, audiobooks, etc.
Stars: ✭ 60 (-92%)
Mutual labels:  stream, music
Navidrome
🎧☁️ Modern Music Server and Streamer compatible with Subsonic/Airsonic
Stars: ✭ 932 (+24.27%)
Mutual labels:  self-hosted, music
Nuclear
Streaming music player that finds free music for you
Stars: ✭ 7,133 (+851.07%)
Mutual labels:  stream, music
Supysonic
Supysonic is a Python implementation of the Subsonic server API.
Stars: ✭ 187 (-75.07%)
Mutual labels:  self-hosted, music
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (-78.27%)
Mutual labels:  self-hosted, stream
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (+150.13%)
Mutual labels:  self-hosted, music
Lms
Lightweight Music Server. Access your self-hosted music using a web interface.
Stars: ✭ 315 (-58%)
Mutual labels:  self-hosted, music
Waveline Server
Simple self-hosted music streaming server
Stars: ✭ 248 (-66.93%)
Mutual labels:  self-hosted, music
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (-24.8%)
Mutual labels:  self-hosted, music
Opensheetmusicdisplay
OpenSheetMusicDisplay renders sheet music in MusicXML format in your web browser based on VexFlow. OSMD is brought to you by PhonicScore.com.
Stars: ✭ 673 (-10.27%)
Mutual labels:  music
Musiccloudwebapp
🎧vuejs仿网易云音乐
Stars: ✭ 705 (-6%)
Mutual labels:  music
Geemusic
A bridge between Google Music and Amazon's Alexa
Stars: ✭ 675 (-10%)
Mutual labels:  music
Projectsend
ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!
Stars: ✭ 671 (-10.53%)
Mutual labels:  self-hosted
Zentaopms
Zentao is an agile(scrum) project management system/tool, Free Upgrade Forever!​
Stars: ✭ 716 (-4.53%)
Mutual labels:  self-hosted
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (-6.27%)
Mutual labels:  music

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.

➡️ 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].