Hey there,
I am trying to set up mopidy as a service on a raspberry pi 2b (raspbian), with a Hifiberry Amp2 mounted on top. This is my Mopidy-Config:
######################################
[core]
cache_dir = /var/cache/mopidy
config_dir = /etc/mopidy
data_dir = /var/lib/mopidy
[logging]
config_file = /etc/mopidy/logging.conf
debug_file = /var/log/mopidy/mopidy-debug.log
[local]
media_dir = /var/lib/mopidy/media
[m3u]
playlists_dir = /var/lib/mopidy/playlists
[audio]
mixer = none
#output = alsaink
#output = snd_rpi_hifiberry_dacplus=hw:0,0
output = autoaudiosink
[alsamixer]
card = 0
control = Digital
min_volume = 0
max_volume = 100
volume_scale = cubic
[spotify]
username = XXXXX
password = XXXXX
client_id = XXXXXX
client_secret = XXXXXX
private_session = true
[mpd]
enabled = true
hostname = localhost
port = 6601
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist = listall,listallinfo
default_playlist_scheme = m3u
[http]
enabled = true
hostname = 0.0.0.0
port = 6680
[mobile]
enabled = true
title =
############################################
I succesfully installed and configured mopidy, mopidy-mpd, mopidy-spotify, mopidy-alsamixer and got it all running. I then tried to control the whole thingy using mpc. However, when trying to play a spotify-playlist, i never hear any sound. After intense hours of troubleshooting im hoping to find help on here.
The Sound (with hififberry) works as ‘aplay /usr/share/sounds/alsa/Front_Center.wav’ is playing the sound alright. But while trying to use mopidy i do get the confirmation that my playlist is being played, but i cant hear anything:
##########
pi@raspberrypi:~ $ mpc --host=localhost -p 6601 status
Daði Freyr - Think About Things
[playing] #1/4 0:04/2:53 (2%)
volume: n/a repeat: off random: off single: off consume: off
##########
Any suggestions? I already tried a lot of things in order to approach my volume-control with mixer set as none, alsamixer, software. I do get a Volume reading in mpc whenever i set alsaink as output. Still, there is no sound.
Regards,
Patrick