diff --git a/mpd/mpd/mpdconf b/mpd/mpd/mpdconf index 50c8a8f..393043a 100644 --- a/mpd/mpd/mpdconf +++ b/mpd/mpd/mpdconf @@ -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 "~/Musik" +music_directory "~/music/library/" # # 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 "~/.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 @@ -86,7 +86,7 @@ sticker_file "~/.mpd/sticker.sql" # This setting is the TCP port that is desired for the daemon to get assigned # to. # -#port "6600" +port "6600" # # This setting controls the type of information which is logged. Available # setting arguments are "default", "secure" or "verbose". The "verbose" setting