mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
add mpd
This commit is contained in:
parent
5a3f6f8457
commit
1403358380
26
mpd/mpd.conf
Normal file
26
mpd/mpd.conf
Normal file
@ -0,0 +1,26 @@
|
||||
# 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user