mirror of
https://github.com/beetbox/beets.git
synced 2026-02-05 15:03:21 +01:00
Update docs
This commit is contained in:
parent
c80a4616f4
commit
b0540411e1
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ Spotify backend is enabled by default and will update album art if a valid Spoti
|
|||
.. _pip: https://pip.pypa.io
|
||||
.. _BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/bs4/doc/
|
||||
|
||||
Cover Art URL
|
||||
'''''''
|
||||
|
||||
The `fetchart` plugin can also use a flexible attribute field `cover_art_url` where you can manually specify the image URL to be used as cover art. Any custom plugin can use this field to provide the cover art and `fetchart` will use it as a source. Just add `cover_art_url` to the list of sources in your configuration to enable this source.
|
||||
|
||||
Storing the Artwork's Source
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue