mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -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)
|
* composer (string)
|
||||||
* path (string)
|
* path (string)
|
||||||
* type (string)
|
* type (string)
|
||||||
|
* grouping (string)
|
||||||
* data_kind (enumeration)
|
* data_kind (enumeration)
|
||||||
* media_kind (enumeration)
|
* media_kind (enumeration)
|
||||||
* play_count (integer)
|
* play_count (integer)
|
||||||
|
@ -61,6 +61,7 @@ STRTAG : 'artist'
|
|||||||
| 'composer'
|
| 'composer'
|
||||||
| 'path'
|
| 'path'
|
||||||
| 'type'
|
| 'type'
|
||||||
|
| 'grouping'
|
||||||
;
|
;
|
||||||
|
|
||||||
INTTAG : 'play_count'
|
INTTAG : 'play_count'
|
||||||
|
Loading…
Reference in New Issue
Block a user