diff options
Diffstat (limited to 'dot-config/mpd')
| -rw-r--r-- | dot-config/mpd/mpd.conf | 10 |
1 files changed, 5 insertions, 5 deletions
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. |
