doc/user: add missing playlist plugins
This commit is contained in:
parent
90f189eb54
commit
907c045f33
64
doc/user.xml
64
doc/user.xml
|
@ -4216,6 +4216,22 @@ run</programlisting>
|
||||||
<section id="playlist_plugins">
|
<section id="playlist_plugins">
|
||||||
<title>Playlist plugins</title>
|
<title>Playlist plugins</title>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>asx</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Reads <filename>.asx</filename> playlist files.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>cue</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Reads <filename>.cue</filename> files.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>embcue</varname></title>
|
<title><varname>embcue</varname></title>
|
||||||
|
|
||||||
|
@ -4240,6 +4256,15 @@ run</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>flac</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Reads the <varname>cuesheet</varname> metablock from a FLAC
|
||||||
|
file.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>pls</varname></title>
|
<title><varname>pls</varname></title>
|
||||||
|
|
||||||
|
@ -4248,6 +4273,45 @@ run</programlisting>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>rss</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Reads music links from <filename>.rss</filename> files.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>soundcloud</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Download playlist from SoundCloud. It accepts URIs starting
|
||||||
|
with <filename>soundcloud://</filename>.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<informaltable>
|
||||||
|
<tgroup cols="2">
|
||||||
|
<thead>
|
||||||
|
<row>
|
||||||
|
<entry>Setting</entry>
|
||||||
|
<entry>Description</entry>
|
||||||
|
</row>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
<varname>apikey</varname>
|
||||||
|
<parameter>KEY</parameter>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
An API key to access the SoundCloud servers.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
</tbody>
|
||||||
|
</tgroup>
|
||||||
|
</informaltable>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>xspf</varname></title>
|
<title><varname>xspf</varname></title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue