Update mpd.conf

This commit is contained in:
daniele 2024-03-18 23:00:12 +01:00
parent a01d8b6076
commit 3ddef434e5
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -17,7 +17,7 @@ music_directory "~/Music"
# 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 "~/.config/mpd/playlists" playlist_directory "~/.local/share/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
@ -25,7 +25,7 @@ playlist_directory "~/.config/mpd/playlists"
# MPD to accept files over ipc socket (using file:// protocol) or streaming # MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol. # files over an accepted protocol.
# #
db_file "~/.config/mpd/database" db_file "~/.local/share/mpd/database"
# #
# These settings are the locations for the daemon log files for the daemon. # These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level # These logs are great for troubleshooting, depending on your log_level
@ -47,12 +47,12 @@ db_file "~/.config/mpd/database"
# it was brought down. This setting is disabled by default and the server # it was brought down. This setting is disabled by default and the server
# state will be reset on server start up. # state will be reset on server start up.
# #
state_file "~/.config/mpd/state" state_file "~/.local/share/mpd/state"
# #
# The location of the sticker database. This is a database which # The location of the sticker database. This is a database which
# manages dynamic information attached to songs. # manages dynamic information attached to songs.
# #
sticker_file "~/.config/mpd/sticker.sql" sticker_file "~/.local/share/mpd/sticker.sql"
# #
############################################################################### ###############################################################################
@ -81,7 +81,7 @@ sticker_file "~/.config/mpd/sticker.sql"
bind_to_address "127.0.0.1" bind_to_address "127.0.0.1"
# #
# And for Unix Socket # And for Unix Socket
bind_to_address "~/.config/mpd/socket" bind_to_address "~/.local/share/mpd/socket"
# #
# 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.