[smartpl] Add smart playlist support for file modification time
This commit is contained in:
parent
58f0451625
commit
d3db30e46d
|
@ -40,6 +40,7 @@ Where valid field-names (with there types) are:
|
||||||
* year (integer)
|
* year (integer)
|
||||||
* compilation (integer)
|
* compilation (integer)
|
||||||
* time_added (date)
|
* time_added (date)
|
||||||
|
* time_modified (date)
|
||||||
* time_played (date)
|
* time_played (date)
|
||||||
|
|
||||||
Valid operators include:
|
Valid operators include:
|
||||||
|
|
|
@ -71,6 +71,7 @@ INTTAG : 'play_count'
|
||||||
;
|
;
|
||||||
|
|
||||||
DATETAG : 'time_added'
|
DATETAG : 'time_added'
|
||||||
|
| 'time_modified'
|
||||||
| 'time_played'
|
| 'time_played'
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue