Files
dots/.config/mpd/mpd.conf
2023-07-08 15:20:41 +03:00

30 lines
702 B
Plaintext

bind_to_address "127.0.0.1"
music_directory "~/docs/music"
#music_directory "/run/media/HDD/New\ FL\ Backup"
playlist_directory "~/.config/mpd/playlists"
db_file "~/.cache/mpd/database"
log_file "~/.cache/mpd/log"
pid_file "~/.cache/mpd/pid"
state_file "~/.cache/mpd/state"
sticker_file "~/.cache/mpd/sticker.sql"
audio_output {
type "pulse"
name "pulse audio"
device "pulse"
mixer_type "hardware"
}
# audio_output {
# type "jack"
# name "jack audio"
# device "hw:M2,0"
# }
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}