Moode es9023 x2: Difference between revisions

From sheep
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Spotify bug in 9.3.7

https://www.reddit.com/r/raspberry_pi/comments/1mkxan6/spotify_stopped_working_on_my_raspberry_pi_with/

sudo apt-get update
sudo apt-get -y install librespot
installs 0.7.1-1

---

config.txt is now in /boot/firmware/config.txt
config.txt is now in /boot/firmware/config.txt


add '''dtoverlay=hifiberry-dac'''
add '''dtoverlay=hifiberry-dac'''
comment out '''#dtparam=i2s=on'''


find the name of the audio output device:
find the name of the audio output device:
Line 33: Line 44:


'''moodeutl -l'''
'''moodeutl -l'''

copy nas index to multiple devices:

index is in '''/var/lib/mpd/database'''

Latest revision as of 19:13, 11 September 2025

Spotify bug in 9.3.7

https://www.reddit.com/r/raspberry_pi/comments/1mkxan6/spotify_stopped_working_on_my_raspberry_pi_with/

sudo apt-get update sudo apt-get -y install librespot installs 0.7.1-1

---

config.txt is now in /boot/firmware/config.txt

add dtoverlay=hifiberry-dac comment out #dtparam=i2s=on

find the name of the audio output device:

grep audio_output /etc/mpd.conf -A10

put the name of the audio device e.g. _audioout

create file /etc/asound.conf

pcm.!_audioout
{
  type hw card 0
}
ctl.!default
{
  type hw card 0
}

enable ssh

systemctl enable ssh.service

check logs

journalctl -u ssh

check moode logs

moodeutl -l

copy nas index to multiple devices:

index is in /var/lib/mpd/database