Merge pull request #155 from chme/smartpl-grouping

[smartpl] add "grouping" field to smart playlist grammar
This commit is contained in:
ejurgensen 2015-05-21 07:14:45 +02:00
commit 349372c7b9
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'