Skip to main content

A multi user music server with focus on participation

Project description

Raveberry

Raveberry is a multi user music server that allows democratic selection of songs.

It provides an intuitive interface for requesting songs and changing their order according to the rating that users have made.

Installation

Raveberry is meant to be installed on a Raspberry Pi. Then it works as a portable music server which you can take with you wherever you are. I used a Raspberry Pi 3B for development and testing of the software, but Raveberry should work on any Debian based Linux.

Raveberry is available on PyPi:

sudo apt-get install -y python3-pip ffmpeg atomicparsley mpd redis-server
pip3 install raveberry
raveberry run

Depending on your distribution, you may need to write ~/.local/bin/raveberry run or add that to your PATH. raveberry run will start a basic version of Raveberry that can be tested on http://localhost:8000/ (The server is running if you see Quit the server with CONTROL-C.).

If you want to install Raveberry system wide and make it fully featured, you can use the following command:

raveberry system-install

This assumes you have a working system with root access. If you need help setting up your Raspberry Pi, consider visiting this guide.

You can customize your installation with the config file at config/raveberry.ini. (Or at the location the installer tells you)

Although everything should work fine, I recommend taking a backup of your system. On a Raspberry Pi this is easily done by creating a copy of its SD card.

During installation you will be asked to provide a password for the admin user. This user is allowed to modify the database and change the system configuration, so choose a sensible password.

The installation will take at most 30 minutes, most of which is spent on installing/updating packages. You might need to reboot afterwards for all changes to take effect.

After the installation has finished http://raveberry/ is up and ready to play music (go ahead and try now!). You can visit http://raveberry/login/ and log in as the admin user with your provided admin password. If you take a look at http://raveberry/settings (which is also linked from the dropdown) you can see various configuration possibilities. For more information about these settings and privileges in general refer to docs/privileges.md.

An introduction to basic functionality can be found in docs/functionality.md. Or just visit http://raveberry/ and find out for yourself ; )

Features

  • Live Updates: Web page content is updated instantly using websockets.

  • Complementary App: Shareberry lets you share songs directly from your phone to Raveberry.

  • Hotspot: Provides a WiFi network for access in areas without proper infrastructure. Can double as a repeater.

  • Remote URL: Specify a domain to make your Raveberry accessible from the world wide web.

  • Privilege Levels: Grant users additional permissions like playback control.

  • Youtube as a Database: With youtube-dl as a media provider, all of Youtube is available to play.

  • Graphical Admin Interface: Raveberry features a convenient way of modifying the behavior of the server, like hotspot configuration or download limitation.

  • Bluetooth support Use your bluetooth speakers with Raveberry, removing the need of an aux cable.

  • Audio normalization: Raveberry uses aacgain to analyze the volume of songs and prevent sharp volume transitions.

  • Screen visualization: With the tool cava, the current music is split into its frequencies and visualized on a connected screen. (See screenshot below)

  • Audio visualization: Using the same tool, Raveberry can also make connected LEDs flash to the rhythm of the music.

Optional Hardware Additions

Some of Raveberry's features rely on additional hardware. If you want to use all of them, consider upgrading your Raspberry Pi with one of these one of items:

  • WiFi Dongle: To provide a WiFi network for users to connect, you have to set up a second network interface. If disabled, your users have to be in the same network as the Raveberry, or you have to configure an external URL.

  • LEDs: For audio visualization, Raveberry uses the i2c and spi protocols to control connected LEDs. They will automatically be used if they are detected at server startup. For more information see docs/leds.md.

  • USB Sound Card: The quality of the internal Raspberry Pi sound card varies from model to model. For a better music experience I recommend using a small USB sound card. If you use one, edit the config file accordingly.

  • USB Stick: If you don't want to use the Raspberry Pi's internal filesystem, you can insert an external medium like a USB stick. Its label can be specified in the config file and is then used to cache the songs.

Uninstall

During installation a backup folder is created. It contains all files that were overwritten outside of the raveberry/ folder. To undo installation, move these files back to their respective locations using the following command. Take care of changes you made in the meantime!

sudo cp -r backup_{timestamp}/* / 

To remove files created during the setup run

sudo scripts/uninstall.sh

More Information

Feel free to visit docs/ for more information about usage, resources etc.

Don't hesitate to mail me for feedback or open an issue if you experience any problems.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

raveberry-0.2.4.tar.gz (6.2 MB view details)

Uploaded Source

Built Distribution

raveberry-0.2.4-py3-none-any.whl (7.0 MB view details)

Uploaded Python 3

File details

Details for the file raveberry-0.2.4.tar.gz.

File metadata

  • Download URL: raveberry-0.2.4.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for raveberry-0.2.4.tar.gz
Algorithm Hash digest
SHA256 5c0c0d769f25c28c494dcab3ce451ad81ec6ff2208219fd4b168b764ae50a8f3
MD5 d3aa97d961824e0c5a5d2c6c580c3ace
BLAKE2b-256 60ad77e9b0718a3ac3644cca983e9c26227b4f7f4224974e938d603631cb2901

See more details on using hashes here.

File details

Details for the file raveberry-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: raveberry-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9

File hashes

Hashes for raveberry-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6294dc7582e8d1c221e8bd348d13624f7a821e50014db63a32ea12587639377a
MD5 64a465b5aeb0954a4ac5b02588cb9891
BLAKE2b-256 bd2ea0245b1d0bbe05ed57b372947fed4a355573161e92633c9bac67a40f4970

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page