You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great project - Thanks for doing this amazing thing.
Unfortunately I need a little help with the final steps of the Setup.
The current state is, that i can listen to music through spotify on the iris webapp but i play anything on the phoniebox webapp and i can't figure out why that is. I can also use the cardreader and the id is updated and a can assign tracks to it. The track seems to change when i swipe a card but i can't hear anything.
My setup is this:
Raspberry Pi 4 Model B Rev 1.4
HifiBerry AMP2
RFID-RC522 Reader
Just to answer the questions from the Wiki:
what version are you on? Type in terminal cat /home/pi/RPi-Jukebox-RFID/settings/version
it does - i can use iris to play music from spotify and even use the volume on iris. speaker-test -t wav -c 2 does work with Playback device is default
did the audio work and then you connected a sound card and now it doesn't?
card was connected at setup
Configuration:
/etc/mpd.conf
input {
plugin "curl"
# proxy "proxy.isp.com:8080"
# proxy_user "user"
# proxy_password "password"
}
# QOBUZ input plugin
input {
enabled "no"
plugin "qobuz"
# app_id "ID"
# app_secret "SECRET"
# username "USERNAME"
# password "PASSWORD"
# format_id "N"
}
# TIDAL input plugin
input {
enabled "no"
plugin "tidal"
# token "TOKEN"
# username "USERNAME"
# password "PASSWORD"
# audioquality "Q"
}
# Decoder #####################################################################
#
decoder {
plugin "hybrid_dsd"
enabled "no"
# gapless "no"
}
#
###############################################################################
# Audio Output ################################################################
#
# MPD supports various audio output types, as well as playing through multiple
# audio outputs at the same time, through multiple audio_output settings
# blocks. Setting this block is optional, though the server will only attempt
# autodetection for one sound card.
#
# An example of an ALSA output:
#
audio_output {
type "alsa"
name "My ALSA Device"
# device "hw:0,0" # optional
# mixer_type "software" # optional
# mixer_device "default" # optional
mixer_control "Master" # optional
# mixer_index "0" # optional
}
-- Logs begin at Tue 2022-05-10 22:15:57 CEST, end at Tue 2022-05-10 22:20:48 CEST. --
May 10 22:24:39 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:39,312 [4538:MainThread] mopidy.__main__
May 10 22:24:39 raspberrypi mopidy[4538]: Starting Mopidy 3.3.0
May 10 22:24:39 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:39,365 [4538:MainThread] mopidy.config
May 10 22:24:39 raspberrypi mopidy[4538]: Loading config from builtin defaults
May 10 22:24:39 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:39,369 [4538:MainThread] mopidy.config
May 10 22:24:39 raspberrypi mopidy[4538]: Loading config from file:///home/pi/.config/mopidy/mopidy.conf
May 10 22:24:39 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:39,372 [4538:MainThread] mopidy.config
May 10 22:24:39 raspberrypi mopidy[4538]: Loading config from command line options
May 10 22:24:39 raspberrypi mopidy[4538]: WARNING 2022-05-10 22:24:39,381 [4538:MainThread] mopidy.config
May 10 22:24:39 raspberrypi mopidy[4538]: Ignoring config section 'local-images' because no matching extension was found
May 10 22:24:39 raspberrypi mopidy[4538]: WARNING 2022-05-10 22:24:39,382 [4538:MainThread] mopidy.config
May 10 22:24:39 raspberrypi mopidy[4538]: Ignoring config section 'local' because no matching extension was found
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,322 [4538:MainThread] mopidy.__main__
May 10 22:24:40 raspberrypi mopidy[4538]: Enabled extensions: file, m3u, softwaremixer, spotify, alsamixer, http, iris, stream, mpd
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,322 [4538:MainThread] mopidy.__main__
May 10 22:24:40 raspberrypi mopidy[4538]: Disabled extensions: none
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,610 [4538:MainThread] mopidy.commands
May 10 22:24:40 raspberrypi mopidy[4538]: Starting Mopidy mixer: AlsaMixer
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,626 [4538:MainThread] mopidy_alsamixer.mixer
May 10 22:24:40 raspberrypi mopidy[4538]: Mixing using ALSA, card 0, mixer control 'Master'.
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,632 [4538:MainThread] mopidy.commands
May 10 22:24:40 raspberrypi mopidy[4538]: Mixer volume set to 30
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,634 [4538:MainThread] mopidy.commands
May 10 22:24:40 raspberrypi mopidy[4538]: Starting Mopidy audio
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,638 [4538:MainThread] mopidy.commands
May 10 22:24:40 raspberrypi mopidy[4538]: Starting Mopidy backends: SpotifyBackend, FileBackend, M3UBackend, StreamBackend
May 10 22:24:40 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:40,675 [4538:Audio-3] mopidy.audio.actor
May 10 22:24:40 raspberrypi mopidy[4538]: Audio output set to "alsasink"
May 10 22:24:41 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:41,561 [4538:SpotifyBackend-4] mopidy_spotify.web
May 10 22:24:41 raspberrypi mopidy[4538]: Logged into Spotify Web API as 1197851039
May 10 22:24:41 raspberrypi mopidy[4538]: INFO 2022-05-10 22:24:41,650 [4538:SpotifyEventLoop] mopidy_spotify.backend
May 10 22:24:41 raspberrypi mopidy[4538]: Logged in to Spotify in online mode
journalctl -u mpd.service
pi@raspberrypi:~ $ journalctl -u mpd.service
-- Logs begin at Tue 2022-05-10 22:15:57 CEST, end at Tue 2022-05-10 22:22:30 CEST. --
May 10 22:16:23 raspberrypi systemd[1]: Starting Music Player Daemon...
May 10 22:16:26 raspberrypi mpd[680]: zeroconf: No global port, disabling zeroconf
May 10 22:16:26 raspberrypi systemd[1]: Started Music Player Daemon.
May 10 22:16:30 raspberrypi mpd[680]: update: updating Känguru/1-01 Das Känguru von gegenüber.mp3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey Everyone,
Great project - Thanks for doing this amazing thing.
Unfortunately I need a little help with the final steps of the Setup.
The current state is, that i can listen to music through spotify on the iris webapp but i play anything on the phoniebox webapp and i can't figure out why that is. I can also use the cardreader and the id is updated and a can assign tracks to it. The track seems to change when i swipe a card but i can't hear anything.
My setup is this:
Just to answer the questions from the Wiki:
speaker-test -t wav -c 2
does work withPlayback device is default
Configuration:
/etc/mpd.conf
~/.config/mopidy/mopidy.conf
amixer scontrols
/etc/asound.conf
Audio_iFace_Name
aplay -l
journalctl -u mopidy.service
/proc/asound/modules
journalctl -u mpd.service
Using the Ui Buttons i get this:
But no sound. Any help is greatly appreciated.
All the best,
Roman
Beta Was this translation helpful? Give feedback.
All reactions