You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide information about your system and the version of Clementine used.
Operating System: Debian testing/unstable
Clementine version: 1.4 rc2
Expected behaviour / actual behaviour
When filtering tracks in the library, it is possible to search for tracks played within a specified time with the syntax lastplayed:<1h30m. It is also possible to filter tracks by length, but not with the abbreviations for minutes, hours, seconds etc. So one must search for nanoseconds now, e.g. length:<60000000000 returns tracks shorter than 1 minute in the library, but length:<1m would be nice for that.
Currently the abbreviations are only filtered in date columns
Before posting
Please follow the steps below and check the boxes with [x] once you did the step.
System information
Please provide information about your system and the version of Clementine used.
Expected behaviour / actual behaviour
When filtering tracks in the library, it is possible to search for tracks played within a specified time with the syntax
lastplayed:<1h30m
. It is also possible to filter tracks by length, but not with the abbreviations for minutes, hours, seconds etc. So one must search for nanoseconds now, e.g.length:<60000000000
returns tracks shorter than 1 minute in the library, butlength:<1m
would be nice for that.Currently the abbreviations are only filtered in date columns
Clementine/src/library/libraryquery.cpp
Line 110 in 4ab6f35
The text was updated successfully, but these errors were encountered: