diff --git a/docs/changelog.rst b/docs/changelog.rst index 9071f8831..fbd28b0f7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. diff --git a/docs/plugins/embedart.rst b/docs/plugins/embedart.rst index defd3fa4b..ecef58ee6 100644 --- a/docs/plugins/embedart.rst +++ b/docs/plugins/embedart.rst @@ -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