1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

update mpd config

This commit is contained in:
Ryan Kes 2020-09-30 14:01:23 +02:00
parent fb549ba6ba
commit c9794c351c

View File

@ -1,13 +1,19 @@
# Required files
db_file "~/.cache/mpd/database"
log_file "~/.cache/mpd/log"
db_file "~/.local/share/mpd/database"
log_file "syslog"
# Optional
music_directory "~/music"
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.cache/mpd/pid"
state_file "~/.cache/mpd/state"
sticker_file "~/.cache/mpd/sticker.sql"
#pid_file "~/.local/share/mpd/pid"
state_file "~/.local/share/mpd/state"
sticker_file "~/.local/share/mpd/sticker.sql"
# Refresh database whenever new files are added to music_directory
auto_update "yes"
auto_update_depth "0"
restore_paused "yes"
audio_output {
type "pulse"