Docs tweaks for #2422

This commit is contained in:
Adrian Sampson 2017-03-06 23:53:17 -05:00
parent 74df2788c0
commit b91185a9ff
2 changed files with 5 additions and 4 deletions

View file

@ -31,8 +31,9 @@ New features:
* A new :ref:`hardlink` config option instructs the importer to create hard
links on filesystems that support them. Thanks to :user:`jacobwgillespie`.
:bug:`2445`
* :doc:`/plugins/embedart` by default now asks for confirmation before
embedding art into music files. Thanks to :user:`Stunner`. :bug:`1999`
* :doc:`/plugins/embedart`: The explicit ``embedart`` command now asks for
confirmation before embedding art into music files. Thanks to
:user:`Stunner`. :bug:`1999`
* You can now run beets by typing `python -m beets`. :bug:`2453`
* A new :doc:`/plugins/kodiupdate` lets you keep your Kodi library in sync
with beets. Thanks to :user:`Pauligrinder`. :bug:`2411`

View file

@ -81,8 +81,8 @@ embedded album art:
* ``beet embedart [-f IMAGE] QUERY``: embed images into the every track on the
albums matching the query. If the ``-f`` (``--file``) option is given, then
use a specific image file from the filesystem; otherwise, each album embeds
its own currently associated album art. Will prompt for confirmation before
making the change unless the ``-y`` (``--yes``) option is specified.
its own currently associated album art. The command prompts for confirmation
before making the change unless you specify the ``-y`` (``--yes``) option.
* ``beet extractart [-a] [-n FILE] QUERY``: extracts the images for all albums
matching the query. The images are placed inside the album folder. You can