mirror of
https://github.com/beetbox/beets.git
synced 2025-12-24 09:33:46 +01:00
Update doc: liberal plugin ordering for fetchart
This commit is contained in:
parent
60a89d3a7b
commit
df4c7952d4
2 changed files with 3 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ Embedding Art Automatically
|
|||
To automatically embed discovered album art into imported files, just enable
|
||||
the ``embedart`` plugin (see :doc:`/plugins/index`). You'll also want to enable the
|
||||
:doc:`/plugins/fetchart` to obtain the images to be embedded. Art will be
|
||||
embedded after each album is added to the library.
|
||||
embedded after each album has its cover art set.
|
||||
|
||||
This behavior can be disabled with the ``auto`` config option (see below).
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,8 @@ album cover. This works on freedesktop.org-compliant file managers such as
|
|||
Nautilus or Thunar, and is therefore POSIX-only.
|
||||
|
||||
To use the ``thumbnails`` plugin, enable it (see :doc:`/plugins/index`) as well
|
||||
as the :doc:`/plugins/fetchart`. As with :doc:`/plugins/embedart`, be sure to
|
||||
put ``fetchart`` before ``thumbnails`` in the ``plugins`` section of your
|
||||
config. You'll need 2 additional python packages: `pyxdg` and `pathlib`.
|
||||
as the :doc:`/plugins/fetchart`. You'll need 2 additional python packages:
|
||||
`pyxdg` and `pathlib`.
|
||||
|
||||
``thumbnails`` needs to resize the covers, and therefore requires either
|
||||
`ImageMagick`_ or `PIL`_.
|
||||
|
|
|
|||
Loading…
Reference in a new issue