added mpd config
This commit is contained in:
parent
af4938c6c3
commit
31b67f5e82
|
@ -0,0 +1,17 @@
|
|||
db_file "~/.config/mpd/mpd.db"
|
||||
pid_file "~/.config/mpd/mpd.pid"
|
||||
state_file "~/.config/mpd/state"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
|
||||
log_file "syslog"
|
||||
|
||||
music_directory "/mnt/win/d/Sync/Music/"
|
||||
playlist_directory "~/.config/mpd/playlists"
|
||||
|
||||
|
||||
auto_update "yes"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
}
|
Loading…
Reference in New Issue