From aa3c568c7dea254f56ac36b393c79204e761fa15 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Thu, 14 Dec 2023 11:36:38 -0600 Subject: [PATCH] Add mpd config --- mpd.conf | 8 ++++++++ stowfile | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 mpd.conf diff --git a/mpd.conf b/mpd.conf new file mode 100644 index 0000000..c5b2378 --- /dev/null +++ b/mpd.conf @@ -0,0 +1,8 @@ +db_file "~/.local/share/mpd/database" +log_file "~/.local/share/mpd/log" +music_directory "~/Music" +auto_update "yes" +playlist_directory "~/.local/share/mpd/playlists" +pid_file "~/.local/state/mpd/pid" +state_file "~/.local/state/mpd/state" +sticker_file "~/.local/share/mpd/sticker.sql" diff --git a/stowfile b/stowfile index 9cfaa4f..d8b26ac 100644 --- a/stowfile +++ b/stowfile @@ -2,6 +2,9 @@ vars: - confhome=${XDG_CONFIG_HOME} stow: + - src: mpd.conf + links: + - "${confhome}/mpd/mpd.conf" - src: mbsyncrc links: - "${HOME}/.mbsyncrc"