mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
[smartpl] Add smart playlist support for file modification time
This commit is contained in:
@@ -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'
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user