Update documents and add changelog entry

This commit is contained in:
Alok Saboo 2023-03-27 20:03:31 -04:00
parent a4b4df8b12
commit 6626b76182
2 changed files with 5 additions and 0 deletions

View file

@ -11,6 +11,8 @@ for Python 3.6).
New features:
* Added option to specify a URL in the `embedart` plugin.
:bug:`83`
* Added additional error handling for `spotify` plugin.
:bug:`4686`
* We now import the remixer field from Musicbrainz into the library.

View file

@ -91,6 +91,9 @@ embedded album art:
its own currently associated album art. The command prompts for confirmation
before making the change unless you specify the ``-y`` (``--yes``) option.
* ``beet embedart [-u IMAGE_URL] QUERY``: embed image specified in the URL
into every track of the albums matching the query. The ``-u`` (``--url``) option can be used to specify the URL of the image to be used. 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
specify the destination file name using the ``-n`` option, but leave off the