[smartpl] add "grouping" field to smart playlist grammar

This commit is contained in:
chme 2015-05-21 06:22:55 +02:00
parent 6176f7f4a2
commit 1cde19b5b6
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Where valid field-names (with there types) are:
* composer (string)
* path (string)
* type (string)
* grouping (string)
* data_kind (enumeration)
* media_kind (enumeration)
* play_count (integer)

View File

@ -61,6 +61,7 @@ STRTAG : 'artist'
| 'composer'
| 'path'
| 'type'
| 'grouping'
;
INTTAG : 'play_count'