[Pkg-mpd-commits] [pkg-mpd] 06/09: Update our mpd.conf according to mpdconf.example

Florian Schlichting fsfs at moszumanska.debian.org
Tue Feb 14 21:44:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 123054bb8a2723979e25aa8051a728cf291e2442
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Feb 14 20:06:21 2017 +0100

    Update our mpd.conf according to mpdconf.example
---
 debian/mpd.conf | 45 ++++++++-------------------------------------
 1 file changed, 8 insertions(+), 37 deletions(-)

diff --git a/debian/mpd.conf b/debian/mpd.conf
index 4504c95..ff5bbe8 100644
--- a/debian/mpd.conf
+++ b/debian/mpd.conf
@@ -309,6 +309,14 @@ audio_output {
 #	device		"Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
 #}
 #
+# An example of an sndio output.
+#
+#audio_output {
+#  type        "sndio"
+#  name        "sndio output"
+#  mixer_type  "software"
+#}
+#
 ## Example "pipe" output:
 #
 #audio_output {
@@ -330,13 +338,6 @@ audio_output {
 #	mixer_type      "none"                  # optional
 #}
 #
-# If MPD has been compiled with libsamplerate support, this setting specifies 
-# the sample rate converter to use.  Possible values can be found in the 
-# mpd.conf man page or the libsamplerate documentation. By default, this is
-# setting is disabled.
-#
-#samplerate_converter		"Fastest Sinc Interpolator"
-#
 ###############################################################################
 
 
@@ -386,34 +387,4 @@ audio_output {
 #
 filesystem_charset		"UTF-8"
 #
-# This setting controls the encoding that ID3v1 tags should be converted from.
-#
-id3v1_encoding			"UTF-8"
-#
 ###############################################################################
-
-
-# SIDPlay decoder #############################################################
-#
-# songlength_database:
-#  Location of your songlengths file, as distributed with the HVSC.
-#  The sidplay plugin checks this for matching MD5 fingerprints.
-#  See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
-#
-# default_songlength:
-#  This is the default playing time in seconds for songs not in the
-#  songlength database, or in case you're not using a database.
-#  A value of 0 means play indefinitely.
-#
-# filter:
-#  Turns the SID filter emulation on or off.
-#
-#decoder {
-#       plugin                  "sidplay"
-#       songlength_database     "/media/C64Music/DOCUMENTS/Songlengths.txt"
-#       default_songlength      "120"
-#       filter "true"
-#}
-#
-###############################################################################
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list