exconf: The usual defaults updates.
Ths usual defaults updates, this includes clarifications, cleanups, updates and fixes.
This commit is contained in:

committed by
Max Kellermann

parent
b964480767
commit
12b6ca8832
@@ -4,20 +4,25 @@
|
|||||||
# Files and directories #######################################################
|
# Files and directories #######################################################
|
||||||
#
|
#
|
||||||
# This setting controls the top directory which MPD will search to discover the
|
# This setting controls the top directory which MPD will search to discover the
|
||||||
# available audio files and add them to the daemon's online database.
|
# available audio files and add them to the daemon's online database. This
|
||||||
|
# setting defaults to the XDG directory, otherwise the music directory will be
|
||||||
|
# be disabled and audio files will only be accepted over ipc socket (using
|
||||||
|
# file:// protocol) or streaming files over an accepted protocol.
|
||||||
#
|
#
|
||||||
#music_directory "~/music"
|
#music_directory "~/music"
|
||||||
#
|
#
|
||||||
# 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.
|
# 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
|
||||||
# server is not up.
|
# server is not up. This setting defaults to disabled which will allow
|
||||||
|
# MPD to accept files over ipc socket (using file:// protocol) or streaming
|
||||||
|
# files over an accepted protocol.
|
||||||
#
|
#
|
||||||
#db_file "~/.mpd/database"
|
#db_file "~/.mpd/database"
|
||||||
#
|
#
|
||||||
@@ -25,21 +30,21 @@
|
|||||||
# These logs are great for troubleshooting, depending on your log_level
|
# These logs are great for troubleshooting, depending on your log_level
|
||||||
# settings.
|
# settings.
|
||||||
#
|
#
|
||||||
# The special value "syslog" makes MPD use the local syslog daemon.
|
# The special value "syslog" makes MPD use the local syslog daemon. This
|
||||||
# On most systems, log messages will appear in /var/log/daemon.log
|
# setting defaults to logging to syslog, otherwise logging is disabled.
|
||||||
# then.
|
|
||||||
#
|
#
|
||||||
#log_file "~/.mpd/log"
|
#log_file "~/.mpd/log"
|
||||||
#
|
#
|
||||||
# This setting sets the location of the file which stores the process ID
|
# 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
|
# for use of mpd --kill and some init scripts. This setting is disabled by
|
||||||
# default.
|
# default and the pid file will not be stored.
|
||||||
#
|
#
|
||||||
#pid_file "~/.mpd/pid"
|
#pid_file "~/.mpd/pid"
|
||||||
#
|
#
|
||||||
# This setting sets the location of the file which contains information about
|
# 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
|
# 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.
|
# it was brought down. This setting is disabled by default and the server
|
||||||
|
# state will be reset on server start up.
|
||||||
#
|
#
|
||||||
#state_file "~/.mpd/state"
|
#state_file "~/.mpd/state"
|
||||||
#
|
#
|
||||||
@@ -48,11 +53,10 @@
|
|||||||
|
|
||||||
# General music daemon options ################################################
|
# General music daemon options ################################################
|
||||||
#
|
#
|
||||||
# This setting specifies the user that MPD will run as, if set. MPD should
|
# This setting specifies the user that MPD will run as. MPD should never run as
|
||||||
# never run as root and you may use this setting to make MPD change its user
|
# root and you may use this setting to make MPD change its user ID after
|
||||||
# id after initialization. Do not use this setting if you start MPD as an
|
# initialization. This setting is disabled by default and MPD is run as the
|
||||||
# unprivileged user. This setting is disabled by default, and the server will
|
# current user.
|
||||||
# run as root.
|
|
||||||
#
|
#
|
||||||
#user "nobody"
|
#user "nobody"
|
||||||
#
|
#
|
||||||
@@ -66,7 +70,8 @@
|
|||||||
# And for Unix Socket
|
# And for Unix Socket
|
||||||
#bind_to_address "~/.mpd/socket"
|
#bind_to_address "~/.mpd/socket"
|
||||||
#
|
#
|
||||||
# This setting is the port that is desired for the daemon to get assigned to.
|
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||||
|
# to.
|
||||||
#
|
#
|
||||||
#port "6600"
|
#port "6600"
|
||||||
#
|
#
|
||||||
@@ -105,7 +110,7 @@
|
|||||||
#
|
#
|
||||||
#follow_outside_symlinks "yes"
|
#follow_outside_symlinks "yes"
|
||||||
#
|
#
|
||||||
# If this setting is set to "yes, MPD will discover audio files by following
|
# If this setting is set to "yes", MPD will discover audio files by following
|
||||||
# symbolic links inside of the configured music_directory.
|
# symbolic links inside of the configured music_directory.
|
||||||
#
|
#
|
||||||
#follow_inside_symlinks "yes"
|
#follow_inside_symlinks "yes"
|
||||||
@@ -201,7 +206,7 @@
|
|||||||
# name "My HTTP Stream"
|
# name "My HTTP Stream"
|
||||||
# encoder "vorbis" # optional, vorbis or lame
|
# encoder "vorbis" # optional, vorbis or lame
|
||||||
# port "8000"
|
# port "8000"
|
||||||
# #quality "5.0" # do not define if bitrate is defined
|
# quality "5.0" # do not define if bitrate is defined
|
||||||
# bitrate "128" # do not define if quality is defined
|
# bitrate "128" # do not define if quality is defined
|
||||||
# format "44100:16:1"
|
# format "44100:16:1"
|
||||||
#}
|
#}
|
||||||
@@ -211,8 +216,8 @@
|
|||||||
#audio_output {
|
#audio_output {
|
||||||
# type "pulse"
|
# type "pulse"
|
||||||
# name "My Pulse Output"
|
# name "My Pulse Output"
|
||||||
# server "remote_server"
|
# server "remote_server" # optional
|
||||||
# sink "remote_server_sink"
|
# sink "remote_server_sink" # optional
|
||||||
#}
|
#}
|
||||||
#
|
#
|
||||||
## Example "pipe" output:
|
## Example "pipe" output:
|
||||||
@@ -277,7 +282,7 @@
|
|||||||
#
|
#
|
||||||
# This setting specifies the type of ReplayGain to use. This setting can have
|
# This setting specifies the type of ReplayGain to use. This setting can have
|
||||||
# the argument "album" or "track". See <http://www.replaygain.org> for more
|
# the argument "album" or "track". See <http://www.replaygain.org> for more
|
||||||
# details. By default this setting is disabled.
|
# details. This setting is disabled by default.
|
||||||
#
|
#
|
||||||
#replaygain "album"
|
#replaygain "album"
|
||||||
#
|
#
|
||||||
@@ -288,7 +293,7 @@
|
|||||||
#
|
#
|
||||||
# This setting enables on-the-fly normalization volume adjustment. This will
|
# This setting enables on-the-fly normalization volume adjustment. This will
|
||||||
# result in the volume of all playing audio to be adjusted so the output has
|
# result in the volume of all playing audio to be adjusted so the output has
|
||||||
# equal "loudness".
|
# equal "loudness". This setting is disabled by default.
|
||||||
#
|
#
|
||||||
#volume_normalization "no"
|
#volume_normalization "no"
|
||||||
#
|
#
|
||||||
@@ -314,8 +319,8 @@
|
|||||||
|
|
||||||
# HTTP Streaming Proxy ########################################################
|
# HTTP Streaming Proxy ########################################################
|
||||||
#
|
#
|
||||||
# This setting specifies the HTTP proxy to use for playing HTTP streams. By
|
# This setting specifies the HTTP proxy to use for playing HTTP streams. These
|
||||||
# default, these settings will be disabled.
|
# settings will be disabled by default.
|
||||||
#
|
#
|
||||||
#http_proxy_host "proxy.isp.com"
|
#http_proxy_host "proxy.isp.com"
|
||||||
#http_proxy_port "8080"
|
#http_proxy_port "8080"
|
||||||
|
Reference in New Issue
Block a user