From df4c7952d47d95af9e0aa65d73ccfc357a70b5cf Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Sat, 31 Jan 2015 21:36:12 +0100 Subject: [PATCH] Update doc: liberal plugin ordering for fetchart --- docs/plugins/embedart.rst | 2 +- docs/plugins/thumbnails.rst | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/plugins/embedart.rst b/docs/plugins/embedart.rst index 273046979..0c6464667 100644 --- a/docs/plugins/embedart.rst +++ b/docs/plugins/embedart.rst @@ -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). diff --git a/docs/plugins/thumbnails.rst b/docs/plugins/thumbnails.rst index c91c97910..267c149cf 100644 --- a/docs/plugins/thumbnails.rst +++ b/docs/plugins/thumbnails.rst @@ -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`_.