Skip to content

Portable music box for Spotify and local media based on Raspberry Pi. Operated via touchscreen. Suitable for children and older people.

License

Notifications You must be signed in to change notification settings

splitti/MuPiBox

Repository files navigation

MuPiBox

GitHub Release GitHub Issues Discord Static Badge Static Badge Static Badge Static Badge

MuPiBox is an easy to use music player, controlled via touch display. You can use local music, Spotify and streams. MuPiBox

Website & Support

For more information:

Requirements

Please visit official website https://mupibox.de/anleitungen/installationsanleitung/was-wird-benoetigt/

Known compatible hardware

Please visit official website https://mupibox.de/anleitungen/installationsanleitung/kompatible-hardware/

How to install

Please visit official website https://mupibox.de/anleitungen/installationsanleitung/einfache-installation/

Spend a coffee via paypal to

Based on

Contributing

Contributing changes to the MuPiBox source code is easy thanks to GitHub codespaces that allow you to develop inside the browser without needing to set up a local development environment.

  1. Fork this repository.
  2. Start a codespace session.
  3. The box UI located in dev/Sonos-Kids-Controller-master
    • Run npm install the first time. To start the development server, copy the config/templates/www.json as config.json and the monitor.json files to the server/config subfolder, and then run npm run serve-backend and npm run serve-frontend while being in the dev/Sonos-Kids-Controller-master folder.
  4. The Admin interface is located in AdminInterface/www.
    • Use php -S 127.0.0.1:8000 to start a development server.
  5. Create a git branch, commit and push your changes.
  6. Create a pull request for your changes.

Of course, other contributions, e.g., reporting issues etc., are also welcome.