wrsmcode / rpi-fruitbox-v2

Retro MP3 Jukebox for Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-fruitbox-v2

Raspberry Pi fruitbox (Version 2)

fruitbox is a customisable MP3 player for the Raspberry Pi, allowing the user to create the look and feel of classic jukeboxes. fruitbox works on all Raspberry Pi devices, but runs better on the higher spec (quad core) machines (i.e. Models 2 and above), especially if playing music videos.

Installation is as follows:

For Raspberry Pi version 4 (recommended) :

  1. fruitbox only runs under the Raspberry Pi OS Desktop version (not Lite). Both 32-bit and 64-bit versions of fruitbox are avaialble.

  2. Increase GPU memory to (at least) 256 ( -> Performance Options -> GPU Memory)

    For 64-bit desktop...

  3. From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox-v2/raw/main/install_fruitbox_pi4

  4. From a command shell, type : chmod +x ./install_fruitbox_pi4

  5. From a command shell, type : ./install_fruitbox_pi4

    For 32-bit desktop...

  6. From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox-v2/raw/main/install_fruitbox_pi4_32

  7. From a command shell, type : chmod +x ./install_fruitbox_pi4_32

  8. From a command shell, type : ./install_fruitbox_pi4_32

For Raspberry Pi versions Zero through 3, only a Buster Lite (not Desktop) version is avaialable :

  1. It is recommended to start from a fresh OS install (latest Raspbian Buster release) Note that due to sound issues on the latest OS release (Bullseye, Debian version 11), fruitbox requires the Legacy (Buster) OS ... https://downloads.raspberrypi.org/raspios_oldstable_lite_armhf/images/raspios_oldstable_lite_armhf-2022-01-28/2022-01-28-raspios-buster-armhf-lite.zip

  2. Increase GPU memory to (at least) 256 (sudo raspi-config -> Performance Options -> GPU Memory) Note raspi-config can also be used to set up Wi-Fi and enable SSH for transferring files from PC to Pi via WinSCP for example

  3. From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox-v2/raw/main/install_fruitbox

  4. From a command shell, type : chmod +x ./install_fruitbox

  5. From a command shell, type : ./install_fruitbox

Steps 6 to 8 below are for all Raspberry Pi versions ...

  1. Copy your music MP3 files (either to the SD card or USB memory stick) (by default fruitbox looks for music files in the /home/pi/Music directory on the SD card)
  2. Point fruitbox to your MP3 files (edit /home/pi/fruitbox/fruitbox.ini and change the MusicPath parameter)
  3. Run fruitbox... From a command shell, type : cd /home/pi/fruitbox then type : ./fruitbox

If you are updating to a newer version of fruitbox, you can either do it through the Main Menu (TAB on the keyboard, then choose Software Update), or using the command ...

./install_fruitbox --update

For help, from a command line, enter :

./fruitbox --help

Also, the user guide will give details on how to create your own skins, storing songs on USB memory sticks, and other helpful hints.

If you design any skins and would like to share them, please let me know and I can include them in the fruitbox github repository.

If you wish to encourage fruitbox development, please consider making a donation to the author at https://paypal.me/rpifruitbox

Let's Rock!

About

Retro MP3 Jukebox for Raspberry Pi


Languages

Language:C++ 99.6%Language:C 0.2%Language:Makefile 0.2%Language:Batchfile 0.0%