]> kaliko git repositories - mpd-sima.git/commitdiff
man: Fixed and build mpd_sima.cfg.5 manual
authorkaliko <kaliko@azylum.org>
Sun, 14 Nov 2021 18:13:41 +0000 (19:13 +0100)
committerkaliko <kaliko@azylum.org>
Sun, 14 Nov 2021 18:13:41 +0000 (19:13 +0100)
data/man/mpd_sima.cfg.5
data/man/mpd_sima.cfg.5.xml

index 26028800231969d13387552312ed01cd0e327fa4..02055bb86ee7b7f02b339832ed737deb112c6756 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: mpd_sima.cfg
 .\"    Author: kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/>
-.\"      Date: 04/22/2021
-.\"    Manual: mpd-sima 0.17.0 User Manual
+.\"      Date: 11/14/2021
+.\"    Manual: mpd-sima 0.18.0.dev0 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD_SIMA\&.CFG" "5" "04/22/2021" "mpd-sima" "mpd-sima 0.17.0 User Manual"
+.TH "MPD_SIMA\&.CFG" "5" "11/14/2021" "mpd-sima" "mpd-sima 0.18.0.dev0 User Manu"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -270,6 +270,8 @@ Plugin priority
 .RE
 .SS "Random section"
 .PP
+When no similar tracks are found, falling back to random queuing\&.
+.PP
 Random plugin\*(Aqs configuration:
 .PP
 \fB[random]\fR
@@ -283,10 +285,9 @@ How many track(s) to add\&.
 .PP
 \fBflavour=\fR\fIsensible\fR
 .RS 4
-When no similar tracks are found, falling back to random queuing\&. Different mode, aka random flavour, are available:
+Different mode, aka random flavour, are available:
 \fIpure\fR,
 \fIsensible\fR,
-\fIgenre\fR\&.
 .sp
 .RS 4
 .ie n \{\
@@ -310,17 +311,6 @@ When no similar tracks are found, falling back to random queuing\&. Different mo
 \fIsensible\fR, use play history to filter chosen tracks\&.
 .RE
 .sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fIgenre\fR, Not implemented yet\&.
-.RE
-.sp
 .RE
 .PP
 \fBpriority=\fR\fI50\fR
@@ -401,7 +391,7 @@ Whether or not to use on\-disk persistent http cache\&.
 When set to "true", sima will use a persistent cache for its http client\&. The cache is written along with the dbfile in:
 .br
 
-$XDG_CONFIG_HOME/mpd_sima/http/WEB_SERVICE\&.
+$XDG_DATA_HOME/mpd_sima/http/WEB_SERVICE\&.
 .br
 
 If set to "false", caching is still done but in memory\&.
index 111d3bf78ec1b6ba2664f0f51432c9300feb901a..1997bd18b0c538e34a65af952eeccd6abcebeaa7 100644 (file)
@@ -289,6 +289,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
         </refsect2>
         <refsect2 id="random">
             <title>Random section</title>
+            <para>When no similar tracks are found, falling back to random queuing.</para>
             <para>Random plugin's configuration:</para>
                 <varlistentry> <!-- random -->
                     <term><option>[random]</option></term>
@@ -302,12 +303,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
                 <varlistentry> <!-- random.flavour -->
                     <term><option>flavour=</option><replaceable>sensible</replaceable></term>
                     <listitem>
-                        <para>When no similar tracks are found, falling back to
-                            random queuing. Different mode, aka random flavour,
+                        <para>Different mode, aka random flavour,
                             are available:
                             <replaceable>pure</replaceable>,
                             <replaceable>sensible</replaceable>,
-                            <replaceable>genre</replaceable>.
                             <itemizedlist mark='bullet'>
                                 <listitem>
                                     <para><replaceable>pure</replaceable>, pure random choice, even among recently played track.
@@ -317,10 +316,6 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
                                     <para><replaceable>sensible</replaceable>, use play history to filter chosen tracks.
                                     </para>
                                 </listitem>
-                                <listitem>
-                                    <para><replaceable>genre</replaceable>, Not implemented yet.
-                                    </para>
-                                </listitem>
                             </itemizedlist>
                         </para>
                     </listitem>