Update doc: liberal plugin ordering for fetchart

This commit is contained in:
Bruno Cauet 2015-01-31 21:36:12 +01:00
parent 60a89d3a7b
commit df4c7952d4
2 changed files with 3 additions and 4 deletions

View file

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

View file

@ -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`_.