mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
Add documentation about default sort configuration.
This commit is contained in:
parent
86c34f8740
commit
486289b11a
2 changed files with 23 additions and 0 deletions
|
|
@ -163,6 +163,24 @@ Format to use when listing *albums* with :ref:`list-cmd` and other
|
|||
commands. Defaults to ``$albumartist - $album``. The ``-f`` command-line
|
||||
option overrides this setting.
|
||||
|
||||
.. _sort_item:
|
||||
|
||||
sort_item
|
||||
~~~~~~~~~
|
||||
|
||||
Sort order to use when listing *individual items* with the :ref:`list-cmd`
|
||||
command and other commands that need to print out items. Defaults to
|
||||
``smartartist+``. Any command-line sort order overrides this setting.
|
||||
|
||||
.. _sort_album:
|
||||
|
||||
sort_album
|
||||
~~~~~~~~~~
|
||||
|
||||
Sort order to use when listing *albums* with the :ref:`list-cmd`
|
||||
command. Defaults to ``smartartist+``. Any command-line sort order overrides
|
||||
this setting.
|
||||
|
||||
.. _original_date:
|
||||
|
||||
original_date
|
||||
|
|
|
|||
|
|
@ -198,6 +198,11 @@ if you want ascending or descending sort. For example this command::
|
|||
|
||||
will list all albums in chronological order.
|
||||
|
||||
There is a special ``smartartist`` sort that uses sort-specific field (
|
||||
``artist_sort`` for items and ``albumartist_sort`` for albums) but falls back to
|
||||
standard artist fields if these are empty. When no sort order is specified,
|
||||
``smartartist+`` is used (but this is configurable).
|
||||
|
||||
You can also specify several sort orders, which will be used in the same order at
|
||||
which they appear in your query::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue