mirror of
https://github.com/beetbox/beets.git
synced 2026-01-11 10:26:36 +01:00
Update documents and add changelog entry
This commit is contained in:
parent
a4b4df8b12
commit
6626b76182
2 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue