removed crawl, added mpd config
This commit is contained in:
parent
7e1e02655a
commit
18f440f98f
4 changed files with 17 additions and 227 deletions
16
mpd/.config/mpd/mpd.conf
Normal file
16
mpd/.config/mpd/mpd.conf
Normal file
|
@ -0,0 +1,16 @@
|
|||
music_directory "~/Music"
|
||||
playlist_directory "~/Music/.mpd/playlists"
|
||||
db_file "~/Music/.mpd/database"
|
||||
state_file "~/Music/.mpd/state"
|
||||
log_file "~/.mpd/log"
|
||||
pid_file "~/.mpd/pid"
|
||||
sticker_file "~/.mpd/sticker.sql"
|
||||
|
||||
restore_paused "yes"
|
||||
auto_update "yes"
|
||||
replaygain "auto"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue