Doc refinements for #1749

This commit is contained in:
Adrian Sampson 2015-12-12 17:33:23 -08:00
parent d1adaa9cb7
commit 3855fa0766
3 changed files with 7 additions and 2 deletions

View file

@ -29,8 +29,8 @@ New:
* Track length is now displayed as ``M:SS`` by default, instead of displaying
the raw number of seconds. Queries on track length also accept this format:
for example, ``beet list length:5:30..`` will find all your tracks that have
a duration over 5 minutes and 30 seconds. You can toggle this setting off
via the ``format_raw_length`` configuration option. :bug:`1749`
a duration over 5 minutes and 30 seconds. You can turn off this new behavior
using the ``format_raw_length`` configuration option. :bug:`1749`
For developers:

View file

@ -144,6 +144,11 @@ and this command finds MP3 files with bitrates of 128k or lower::
$ beet list format:MP3 bitrate:..128000
The ``length`` field also lets you use a "M:SS" format. For example, this
query finds tracks that are less than four and a half minutes in length::
$ beet list length:..4:30
.. _datequery:

Binary file not shown.