2020-11-25 10:06:19 +02:00
|
|
|
music_directory "~/music"
|
|
|
|
playlist_directory "~/music/Playlists"
|
2019-10-26 20:05:31 +03:00
|
|
|
db_file "~/.mpd/database"
|
|
|
|
log_file "~/.mpd/log"
|
|
|
|
pid_file "~/.mpd/pid"
|
|
|
|
state_file "~/.mpd/state"
|
|
|
|
sticker_file "~/.mpd/sticker.sql"
|
2019-11-02 08:45:18 +02:00
|
|
|
|
|
|
|
replaygain "track"
|
|
|
|
|
|
|
|
default_permissions "read"
|
|
|
|
password "{{@@ env['PASS_MPD'] @@}}@read,add,control"
|
|
|
|
password "{{@@ env['PASS_MPD_ADMIN'] @@}}@read,add,control,admin"
|
|
|
|
|
2019-10-26 20:05:31 +03:00
|
|
|
audio_output {
|
|
|
|
type "fifo"
|
2019-11-02 08:45:18 +02:00
|
|
|
name "Visualizer"
|
2019-10-26 20:05:31 +03:00
|
|
|
path "/tmp/mpd.fifo"
|
|
|
|
format "44100:16:2"
|
|
|
|
}
|
2019-11-02 08:45:18 +02:00
|
|
|
|
2019-10-26 20:05:31 +03:00
|
|
|
audio_output {
|
|
|
|
type "pulse"
|
2019-11-02 08:45:18 +02:00
|
|
|
name "MPD PulseAudio"
|
2019-10-26 20:05:31 +03:00
|
|
|
}
|