mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
update mpd config
This commit is contained in:
parent
fb549ba6ba
commit
c9794c351c
@ -1,13 +1,19 @@
|
|||||||
# Required files
|
# Required files
|
||||||
db_file "~/.cache/mpd/database"
|
db_file "~/.local/share/mpd/database"
|
||||||
log_file "~/.cache/mpd/log"
|
log_file "syslog"
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
music_directory "~/music"
|
music_directory "~/music"
|
||||||
playlist_directory "~/.config/mpd/playlists"
|
playlist_directory "~/.config/mpd/playlists"
|
||||||
pid_file "~/.cache/mpd/pid"
|
#pid_file "~/.local/share/mpd/pid"
|
||||||
state_file "~/.cache/mpd/state"
|
state_file "~/.local/share/mpd/state"
|
||||||
sticker_file "~/.cache/mpd/sticker.sql"
|
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 {
|
audio_output {
|
||||||
type "pulse"
|
type "pulse"
|
||||||
|
Loading…
Reference in New Issue
Block a user