From 92451d87e0b9caafa4325a5c42468f57ae02fe40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 2 Oct 2013 18:08:41 +0200 Subject: [PATCH] Changed location of music library. --- mpd/mpd/mpdconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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