Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
34003982
Commit
34003982
authored
Dec 04, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/mpdconf.example: move sidplay documentation to the user manual
parent
5c244e9a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
26 deletions
+58
-26
mpdconf.example
doc/mpdconf.example
+0
-26
user.xml
doc/user.xml
+58
-0
No files found.
doc/mpdconf.example
View file @
34003982
...
@@ -385,29 +385,3 @@ input {
...
@@ -385,29 +385,3 @@ input {
#id3v1_encoding "ISO-8859-1"
#id3v1_encoding "ISO-8859-1"
#
#
###############################################################################
###############################################################################
# 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"
#}
#
###############################################################################
doc/user.xml
View file @
34003982
...
@@ -2017,6 +2017,64 @@ buffer_size: 16384</programlisting>
...
@@ -2017,6 +2017,64 @@ buffer_size: 16384</programlisting>
</informaltable>
</informaltable>
</section>
</section>
<section
id=
"sidplay_decoder"
>
<title><varname>
sidplay
</varname></title>
<para>
C64 SID decoder based on
<application>
libsidplay
</application>
.
</para>
<informaltable>
<tgroup
cols=
"2"
>
<thead>
<row>
<entry>
Setting
</entry>
<entry>
Description
</entry>
</row>
</thead>
<tbody>
<row>
<entry>
<varname>
songlength_database
</varname>
<parameter>
PATH
</parameter>
</entry>
<entry>
Location of your songlengths file, as distributed
with the HVSC. The
<varname>
sidplay
</varname>
plugin checks this for matching MD5 fingerprints.
See
<ulink
url=
"http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq"
>
http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
</ulink>
.
</entry>
</row>
<row>
<entry>
<varname>
default_songlength
</varname>
<parameter>
SECONDS
</parameter>
</entry>
<entry>
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.
</entry>
</row>
<row>
<entry>
<varname>
filter
</varname>
<parameter>
yes|no
</parameter>
</entry>
<entry>
Turns the SID filter emulation on or off.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</section>
<section>
<section>
<title><varname>
wildmidi
</varname></title>
<title><varname>
wildmidi
</varname></title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment