After this ota update a lot off issues. Tidal connect disconecting. Tidal nitave stops playing. No sound. Before this ota update everyhting was stabel.
The file is not available yet for download so I go back to where everything was working to 3.795
Hi! As of this writing, the latest official version is 3.795 released on 27-02-2025. It looks like you’ve downloaded a beta or test candidate. Official releases are recommended for maximum stability. Hope this helps!
Thank you, I think it is beta. I stick to official releases from now on.
By the way, 3.796 does not have the option to set the ‘Playback Options’ - Mixer’.
No matter what you set it is always configured to ‘software’.
Below mpd.conf - can be changed to dop=yes or no.
But ‘audio output’ is always set to ‘alsa’.
# Volumio MPD Configuration File
# Files and directories #######################################################
music_directory “/var/lib/mpd/music”
playlist_directory “/var/lib/mpd/playlists”
db_file “/var/lib/mpd/tag_cache”
log_file “/var/log/mpd.log”
#pid_file “/var/run/mpd/pid”
#state_file “/var/lib/mpd/state”
#sticker_file “/var/lib/mpd/sticker.sql”
###############################################################################
# General music daemon options ################################################
user “mpd”
group “audio”
bind_to_address “any”
#port “6600”
log_level “default”
#save_absolute_paths_in_playlists “no”
#metadata_to_use “artist,album,title,track,name,genre,date,composer,performer,disc”
auto_update “no”
#auto_update_depth “3”
###############################################################################
# Symbolic link behavior ######################################################
follow_outside_symlinks “yes”
follow_inside_symlinks “yes”
###############################################################################
# Input #######################################################################
#
input {
-
plugin "curl"*
# proxy “proxy.isp.com:8080”
# proxy_user “user”
# proxy_password “password”
}
###############################################################################
# Decoder ################################################################
decoder {
-
plugin “faad”*
-
enabled “no”*
} -
-
###############################################################################
# Audio Output ################################################################
*resampler { *
-
plugin "soxr"*
-
quality "high"*
-
threads "1"*
}
audio_output {
-
type "alsa"*
-
name "alsa"*
-
device "volumio"*
-
dop "yes"*
-
*
-
*
-
*
}
audio_output {
- type “fifo”*
- enabled “no”*
- name “multiroom”*
- path “/tmp/snapfifo”*
- format “44100:16:2”*
}
#replaygain “album”
#replaygain_preamp “0”
volume_normalization “no”
###############################################################################
# MPD Internal Buffering ######################################################
audio_buffer_size “8192”
###############################################################################
# Resource Limitations ########################################################
#connection_timeout “60”
max_connections “20”
max_playlist_length “81920”
max_command_list_size “81920”
max_output_buffer_size “81920”
###############################################################################
# Character Encoding ##########################################################
filesystem_charset “UTF-8”
###############################################################################
It’s Ok
Volume mixer is set in Alsa. See /etc/asound.conf
So, no bug
This mpd.conf shows settings 'Playback Options’ - ‘Mixer - none’ and DoP.
because volume is not controlled by mpd in volumio