mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Update docs
This commit is contained in:
parent
718f682d76
commit
731015b6d5
1 changed files with 13 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ file. The available options are:
|
|||
PIL defaults to 75.
|
||||
Default: 0 (disabled)
|
||||
- **max_filesize**: The maximum size of a target piece of cover art in bytes.
|
||||
When using an ImageMagick backend this sets
|
||||
When using an ImageMagick backend this sets
|
||||
``-define jpeg:extent=max_filesize``. Using PIL this will reduce JPG quality
|
||||
by up to 50% to attempt to reach the target filesize. Neither method is
|
||||
*guaranteed* to reach the target size, however in most cases it should
|
||||
|
|
@ -254,6 +254,18 @@ the list of sources in your configutation.
|
|||
|
||||
.. _register for a Last.fm API key: https://www.last.fm/api/account/create
|
||||
|
||||
Spotify
|
||||
'''''''
|
||||
|
||||
Spotify backend requires `BeautifulSoup`_, which you can install using `pip`_ by typing::
|
||||
|
||||
pip install beautifulsoup4
|
||||
|
||||
Spotify backend is enabled by default and will update album art if a valid Spotify album id is found.
|
||||
|
||||
.. _pip: https://pip.pypa.io
|
||||
.. _BeautifulSoup: https://www.crummy.com/software/BeautifulSoup/bs4/doc/
|
||||
|
||||
Storing the Artwork's Source
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue