]> kaliko git repositories - mpd-sima.git/commitdiff
Fixed manual for Tags plugin
authorkaliko <kaliko@azylum.org>
Mon, 19 Apr 2021 15:40:53 +0000 (17:40 +0200)
committerkaliko <kaliko@azylum.org>
Mon, 19 Apr 2021 15:40:53 +0000 (17:40 +0200)
data/man/mpd_sima.cfg.5
data/man/mpd_sima.cfg.5.xml

index e8ee1e1d989f9d3da6674152b3a9a1f75508ff64..61f63d1b05adbce18c497a99dbdc6c07452c6e5f 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: mpd_sima.cfg
 .\"    Author: kaliko <kaliko@azylum.org>
-.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 01/09/2021
+.\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/>
+.\"      Date: 04/19/2021
 .\"    Manual: mpd-sima 0.16.1 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD_SIMA\&.CFG" "5" "01/09/2021" "mpd-sima" "mpd-sima 0.16.1 User Manual"
+.TH "MPD_SIMA\&.CFG" "5" "04/19/2021" "mpd-sima" "mpd-sima 0.16.1 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -421,16 +421,16 @@ This plugin permits offline autoqueuing based on files tags only\&. Supported ta
 \fB\*(Aqgenre\*(Aq\fR,
 \fB\*(Aqlabel\*(Aq\fR
 and
-\fB\*(Aqoriginaldate\*(Aq\fR\&. It currently supports single track queuing only, no album mode for this plugin\&.
+\fB\*(Aqoriginaldate\*(Aq\fR\&.
 .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 ORed\&.
+All tag entries in this section are ANDed as a single MPD filter to look for titles in the library\&. Moreover, for each 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
 \fBrock\fR
-and date within 1985 through 1990\&.
+and date within 1982 through 1989\&.
 .br
 
 Using an MPD filter to replace
@@ -472,6 +472,10 @@ You can use here any valid MPD filter as defined in MPD protocol documentation\&
 .RS 4
 .RE
 .PP
+\fBoriginaldate=\fR
+.RS 4
+.RE
+.PP
 \fBpriority=\fR\fI80\fR
 .RS 4
 Plugin priority
index 83ce38622030cba0e4f33de9149d1d015e68aa28..b015874fe27870f110ac23374520060fe785c995 100644 (file)
@@ -429,18 +429,17 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
             <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
+            <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>
+              <option>'label'</option> and <option>'originaldate'</option>.</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 />
+            <para>All tag entries in this section are ANDed as a single MPD filter to look for titles
+              in the library. Moreover, for each 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 />
+              and date within 1982 through 1989.<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
@@ -475,6 +474,9 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/
                 <varlistentry> <!-- tags.label -->
                     <term><option>label=</option></term>
                 </varlistentry>
+                <varlistentry> <!-- tags.originaldate -->
+                    <term><option>originaldate=</option></term>
+                </varlistentry>
                 <varlistentry> <!-- tags.priority -->
                     <term><option>priority=</option><replaceable>80</replaceable></term>
                     <listitem>