From: kaliko Date: Wed, 16 Dec 2020 10:15:48 +0000 (+0100) Subject: Fixed errors in documentation and bumped version X-Git-Tag: 0.16.1~19 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=2e12fc88352c4538a463b3fb02611eca3f601d5a;p=mpd-sima.git Fixed errors in documentation and bumped version --- diff --git a/data/man/info.xml b/data/man/info.xml index a50b63d..1e1e47b 100644 --- a/data/man/info.xml +++ b/data/man/info.xml @@ -5,7 +5,7 @@ - + diff --git a/data/man/mpd_sima.cfg.5 b/data/man/mpd_sima.cfg.5 index 877eced..d848219 100644 --- a/data/man/mpd_sima.cfg.5 +++ b/data/man/mpd_sima.cfg.5 @@ -2,12 +2,12 @@ .\" Title: mpd_sima.cfg .\" Author: kaliko .\" Generator: DocBook XSL Stylesheets v1.79.1 -.\" 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 diff --git a/data/man/mpd_sima.cfg.5.html b/data/man/mpd_sima.cfg.5.html index 5efec5d..ae84707 100644 --- a/data/man/mpd_sima.cfg.5.html +++ b/data/man/mpd_sima.cfg.5.html @@ -119,22 +119,20 @@ consume=30 If set to "false", caching is still done but in memory.

priority=100

Plugin priority -

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 - 'comment', 'date', 'genre', 'label' and - 'originaldate'. It currently supports single track queuing only, no album mode for this plugin. -

- 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 ANDed.
+

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 + 'comment', 'date', 'genre', + 'label' and 'originaldate'. It currently + supports single track queuing only, no album mode for this plugin.

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.
For instance setting "genre=rock" and "date=1982,1983,1984,1985,1986,1987,1988,1989" will end up looking for track tagged with genre rock and date within 1985 through 1990.
Using an MPD filter to replace date you can achieve the same with the following setting: "genre=rock" and - "filter=(date =~ '198[2-9]')" (provided your MPD server + "filter=(date =~ '198[2-9]+')" (provided your MPD server was compiled with libpcre).

[tags]
filter=

You can use here any valid MPD filter as defined in MPD protocol documentation.

comment=
date=
genre=
label=
priority=80

Plugin priority diff --git a/data/man/mpd_sima.cfg.5.xml b/data/man/mpd_sima.cfg.5.xml index 149087f..c790928 100644 --- a/data/man/mpd_sima.cfg.5.xml +++ b/data/man/mpd_sima.cfg.5.xml @@ -427,25 +427,23 @@ 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 - , , , and - . It currently supports single track queuing only, no album mode for this plugin. - - - 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 ANDed. + 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 + , , , + and . It currently + supports single track queuing only, no album mode for this plugin. + 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. For instance setting "" and "" will end up looking for track tagged with genre and date within 1985 through 1990. Using an MPD filter to replace you can achieve the same with the following setting: "" and - "" (provided your MPD server + "" (provided your MPD server was compiled with libpcre).