summaryrefslogtreecommitdiffstats
path: root/.config/mpd/mpd.conf
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-12 12:05:45 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-12 12:05:45 +0200
commit5b3bf5a4fcaf460800a41b90609b5363b254a7a3 (patch)
treefdd5e5e32cb19c7213365b70f9c90ae57bbb8665 /.config/mpd/mpd.conf
parentFix (diff)
downloaddotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.gz
dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.bz2
dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.xz
dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.tar.zst
dotfiles-bsd-5b3bf5a4fcaf460800a41b90609b5363b254a7a3.zip
Updates, new script!
Diffstat (limited to '')
-rw-r--r--.config/mpd/mpd.conf16
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index ae3b958..ee95a9e 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -11,14 +11,14 @@
# file:// protocol) or streaming files over an accepted protocol.
#
# music_directory "/var/mpd/music"
-music_directory "/usr/home/jozan/mu"
+music_directory "~/mu"
#
# 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 "/usr/home/jozan/.local/share/mpd/playlists"
+playlist_directory "~/.local/share/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
@@ -26,7 +26,7 @@ playlist_directory "/usr/home/jozan/.local/share/mpd/playlists"
# MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol.
#
-db_file "/usr/home/jozan/.local/share/mpd/db"
+db_file "~/.local/share/mpd/db"
#
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
@@ -35,25 +35,25 @@ db_file "/usr/home/jozan/.local/share/mpd/db"
# The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog.
#
-log_file "/usr/home/jozan/.local/share/mpd/log"
+log_file "~/.local/share/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 "/usr/home/jozan/.local/share/mpd/pid"
+pid_file "~/.local/share/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 "/usr/home/jozan/.local/share/mpd/state"
+state_file "~/.local/share/mpd/state"
#
# The location of the sticker database. This is a database which
# manages dynamic information attached to songs.
#
-sticker_file "/usr/home/jozan/.local/share/mpd/sticker.sql"
+sticker_file "~/.local/share/mpd/sticker.sql"
#
###############################################################################
@@ -85,7 +85,7 @@ bind_to_address "any"
# bind_to_address "192.168.1.79"
#
# And for Unix Socket
-# bind_to_address "/usr/home/jozan/.local/share/mpd/socket"
+bind_to_address "~/.local/share/mpd/socket"
#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.