mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
21 lines
504 B
Plaintext
21 lines
504 B
Plaintext
|
music_directory "~/Music"
|
||
|
playlist_directory "~/Music/Playlists"
|
||
|
db_file "~/.mpd/database"
|
||
|
log_file "~/.mpd/log"
|
||
|
pid_file "~/.mpd/pid"
|
||
|
state_file "~/.mpd/state"
|
||
|
sticker_file "~/.mpd/sticker.sql"
|
||
|
input {
|
||
|
plugin "curl"
|
||
|
}
|
||
|
audio_output {
|
||
|
type "fifo"
|
||
|
name "my_fifo"
|
||
|
path "/tmp/mpd.fifo"
|
||
|
format "44100:16:2"
|
||
|
}
|
||
|
audio_output {
|
||
|
type "pulse"
|
||
|
name "pulse audio"
|
||
|
}
|