The JukeBOX is a Spotify Connect player GUI based on the Librespot-java backend in arm64 for Debian package.
The package is pre-configured for work in the Raspberry Pi
and others dev boards like the Pine 64
.
You'll need a Spotify Premium account in order to use Connect.
JukeBOX
shouldn't need any change in configuration to work, but the configuration file of Librespot-java is in /opt/JukeBOX/config.toml
more details can be seen in the Librespot-java README.
Have you tried turning the volume up using the command alsamixer
?
Check with aplay -l
as which card your USB device is listed. Let's say it is "card 1", so try to replace the following in the file /usr/share/alsa/alsa.conf
:
defaults.ctl.card 0
defaults.pcm.card 0
with
defaults.ctl.card 1
defaults.pcm.card 1
In the /opt/JukeBOX/config.toml
you can set the mixer name with will be used
mixerSearchKeywords = ""
Thanks to the developers of the Librespot-java and spocon