(11-08-2024, 04:37 PM)TheOldPresbyope Wrote: I don't see any red flags here either. First time I've run across a single-character username, though!
What happens if you copy some flac files to the SDCARD or to a USB thumbdrive, update the library, and then play these local files. Do you still experience the issues you reported?
Do you see any anomalies in the moOde or MPD logs when you experience the issues? They are stored in the text files
Code:/var/log/moode.log
/var/log/mpd/log
Possibly, you're have to bump the logging level of moOde to the debugging level (bottom of the System Config screen) and of MPD to verbose (bottom of the MPD Config screen). Not knowing what is happening, I can't say.
Finally, there's the systemd journal which logs all sorts of system-level messages. The operative command is journalctl but I'll let you look that up.
Regards,
Kent
I have lots of those:
Nov 08 22:33 : alsa_output: Decoder is too slow; playing silence to avoid xrun
CPU usage is low - less than 20%
Also this did not help - https://github.com/MusicPlayerDaemon/MPD...-924053645
Now I have this:
audio_output {
type "alsa"
name "ALSA Default"
device "_audioout"
mixer_type "software"
dop "no"
stop_dsd_silence "no"
thesycon_dsd_workaround "no"
buffer_time "200000"
period_time "5084"
}
Tried to add "buffer_before_play "25%"" but MPD says it does not know this param.