A A A
Please consider registering
guest
sp_LogInOut Log In
Register | Lost password?
Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters – maximum search word length is 84 characters
sp_Feed Topic RSS02-ghost-red
FruitBox
May 23, 2018
10:56 pm
bouli18

Ken
Members
Forum Posts: 4
Member Since:
May 21, 2017
sp_UserOfflineSmall Offline

hello friends i'm coming to you today because i have a new project and i will want to know if a person will be able to upload a fruitbox base no music inside (jukebox for rpi) I thank you very much ?

June 6, 2018
10:43 pm
bouli18

Ken
Members
Forum Posts: 4
Member Since:
May 21, 2017
sp_UserOfflineSmall Offline

is someone on my request? thank you very much

February 12, 2020
8:26 am
Fineas333

Ken
Members
Forum Posts: 7
Member Since:
November 25, 2019
sp_UserOfflineSmall Offline

The user guide will give details on how to create your own skins, storing songs on USB memory sticks, and other helpful hints. Fruit Box works on all Raspberry Pi devices except model 4, but runs better on the higher spec (quad core) machines (i.e. Models 2 and 3), especially if playing music videos.

October 1, 2022
9:53 am
tazma nia

Ken
Members
Forum Posts: 4
Member Since:
August 5, 2022
sp_UserOfflineSmall Offline

Hello browsing I came across this link
my question is I have raspberry pi 4 I would like to build a fruitbox but I am very new
can someone tell me files and tutorial
Thank you

October 4, 2022
3:28 pm
Avatar
Ninja UK
Admin
Forum Posts: 2618
Member Since:
May 14, 2015
sp_UserOfflineSmall Offline

Fruitbox v1 (pi 2,3) See here : https://github.com/chundermike/rpi-fruitbox

 

Note : this version has now been superceded by version 2. Please find version 2 here :

https://github.com/chundermike/rpi-fruitbox-v2

Raspberry Pi fruitbox

fruitbox is a customisable MP3 player for the Raspberry Pi, allowing the user to create the look and feel of classic jukeboxes.

An SD image file is available here:

https://www.dropbox.com/s/bc1r0ypwrvaqln4/rpi-fruitbox-v1.16a.img.zip?dl=0

Just download the image, and burn it onto a SD card (using balenaEtcher for example on a Windows PC). Then put all your MP3 files onto a USB memory stick, plug into the Pi (any model except Pi4) and then power up! If you want to use touchscreens, remap your buttons or create your own skins, then you’ll need to read the userguide.txt to find out how. The default keys are also detailed in the userguide.

Rather than use the SD card image above, you can install the files on your existing set-up as follows:

  1. It is recommended to start from a fresh OS install (latest Raspbian Buster release)
  2. Increase GPU memory to (at least) 256 (sudo raspi-config -> Advanced Options -> Memory Split)
  3. From a command shell, type : wget https://github.com/chundermike/rpi-fruitbox/raw/master/install.sh
  4. From a command shell, type : chmod +x ./install.sh
  5. From a command shell, type : source ./install.sh
  6. Copy your music MP3 files (either to the SD card or USB memory stick)
  7. Point fruitbox to your MP3 files (edit skins/WallJuke/fruitbox.cfg (or any other skin you fancy) and change the MusicPath parameter)
  8. Run fruitbox ( ./fruitbox –cfg skins/WallJuke/fruitbox.cfg)

Run with –config-buttons command line argument to map buttons to touch screen, GPIO and/or USB controllers.

For best results, run fruitbox directly from a command line boot, not from a command shell launched from the desktop.

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

fruitbox works on all Raspberry Pi devices except model 4, but runs better on the higher spec (quad core) machines (i.e. Models 2 and 3), especially if playing music videos.

Please feedback to me any bugs which need fixing, or any feature requests you would like to see in future releases.

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

Thanks!

October 4, 2022
3:29 pm
Avatar
Ninja UK
Admin
Forum Posts: 2618
Member Since:
May 14, 2015
sp_UserOfflineSmall Offline

Fruitbox v2 (pi 3,4) See here : https://github.com/chundermike/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). The 64-bit Raspberry Pi OS image is recommended … https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2022-04-07/2022-04-04-raspios-bullseye-arm64.img.xz

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

  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 Raspberry Pi versions Zero through 3 :

  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

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!

October 4, 2022
10:24 pm
tazma nia

Ken
Members
Forum Posts: 4
Member Since:
August 5, 2022
sp_UserOfflineSmall Offline

ok thanks for the explanation I’m going with the topic

 

I have doubts I currently have raspberry pi 4 8gb
homeassistant installation on sd
if I install fruitbox in another
sd simply by changing sd in raspberry pi and following the steps that you comment should work? I ask why I do not master the raspberry theme very well

January 10, 2023
1:36 am
Howard Farrell

Ken
Members
Forum Posts: 2
Member Since:
January 10, 2023
sp_UserOfflineSmall Offline

I get to this point chmod +x ./fruitbox 
And nothing happens after this point am i missing something or typing something wrong

dinosaur game

Forum Timezone: Europe/London
Most Users Ever Online: 3117
Currently Online: summerrulz, spurgo, Gary Haggard
Guest(s) 112
Currently Browsing this Page:
1 Guest(s)
Top Posters:
canter6: 131
Jaz808: 121
test123: 84
davep180: 81
SteelCityJJ: 76
MyRetrozz: 70
Misa Misa: 70
kme2019: 61
-x-: 53
sergiohyperspin: 52
Member Stats:
Guest Posters: 122
Members: 165062
Moderators: 32
Admins: 1
Forum Stats:
Groups: 7
Forums: 37
Topics: 4477
Posts: 12988
Newest Members:
cl4w, Reynier, [email protected], Alexisz06, jfrankut, superneo77, holyvipr, Neirivaldo, amournoel33, TeddyBurr
Moderators: aladdin: 0, Arcade Man: 0, Arcade Punk: 0, CP78: 0, ETA PRIME: 0, Ghost Lost: 0, Harrison Hacks: 0, T.K.O. Cinematics: 0, kiodiekin1: 0, level1online: 0, hursty1: 0, Neighbourhood Techie: 0, Maria: 0, PatmanQC: 0, Restalgia: 0, RetroHumanoid: 0, Simply Austin: 0, titipilas: 0, Titi Ober: 179, Enkak: 46, leepspvideo: 0, _RetroTech100: 0, Guest Post: 0, Mark Blackwood: 0, Frankie Wilde: 0, Jeremy Reynolds: 0, Leslie Alexander: 0, Jason Copley: 0, Eleonora: 0, Joshua Robinson: 0, James Collins: 0, trevor punt: 39
Administrators: Ninja UK: 2618