From 47c87e8226f87cb9ebab1d92b9ea9ee0c51df804 Mon Sep 17 00:00:00 2001 From: José Juan Loeza Sierra Date: Fri, 26 Sep 2025 14:30:30 -0700 Subject: add basic mpd configs --- dot-config/mpd/mpd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dot-config') diff --git a/dot-config/mpd/mpd.conf b/dot-config/mpd/mpd.conf index c191e04..2659a0b 100644 --- a/dot-config/mpd/mpd.conf +++ b/dot-config/mpd/mpd.conf @@ -11,7 +11,7 @@ # file:// protocol) or streaming files over an accepted protocol. # #music_directory "$XDG_MUSIC_DIR" -#music_directory "~/music" +music_directory "~/Assets/music" # # This setting sets the MPD internal playlist directory. The purpose of this # directory is storage for playlists created by MPD. The server will use @@ -19,7 +19,7 @@ # format. This setting defaults to playlist saving being disabled. # #playlist_directory "$XDG_CONFIG_HOME/mpd/playlists" -#playlist_directory "~/.mpd/playlists" +playlist_directory "~/.mpd/playlists" # # This setting sets the location of the MPD database. This file is used to # load the database at server start up and store the database while the @@ -28,7 +28,7 @@ # files over an accepted protocol. # #db_file "$XDG_CACHE_HOME/mpd/database" -#db_file "~/.mpd/database" +db_file "~/.mpd/database" # These settings are the locations for the daemon log files for the daemon. # @@ -39,7 +39,7 @@ # defaults to the systemd journal, which is fine. # #log_file "$XDG_CACHE_HOME/mpd/log" -#log_file "~/.mpd/log" +log_file "~/.mpd/log" # This setting sets the location of the file which stores the process ID # for use of mpd --kill and some init scripts. This setting is disabled by @@ -128,7 +128,7 @@ # This setting enables automatic update of MPD's database when files in # music_directory are changed. (Linux only) # -#auto_update "yes" +auto_update "yes" # # Limit the depth of the directories being watched, 0 means only watch # the music directory itself. There is no limit by default. -- cgit v1.3