rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 1b0a1a4652a4765e4f67f750e067f3f53ad3f370
parent 196ee6b1dd05c242ec7c3ceb3b467e8eed41538c
Author: Mark Feller <mark.feller@member.fsf.org>
Date:   Wed, 25 Sep 2019 13:41:43 -0600

use cache directory for mpd files

Diffstat:
Mdots/.config/mpd/mpd.conf | 16++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dots/.config/mpd/mpd.conf b/dots/.config/mpd/mpd.conf @@ -3,12 +3,12 @@ music_directory "~/Music" port "6600" -db_file "~/.config/mpd/database" -log_file "~/.config/mpd/log" -pid_file "~/.config/mpd/pid" -playlist_directory "~/.config/mpd/playlists" -state_file "~/.config/mpd/state" -sticker_file "~/.config/mpd/sticker.sql" +db_file "~/.cache/mpd/database" +log_file "~/.cache/mpd/log" +pid_file "~/.cache/mpd/pid" +playlist_directory "~/.cache/mpd/playlists" +state_file "~/.cache/mpd/state" +sticker_file "~/.cache/mpd/sticker.sql" # audio_output { # type "osx" @@ -16,6 +16,6 @@ sticker_file "~/.config/mpd/sticker.sql" # } audio_output { - type "pulse" - name "mpd pulse audio" + type "pulse" + name "mpd pulse audio" }