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) :
fruitbox only runs under the Raspberry Pi OS Desktop version (not Lite). Both 32-bit and 64-bit versions of fruitbox are avaialble.
Increase GPU memory to (at least) 256 ( -> Performance Options -> GPU Memory)
For 64-bit desktop...
From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox-v2/raw/main/install_fruitbox_pi4
From a command shell, type : chmod +x ./install_fruitbox_pi4
From a command shell, type : ./install_fruitbox_pi4
For 32-bit desktop...
From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox-v2/raw/main/install_fruitbox_pi4_32
From a command shell, type : chmod +x ./install_fruitbox_pi4_32
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 :
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
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
From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox-v2/raw/main/install_fruitbox
From a command shell, type : chmod +x ./install_fruitbox
From a command shell, type : ./install_fruitbox
Steps 6 to 8 below are for all Raspberry Pi versions ...
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!