mirror of
https://github.com/beetbox/beets.git
synced 2026-01-10 01:50:34 +01:00
Remove list_format_{album,item} sections from docs
This commit is contained in:
parent
58b39f1000
commit
679b0a586b
2 changed files with 6 additions and 17 deletions
|
|
@ -72,11 +72,11 @@ Core changes:
|
|||
``albumtotal`` computed attribute that provides the total number of tracks
|
||||
on the album. (The :ref:`per_disc_numbering` option has no influence on this
|
||||
field.)
|
||||
* The :ref:`list_format_album` and :ref:`list_format_item` configuration keys
|
||||
* The `list_format_album` and `list_format_item` configuration keys
|
||||
now affect (almost) every place where objects are printed and logged.
|
||||
(Previously, they only controlled the :ref:`list-cmd` command and a few
|
||||
other scattered pieces.) :bug:`1269`
|
||||
* :ref:`list_format_album` and :ref:`list_format_album` have respectively been
|
||||
* `list_format_album` and `list_format_album` have respectively been
|
||||
renamed :ref:`format_album` and :ref:`format_item`. The old names still work
|
||||
but each triggers a warning message. :bug:`1271`
|
||||
|
||||
|
|
|
|||
|
|
@ -162,20 +162,8 @@ Either ``yes`` or ``no``, indicating whether the autotagger should use
|
|||
multiple threads. This makes things faster but may behave strangely.
|
||||
Defaults to ``yes``.
|
||||
|
||||
|
||||
.. _list_format_item:
|
||||
|
||||
list_format_item
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
Deprecated option, replaced by :ref:`format_item`.
|
||||
|
||||
.. _list_format_album:
|
||||
|
||||
list_format_album
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Deprecated option, replaced by :ref:`format_album`.
|
||||
|
||||
.. _format_item:
|
||||
|
||||
format_item
|
||||
|
|
@ -186,8 +174,9 @@ command and other commands that need to print out items. Defaults to
|
|||
``$artist - $album - $title``. The ``-f`` command-line option overrides
|
||||
this setting.
|
||||
|
||||
It used to be named :ref:`list_format_item`.
|
||||
It used to be named `list_format_item`.
|
||||
|
||||
.. _list_format_album:
|
||||
.. _format_album:
|
||||
|
||||
format_album
|
||||
|
|
@ -197,7 +186,7 @@ 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.
|
||||
|
||||
It used to be named :ref:`list_format_album`.
|
||||
It used to be named `list_format_album`.
|
||||
|
||||
.. _sort_item:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue