mirror of
https://github.com/beetbox/beets.git
synced 2026-01-20 15:14:13 +01:00
Add documentation and changelog
This commit is contained in:
parent
23670b3307
commit
74a10266f0
2 changed files with 10 additions and 1 deletions
|
|
@ -31,6 +31,10 @@ New features:
|
|||
no_convert, never_convert_lossy_files, same format, and max_bitrate
|
||||
- :doc:`plugins/titlecase`: Add the `titlecase` plugin to allow users to
|
||||
resolve differences in metadata source styles.
|
||||
- :doc:`plugins/embedart`: Embedded arts can now be cleared during import with the
|
||||
``clearart_on_import`` config option. Also, ``beet clearart`` is only going to
|
||||
update the files matching the query and with an embedded art, leaving
|
||||
untouched the files without.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,8 @@ file. The available options are:
|
|||
:doc:`FetchArt </plugins/fetchart>` plugin to download art with the purpose of
|
||||
directly embedding it into the file's metadata without an "intermediate" album
|
||||
art file. Default: ``no``.
|
||||
- **clearart_on_import**: Enable automatic embedded art clearing. Default: ``no``.
|
||||
|
||||
|
||||
Note: ``compare_threshold`` option requires ImageMagick_, and ``maxwidth``
|
||||
requires either ImageMagick_ or Pillow_.
|
||||
|
|
@ -110,4 +112,7 @@ embedded album art:
|
|||
automatically.
|
||||
- ``beet clearart QUERY``: removes all embedded images from all items matching
|
||||
the query. The command prompts for confirmation before making the change
|
||||
unless you specify the ``-y`` (``--yes``) option.
|
||||
unless you specify the ``-y`` (``--yes``) option. The files listed for
|
||||
confirmation are the ones matching the query independently of having an
|
||||
embedded art. However, only the files with an embedded art are updated,
|
||||
leaving untouched the files without.
|
||||
|
|
|
|||
Loading…
Reference in a new issue