Merge pull request #636 from luusl/master
Add support for track and disc items in smart playlists
This commit is contained in:
commit
60220a8133
|
@ -40,6 +40,8 @@ Where valid field-names (with their types) are:
|
||||||
* `rating` (integer)
|
* `rating` (integer)
|
||||||
* `year` (integer)
|
* `year` (integer)
|
||||||
* `compilation` (integer)
|
* `compilation` (integer)
|
||||||
|
* `track` (integer)
|
||||||
|
* `disc` (integer)
|
||||||
* `time_added` (date)
|
* `time_added` (date)
|
||||||
* `time_modified` (date)
|
* `time_modified` (date)
|
||||||
* `time_played` (date)
|
* `time_played` (date)
|
||||||
|
|
|
@ -92,6 +92,8 @@ INTTAG : 'play_count'
|
||||||
| 'rating'
|
| 'rating'
|
||||||
| 'year'
|
| 'year'
|
||||||
| 'compilation'
|
| 'compilation'
|
||||||
|
| 'track'
|
||||||
|
| 'disc'
|
||||||
;
|
;
|
||||||
|
|
||||||
DATETAG : 'time_added'
|
DATETAG : 'time_added'
|
||||||
|
|
Loading…
Reference in New Issue