mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
27 lines
559 B
Plaintext
27 lines
559 B
Plaintext
|
# See: /usr/share/doc/mpd/mpdconf.example
|
||
|
|
||
|
bind_to_address "localhost"
|
||
|
pid_file "~/.mpd/pid"
|
||
|
# db_file "~/.mpd/database"
|
||
|
state_file "~/.mpd/mpdstate"
|
||
|
playlist_directory "~/.mpd/playlists"
|
||
|
music_directory "~/Music"
|
||
|
database {
|
||
|
plugin "simple"
|
||
|
path "~/.mpd/database"
|
||
|
}
|
||
|
audio_output {
|
||
|
type "pulse"
|
||
|
name "pulse audio"
|
||
|
device "pulse"
|
||
|
mixer_type "hardware"
|
||
|
}
|
||
|
|
||
|
|
||
|
audio_output {
|
||
|
type "fifo"
|
||
|
name "my_fifo"
|
||
|
path "/tmp/mpd.fifo"
|
||
|
format "44100:16:2"
|
||
|
}
|