Added support for track and disc items in smart playlists

This commit is contained in:
Martin 2018-12-10 13:20:20 +01:00
parent 4f6c9bb366
commit b5606a2f5a
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -92,6 +92,8 @@ INTTAG : 'play_count'
| 'rating'
| 'year'
| 'compilation'
| 'track'
| 'disc'
;
DATETAG : 'time_added'