30 lines
702 B
Plaintext
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"
|
|
}
|