mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 19:42:31 -05:00
[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)
|
||||
* compilation (integer)
|
||||
* time_added (date)
|
||||
* time_modified (date)
|
||||
* time_played (date)
|
||||
|
||||
Valid operators include:
|
||||
|
@ -71,6 +71,7 @@ INTTAG : 'play_count'
|
||||
;
|
||||
|
||||
DATETAG : 'time_added'
|
||||
| 'time_modified'
|
||||
| 'time_played'
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user