mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
Apply suggestions from code review
Fix wording in docs Co-Authored-By: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
3570f5cd56
commit
7ad3f7f728
2 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ Changelog
|
|||
|
||||
New features:
|
||||
|
||||
* :doc:`plugins/fetchart`: Added new ``high_resolution`` config option to
|
||||
* :doc:`plugins/fetchart`: Added a new ``high_resolution`` config option to
|
||||
allow downloading of higher resolution iTunes artwork (at the expense of
|
||||
file size)
|
||||
file size).
|
||||
:bug: `3391`
|
||||
* :doc:`plugins/discogs` now adds two extra fields: `discogs_labelid` and
|
||||
`discogs_artistid`
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ file. The available options are:
|
|||
flexible tag named ``art_source``. See below for the rationale behind this.
|
||||
Default: ``no``.
|
||||
- **high_resolution**: If enabled, fetchart retrieves artwork in the highest
|
||||
resolution it can find (Warning: image files can sometimes reach >20MB)
|
||||
resolution it can find (warning: image files can sometimes reach >20MB).
|
||||
Default: ``no``.
|
||||
|
||||
Note: ``maxwidth`` and ``enforce_ratio`` options require either `ImageMagick`_
|
||||
|
|
|
|||
Loading…
Reference in a new issue