Changed location of music library.
This commit is contained in:
@@ -10,14 +10,14 @@
|
|||||||
# be disabled and audio files will only be accepted over ipc socket (using
|
# be disabled and audio files will only be accepted over ipc socket (using
|
||||||
# file:// protocol) or streaming files over an accepted protocol.
|
# 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
|
# This setting sets the MPD internal playlist directory. The purpose of this
|
||||||
# directory is storage for playlists created by MPD. The server will use
|
# 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
|
# playlist files not created by the server but only if they are in the MPD
|
||||||
# format. This setting defaults to playlist saving being disabled.
|
# 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
|
# 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
|
# 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
|
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||||
# to.
|
# to.
|
||||||
#
|
#
|
||||||
#port "6600"
|
port "6600"
|
||||||
#
|
#
|
||||||
# This setting controls the type of information which is logged. Available
|
# This setting controls the type of information which is logged. Available
|
||||||
# setting arguments are "default", "secure" or "verbose". The "verbose" setting
|
# setting arguments are "default", "secure" or "verbose". The "verbose" setting
|
||||||
|
|||||||
Reference in New Issue
Block a user