Groove Basin alternatives and similar software solutions
Based on the "Audio Streaming" category.
Alternatively, view Groove Basin alternatives based on common mentions on social networks and blogs.
-
musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++ -
Ampache
A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. -
AzuraCast
A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations. -
Airsonic
DISCONTINUED. :satellite: :cloud: :notes:Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic) -
cloudtunes
Web-based music player for the cloud :cloud: :notes: Play music from YouTube, Dropbox, etc. -
Polaris
Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device. -
Libresonic
DISCONTINUED. Open-source web-based media streamer and jukebox. A fork of Subsonic's last open-source release, before it switched licenses. -
CherryMusic
Stream your own music collection to all your devices! The easy to use free and open-source music streaming server. -
Airtime
Airtime is Sourcefabric’s open source radio software for scheduling and remote station management. Airtime provides a reliable audio playout with sub-second precision, an improved interface with modern usability features, advanced user management supporting roles and a Google-style calendar to schedule and move shows and playlists. -
Icecast
Icecast streaming media server (Mirror) - Please report bugs at https://gitlab.xiph.org/xiph/icecast-server/issues -
Audioserve
Simple personal server to serve audiofiles files from folders. Intended primarily for audio books, but anything with decent folder structure will do. -
ThRadio
A simple and self-hosted web radio management, inspired by AzuraCast. Developed with Typescript -
Music Browser
Music Browser is a light-weight web-based browser and streamer for your music collection. It is runs on most operating systems, and is light enough to run flawlessly on NAS devices. -
Icecast 2
streaming audio server which can be used to create an Internet radio station or a privately running jukebox and many things in between.
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Groove Basin or a related project?
README
Music player server with a web-based user interface.
Run it on a server connected to some speakers in your home or office. Guests can control the music player by connecting with a laptop, tablet, or smart phone. Further, you can stream your music library remotely.
Groove Basin works with your personal music library; not an external music service. Groove Basin will never support DRM content.
Feature Highlights
The web client feels like a desktop app, not a web app. It predicts what the server will do in order to hide network lag from the user.
Auto DJ which automatically queues random songs, favoring songs that have not been queued recently.
Drag and drop upload. Drag and drop playlist editing. Keyboard shortcuts for everything.
Lazy multi-core EBU R128 loudness scanning (tags compatible with ReplayGain) and automatic switching between track and album mode. "Loudness Zen"
Streaming support. You can listen to your music library - or share it with your friends - even when you are not physically near your home speakers.
Groove Basin protocol. Write your own client using the [protocol specification](doc/protocol.md), or check out gbremote, a simple command-line remote control.
MPD protocol support. This means you already have a selection of clients which integrate with Groove Basin. For example MPDroid.
Last.fm scrobbling.
File system monitoring. Add songs anywhere inside your music directory and they instantly appear in your library.
Installation on Ubuntu
For Ubuntu 17.04 Zesty:
sudo apt-get install nodejs libgrooveloudness-dev libgroovefingerprinter-dev libgrooveplayer-dev libgroove-dev
- Clone this repo and cd to it.
npm run build
npm start
For Ubuntu 18.04 Bionic:
- Install node-groove and its dependencies from source by following these instructions: https://github.com/andrewrk/node-groove/blob/2.x/README.md#ubuntu-1804
- Edit
package.json
, and change the"groove"
dependency to point to the directory where node-groove is installed. (The path is instead of a version number.) - Resume step 2 above.
Configuration
When Groove Basin starts it will look for config.json
in the current
directory. If not found it creates one for you with default values.
Use this to set your music library location and other settings.
It is recommended that you generate a self-signed certificate and use that instead of using the public one bundled with this source code.
Screenshots
Developing
$ npm run dev
This will install dependencies, build generated files, and then start the sever. It is up to you to restart it when you modify assets or server files.
Community
Pull requests, feature requests, and bug reports are welcome! Live discussion in #libgroove on Freenode.
Articles
Roadmap
- Music library organization
- Accoustid Integration
- Finalize GrooveBasin protocol spec