Update docs

This commit is contained in:
Alok Saboo 2023-04-28 11:05:26 -04:00
parent 718f682d76
commit 731015b6d5

View file

@ -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
----------------------------