SongFilter: implement operator "!="

Closes #89
This commit is contained in:
Max Kellermann
2018-07-24 23:24:42 +02:00
parent 5271e81ebe
commit 9263d6d07d
3 changed files with 14 additions and 6 deletions

View File

@@ -222,6 +222,10 @@
"<code>(TAG == 'VALUE')</code>": match a tag value.
</para>
<para>
"<code>(TAG != 'VALUE')</code>": mismatch a tag value.
</para>
<para>
The special tag "<parameter>any</parameter>" checks all
tag values.