aboutsummaryrefslogtreecommitdiff
path: root/.mpd/mpd.conf
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-07-14 13:23:05 -0400
committerxero <x@xero.nu>2014-07-14 13:23:05 -0400
commit56560fd597f94dfe6fe5fa79648398ab29d05775 (patch)
tree7e77d23be98b2df8ef847f49ee645085356305be /.mpd/mpd.conf
parent1434c859bcf94a0bbee88e72c8a01849d0356293 (diff)
downloaddotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.tar.xz
dotfiles_ascii-56560fd597f94dfe6fe5fa79648398ab29d05775.zip
updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles:
Diffstat (limited to '')
-rwxr-xr-xmpd/.config/mpd/mpd.conf (renamed from .mpd/mpd.conf)14
1 files changed, 7 insertions, 7 deletions
diff --git a/.mpd/mpd.conf b/mpd/.config/mpd/mpd.conf
index 21f12a9..1fab2fe 100755
--- a/.mpd/mpd.conf
+++ b/mpd/.config/mpd/mpd.conf
@@ -17,7 +17,7 @@ music_directory "/home/xero/music"
# 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 "/home/xero/.mpd/playlists"
+playlist_directory "/home/xero/.config/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
@@ -25,7 +25,7 @@ playlist_directory "/home/xero/.mpd/playlists"
# MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol.
#
-db_file "/home/xero/.mpd/tag_cache"
+db_file "/home/xero/.config/mpd/tag_cache"
#
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
@@ -34,25 +34,25 @@ db_file "/home/xero/.mpd/tag_cache"
# The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog, otherwise logging is disabled.
#
-log_file "/home/xero/.mpd/mpd.log"
+log_file "/home/xero/.config/mpd/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
# default and the pid file will not be stored.
#
-pid_file "/home/xero/.mpd/mpd.pid"
+pid_file "/home/xero/.config/mpd/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
# it was brought down. This setting is disabled by default and the server
# state will be reset on server start up.
#
-state_file "/home/xero/.mpd/mpdstate"
+state_file "/home/xero/.config/mpd/mpdstate"
#
# The location of the sticker database. This is a database which
# manages dynamic information attached to songs.
#
-sticker_file "/home/xero/.mpd/sticker.sql"
+sticker_file "/home/xero/.config/mpd/sticker.sql"
#
###############################################################################
@@ -86,7 +86,7 @@ bind_to_address "127.0.0.1"
#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
-#
+#8
port "6600"
#
# This setting controls the type of information which is logged. Available