doc/user.xml: add sticker documentation
This commit is contained in:
parent
90c8408111
commit
2bb7785189
3
INSTALL
3
INSTALL
|
@ -126,9 +126,6 @@ For playing HTTP streams.
|
||||||
libmms - https://launchpad.net/libmms
|
libmms - https://launchpad.net/libmms
|
||||||
For playing MMS streams.
|
For playing MMS streams.
|
||||||
|
|
||||||
SQLite - http://www.sqlite.org/
|
|
||||||
For the sticker database.
|
|
||||||
|
|
||||||
libcdio - http://www.gnu.org/software/libcdio/
|
libcdio - http://www.gnu.org/software/libcdio/
|
||||||
For playing audio CDs.
|
For playing audio CDs.
|
||||||
|
|
||||||
|
|
34
doc/user.xml
34
doc/user.xml
|
@ -1035,6 +1035,40 @@ systemctl start mpd.socket</programlisting>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="stickers">
|
||||||
|
<title>The Sticker Database</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
"Stickers" are pieces of information attached to songs.
|
||||||
|
Some clients use them to store ratings and other volatile
|
||||||
|
data. This feature requires <ulink
|
||||||
|
url="http://www.sqlite.org/">SQLite</ulink>, compile-time
|
||||||
|
configure option <parameter>--enable-sqlite</parameter>.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<informaltable>
|
||||||
|
<tgroup cols="2">
|
||||||
|
<thead>
|
||||||
|
<row>
|
||||||
|
<entry>Setting</entry>
|
||||||
|
<entry>Description</entry>
|
||||||
|
</row>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
<varname>sticker_file</varname>
|
||||||
|
<parameter>PATH</parameter>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
The location of the sticker database.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
</tbody>
|
||||||
|
</tgroup>
|
||||||
|
</informaltable>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title>Resource Limitations</title>
|
<title>Resource Limitations</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue