Added support for track and disc items in smart playlists
This commit is contained in:
parent
4f6c9bb366
commit
b5606a2f5a
|
@ -40,6 +40,8 @@ Where valid field-names (with their types) are:
|
|||
* `rating` (integer)
|
||||
* `year` (integer)
|
||||
* `compilation` (integer)
|
||||
* `track` (integer)
|
||||
* `disc` (integer)
|
||||
* `time_added` (date)
|
||||
* `time_modified` (date)
|
||||
* `time_played` (date)
|
||||
|
|
|
@ -92,6 +92,8 @@ INTTAG : 'play_count'
|
|||
| 'rating'
|
||||
| 'year'
|
||||
| 'compilation'
|
||||
| 'track'
|
||||
| 'disc'
|
||||
;
|
||||
|
||||
DATETAG : 'time_added'
|
||||
|
|
Loading…
Reference in New Issue