]> kaliko git repositories - mpd-sima.git/commitdiff
Fixed errors in documentation and bumped version
authorkaliko <kaliko@azylum.org>
Wed, 16 Dec 2020 10:15:48 +0000 (11:15 +0100)
committerkaliko <kaliko@azylum.org>
Wed, 16 Dec 2020 10:15:48 +0000 (11:15 +0100)
data/man/info.xml
data/man/mpd_sima.cfg.5
data/man/mpd_sima.cfg.5.html
data/man/mpd_sima.cfg.5.xml

index a50b63d93a60d3f0eef53acfd89bc8e74b430f1f..1e1e47b8a869233f3d26a961947bcb2061d2399c 100644 (file)
@@ -5,7 +5,7 @@
   <!ENTITY dhemail     "kaliko@azylum.org">
   <!ENTITY dhusername  "&dhsurname;">
   <!ENTITY dhpackage "mpd-sima">
-  <!ENTITY release   "0.16.0">
+  <!ENTITY release   "0.16.1">
   <!-- TITLE should be something like "User commands" or similar (see
        http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
   <!ENTITY dhtitle     "&dhpackage; &release; User Manual">
index 877ecedb54300b21ddf036f22d2f42a8c18cf7c5..d8482193d6b66d916931584324e3e219ff661783 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: mpd_sima.cfg
 .\"    Author: kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 12/15/2020
-.\"    Manual: mpd-sima 0.16.0 User Manual
+.\"      Date: 12/16/2020
+.\"    Manual: mpd-sima 0.16.1 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD_SIMA\&.CFG" "5" "12/15/2020" "mpd-sima" "mpd-sima 0.16.0 User Manual"
+.TH "MPD_SIMA\&.CFG" "5" "12/16/2020" "mpd-sima" "mpd-sima 0.16.1 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -425,7 +425,7 @@ and
 .PP
 In addition to supported tags above you can use an MPD filter\&. Please refer to MPD protocol documentation for more\&.
 .PP
-All entries in this section are ANDed as a single MPD filter to look for titles in the library\&. Moreover, with tags, comma separated values are also ANDed\&.
+All entries in this section are ANDed as a single MPD filter to look for titles in the library\&. Moreover, with tags, comma separated values are also ORed\&.
 .br
 
 For instance setting "\fBgenre=rock\fR" and "\fBdate=1982,1983,1984,1985,1986,1987,1988,1989\fR" will end up looking for track tagged with genre
@@ -435,7 +435,7 @@ and date within 1985 through 1990\&.
 
 Using an MPD filter to replace
 \fBdate\fR
-you can achieve the same with the following setting: "\fBgenre=rock\fR" and "\fBfilter=(date =~ \*(Aq198[2\-9]\*(Aq)\fR" (provided your MPD server was compiled with libpcre)\&.
+you can achieve the same with the following setting: "\fBgenre=rock\fR" and "\fBfilter=(date =~ \*(Aq198[2\-9]+\*(Aq)\fR" (provided your MPD server was compiled with libpcre)\&.
 .PP
 \fB[tags]\fR
 .RS 4
index 5efec5ddaf19666c93e67618c573002a28013ebc..ae847071fd05758bc31bc6deb6c845ca97afbae7 100644 (file)
@@ -119,22 +119,20 @@ consume=30
                             If set to "false", caching is still done but in memory.
                         </p></dd><dt><span class="term"><code class="option">priority=</code><em class="replaceable"><code>100</code></em></span></dt><dd><p>
                             Plugin priority
-                        </p></dd></dl></div></div><div class="refsect2"><a name="tags"></a><h3>Tags section</h3><p>Tags plugin's configuration. There is no default configuration for this plugin, it does not work out of the box.</p><p>
-                This plugin permits offline autoqueuing based on files tags only. Supported tags are
-              <code class="option">'comment'</code>, <code class="option">'date'</code>, <code class="option">'genre'</code>, <code class="option">'label'</code> and
-              <code class="option">'originaldate'</code>. It currently supports single track queuing only, no album mode for this plugin.
-              </p><p>
-              In addition to supported tags above you can use an MPD filter. Please refer to MPD protocol documentation for more.
-            </p><p>
-              All entries in this section are ANDed as a single MPD filter to look for titles
-              in the library. Moreover, with tags, comma separated values are also ANDed.<br>
+                        </p></dd></dl></div></div><div class="refsect2"><a name="tags"></a><h3>Tags section</h3><p>Tags plugin's configuration. There is no default configuration for this plugin,
+              it does not work out of the box.</p><p>  This plugin permits offline autoqueuing based on files tags only. Supported tags are
+              <code class="option">'comment'</code>, <code class="option">'date'</code>, <code class="option">'genre'</code>,
+              <code class="option">'label'</code> and <code class="option">'originaldate'</code>. It currently
+              supports single track queuing only, no album mode for this plugin.</p><p>In addition to supported tags above you can use an MPD filter. Please refer to
+              MPD protocol documentation for more.</p><p>All entries in this section are ANDed as a single MPD filter to look for titles
+              in the library. Moreover, with tags, comma separated values are also ORed.<br>
               For instance setting "<code class="option">genre=rock</code>" and
               "<code class="option">date=1982,1983,1984,1985,1986,1987,1988,1989</code>"
               will end up looking for track tagged with genre <code class="option">rock</code>
               and date within 1985 through 1990.<br>
               Using an MPD filter to replace <code class="option">date</code> you can achieve
               the same with the following setting: "<code class="option">genre=rock</code>" and
-              "<code class="option">filter=(date =~ '198[2-9]')</code>" (provided your MPD server
+              "<code class="option">filter=(date =~ '198[2-9]+')</code>" (provided your MPD server
               was compiled with libpcre).
             </p><dt><span class="term"><code class="option">[tags]</code></span></dt><dd></dd><dt><span class="term"><code class="option">filter=</code></span></dt><dd><p>You can use here any valid MPD filter as defined in MPD protocol documentation.</p></dd><dt><span class="term"><code class="option">comment=</code></span></dt><dd></dd><dt><span class="term"><code class="option">date=</code></span></dt><dd></dd><dt><span class="term"><code class="option">genre=</code></span></dt><dd></dd><dt><span class="term"><code class="option">label=</code></span></dt><dd></dd><dt><span class="term"><code class="option">priority=</code><em class="replaceable"><code>80</code></em></span></dt><dd><p>
                             Plugin priority
index 149087f8a2a36243215ba6e2903e0b887d578afb..c790928a80dc8209ae9024cf8eefbc9eaef07171 100644 (file)
@@ -427,25 +427,23 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
         </refsect2>
         <refsect2 id="tags">
             <title>Tags section</title>
-              <para>Tags plugin's configuration. There is no default configuration for this plugin, it does not work out of the box.</para>
-              <para>
-                This plugin permits offline autoqueuing based on files tags only. Supported tags are
-              <option>'comment'</option>, <option>'date'</option>, <option>'genre'</option>, <option>'label'</option> and
-              <option>'originaldate'</option>. It currently supports single track queuing only, no album mode for this plugin.
-              </para>
-            <para>
-              In addition to supported tags above you can use an MPD filter. Please refer to MPD protocol documentation for more.
-            </para>
-            <para>
-              All entries in this section are ANDed as a single MPD filter to look for titles
-              in the library. Moreover, with tags, comma separated values are also ANDed.<sbr />
+            <para>Tags plugin's configuration. There is no default configuration for this plugin,
+              it does not work out of the box.</para>
+            <para>  This plugin permits offline autoqueuing based on files tags only. Supported tags are
+              <option>'comment'</option>, <option>'date'</option>, <option>'genre'</option>,
+              <option>'label'</option> and <option>'originaldate'</option>. It currently
+              supports single track queuing only, no album mode for this plugin.</para>
+            <para>In addition to supported tags above you can use an MPD filter. Please refer to
+              MPD protocol documentation for more.</para>
+            <para>All entries in this section are ANDed as a single MPD filter to look for titles
+              in the library. Moreover, with tags, comma separated values are also ORed.<sbr />
               For instance setting "<option>genre=rock</option>" and
               "<option>date=1982,1983,1984,1985,1986,1987,1988,1989</option>"
               will end up looking for track tagged with genre <option>rock</option>
               and date within 1985 through 1990.<sbr />
               Using an MPD filter to replace <option>date</option> you can achieve
               the same with the following setting: "<option>genre=rock</option>" and
-              "<option>filter=(date =~ '198[2-9]')</option>" (provided your MPD server
+              "<option>filter=(date =~ '198[2-9]+')</option>" (provided your MPD server
               was compiled with libpcre).
             </para>
                 <varlistentry> <!-- tags -->