mirror of
https://github.com/beetbox/beets.git
synced 2025-12-31 21:12:43 +01:00
Changelog for sorting (#823)
This commit is contained in:
parent
eb579cf14b
commit
132fad847b
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Changelog
|
|||
1.3.8 (in development)
|
||||
----------------------
|
||||
|
||||
Changelog goes here!
|
||||
This release adds **sorting** to beets queries. See :ref:`query-sort`.
|
||||
|
||||
|
||||
1.3.7 (August 22, 2014)
|
||||
|
|
|
|||
|
|
@ -185,6 +185,8 @@ query won't necessarily find *all* the audio files in a directory---just the
|
|||
ones you've already added to your beets library.
|
||||
|
||||
|
||||
.. _query-sort:
|
||||
|
||||
Sort Order
|
||||
----------
|
||||
|
||||
|
|
@ -207,6 +209,6 @@ You can also specify several sort orders, which will be used in the same order a
|
|||
which they appear in your query::
|
||||
|
||||
$ beet list -a genre+ year+
|
||||
|
||||
|
||||
This command will sort all albums by genre and, in each genre, in chronological
|
||||
order.
|
||||
|
|
|
|||
Loading…
Reference in a new issue