You are not logged in.
Hey there I recently started using mpd and I have config like this
music_directory "~/Music"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.config/mpd/database"
auto_update "yes"
bind_to_address "127.0.0.1"
port "6600"
restore_paused "yes"
max_output_buffer_size "16384"
audio_output {
type "pipewire"
name "Pipewire Sound Server"
}
audio_output {
type "fifo"
name "Visualizer feed"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
Please tell me how to fix this
Offline
3 files are needed to be created in $HOME/.config/mpd/
mpd.conf, mpd.db, mpd.log
use touch command to create db and log files...
as for the above config, use a different port, such as 6601
And please post the output of :
systemctl status mpd
Have you started mpd daemon? If yes then how have you done it?
Offline