From: kaliko Date: Mon, 19 Apr 2021 15:40:53 +0000 (+0200) Subject: Fixed manual for Tags plugin X-Git-Tag: 0.17.0~12 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=dd0a2edf67b46436fe14550f01babc9f1c8e2765;p=mpd-sima.git Fixed manual for Tags plugin --- diff --git a/data/man/mpd_sima.cfg.5 b/data/man/mpd_sima.cfg.5 index e8ee1e1..61f63d1 100644 --- a/data/man/mpd_sima.cfg.5 +++ b/data/man/mpd_sima.cfg.5 @@ -1,13 +1,13 @@ '\" t .\" Title: mpd_sima.cfg .\" Author: kaliko -.\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" Date: 01/09/2021 +.\" Generator: DocBook XSL Stylesheets v1.79.2 +.\" 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 diff --git a/data/man/mpd_sima.cfg.5.xml b/data/man/mpd_sima.cfg.5.xml index 83ce386..b015874 100644 --- a/data/man/mpd_sima.cfg.5.xml +++ b/data/man/mpd_sima.cfg.5.xml @@ -429,18 +429,17 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ Tags section Tags plugin's configuration. There is no default configuration for this plugin, it does not work out of the box. - This plugin permits offline autoqueuing based on files tags only. Supported tags are + This plugin permits offline autoqueuing based on files tags only. Supported tags are , , , - and . It currently - supports single track queuing only, no album mode for this plugin. + and . In addition to supported tags above you can use an MPD filter. Please refer to MPD protocol documentation for more. - 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. For instance setting "" and "" will end up looking for track tagged with genre - and date within 1985 through 1990. + and date within 1982 through 1989. Using an MPD filter to replace you can achieve the same with the following setting: "" and "" (provided your MPD server @@ -475,6 +474,9 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + + 80