mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
[smartpl] add "grouping" field to smart playlist grammar
This commit is contained in:
parent
6176f7f4a2
commit
1cde19b5b6
@ -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)
|
||||
|
@ -61,6 +61,7 @@ STRTAG : 'artist'
|
||||
| 'composer'
|
||||
| 'path'
|
||||
| 'type'
|
||||
| 'grouping'
|
||||
;
|
||||
|
||||
INTTAG : 'play_count'
|
||||
|
Loading…
Reference in New Issue
Block a user