--- I'm not a native speaker, so this new documentation might be better if someone reread it.
src/clients/nycli/nyxmms2.1 | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/src/clients/nycli/nyxmms2.1 b/src/clients/nycli/nyxmms2.1 index c3d0328..9002896 100644 --- a/src/clients/nycli/nyxmms2.1 +++ b/src/clients/nycli/nyxmms2.1 @@ -1036,6 +1036,61 @@ Display command help. .RE .PP +.SH PATTERN +Pattern are used to search song in the medialib, +.PP +.TP +<property>\fB:\fR<string> +.PP +.RS 4 +match song whose property match string +.RE + +.TP +<property><op><num> +.PP +.RS 4 +op can be \fB<\fR, \fB<=\fR, \fB>\fR or \fB>=\fR, the pattern will +match song whose <property> is a numerical value smaller, smaller or equal, bigger, bigger or equal than num +.RE + +.TP +\fB+\fR<property> +.PP +.RS 4 +match song whose property is set to some value +.RE + +.TP +<pattern> <pattern> +.TP +<pattern> AND <pattern> +.PP +.RS 4 +match song that are matched par both pattern +.RE + +.TP +<pattern> OR <pattern> +.PP +.RS 4 +match song that are matched by at least one of the two pattern +.RE + +.TP +( <pattern> ) +.PP +.RS 4 +match song matched by the pattern, used for grouping +.RE + +.TP +<string> +.PP +.RS 4 +match song whose artist, title or album match the string +.RE + .SH ALIASES .PP A list of command aliases are read from the configuration file in the section [alias] -- 1.7.1 -- Rémi Vanicat -- _______________________________________________ Xmms2-devel mailing list [email protected] http://lists.xmms.se/cgi-bin/mailman/listinfo/xmms2-devel
