From 538fc348552b17f363674b1506a3ac36c3d86098 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 13 Feb 2022 23:43:02 +0000 Subject: Updated mpd: directories now under /var/mpd --- mpd.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'mpd.conf') diff --git a/mpd.conf b/mpd.conf index 787f5df..a3282b8 100755 --- a/mpd.conf +++ b/mpd.conf @@ -10,14 +10,14 @@ # be disabled and audio files will only be accepted over ipc socket (using # file:// protocol) or streaming files over an accepted protocol. # -music_directory "~/.music" +music_directory "/var/mpd/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 # playlist files not created by the server but only if they are in the MPD # format. This setting defaults to playlist saving being disabled. # -playlist_directory "~/.config/mpd/playlists" +playlist_directory "/var/mpd/playlists" # # This setting sets the location of the MPD database. This file is used to @@ -26,7 +26,7 @@ playlist_directory "~/.config/mpd/playlists" # MPD to accept files over ipc socket (using file:// protocol) or streaming # files over an accepted protocol. # -db_file "~/.config/mpd/database" +db_file "/var/mpd/database" # These settings are the locations for the daemon log files for the daemon. # @@ -44,7 +44,7 @@ log_file "syslog" # # If you use systemd, do not configure a pid_file. # -pid_file "~/.config/mpd/pid" +# pid_file "~/.config/mpd/pid" # This setting sets the location of the file which contains information about # most variables to get MPD back into the same general shape it was in before @@ -216,15 +216,15 @@ input { # # An example of an ALSA output: # -#audio_output { -# type "alsa" -# name "My ALSA Device" -## device "hw:0,0" # optional -## mixer_type "hardware" # optional -## mixer_device "default" # optional -## mixer_control "PCM" # optional -## mixer_index "0" # optional -#} +audio_output { + type "alsa" + name "My ALSA Device" +# device "hw:0,0" # optional +# mixer_type "hardware" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional +# mixer_index "0" # optional +} # # An example of an OSS output: # -- cgit v1.2.1