Skip to content

Commit

Permalink
Remove mention of python-itunes
Browse files Browse the repository at this point in the history
The plugin is inactive and has been broken for months: #2371

Fixes #1610
  • Loading branch information
owcz committed May 3, 2017
1 parent 84febb1 commit 49e548b
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions docs/plugins/fetchart.rst
Expand Up @@ -49,7 +49,7 @@ file. The available options are:
(``enforce_ratio: 0.5%``). Default: ``no``.
- **sources**: List of sources to search for images. An asterisk `*` expands
to all available sources.
Default: ``filesystem coverart itunes amazon albumart``, i.e., everything but
Default: ``filesystem coverart amazon albumart``, i.e., everything but
``wikipedia``, ``google`` and ``fanarttv``. Enable those sources for more
matches at the cost of some speed. They are searched in the given order,
thus in the default config, no remote (Web) art source are queried if
Expand Down Expand Up @@ -82,13 +82,13 @@ or `Pillow`_.
.. _ImageMagick: http://www.imagemagick.org/

Here's an example that makes plugin select only images that contain *front* or
*back* keywords in their filenames and prioritizes the iTunes source over
*back* keywords in their filenames and prioritizes the Amazon source over
others::

fetchart:
cautious: true
cover_names: front back
sources: itunes *
sources: amazon *


Manually Fetching Album Art
Expand Down Expand Up @@ -128,7 +128,7 @@ Album Art Sources
-----------------

By default, this plugin searches for art in the local filesystem as well as on
the Cover Art Archive, the iTunes Store, Amazon, and AlbumArt.org, in that
the Cover Art Archive, Amazon, and AlbumArt.org, in that
order.
You can reorder the sources or remove
some to speed up the process using the ``sources`` configuration option.
Expand All @@ -146,18 +146,9 @@ described above. For "as-is" imports (and non-autotagged imports using the
iTunes Store
''''''''''''

To use the iTunes Store as an art source, install the `python-itunes`_
library. You can do this using `pip`_, like so::
There is currently `no plugin`_ to use the iTunes Store as an art source.

$ pip install https://github.com/ocelma/python-itunes/archive/master.zip

(There's currently `a problem`_ that prevents a plain ``pip install
python-itunes`` from working.)
Once the library is installed, the plugin will use it to search automatically.

.. _a problem: https://github.com/ocelma/python-itunes/issues/9
.. _python-itunes: https://github.com/ocelma/python-itunes
.. _pip: http://www.pip-installer.org/
.. _no plugin: https://github.com/beetbox/beets/issues/2371

Google custom search
''''''''''''''''''''
Expand Down

0 comments on commit 49e548b

Please sign in to comment.