mirror of
https://github.com/beetbox/beets.git
synced 2026-02-22 23:33:50 +01:00
Changelog for Wikipedia fetchart backend (#1194)
This commit is contained in:
parent
ec2e9891c3
commit
b5c4edaaf5
2 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ Features:
|
|||
by default. :bug:`1246`
|
||||
* :doc:`/plugins/fetchart`: Names of extracted image art is taken from the
|
||||
``art_filename`` configuration option. :bug:`1258`
|
||||
* :doc:`/plugins/fetchart`: There's a new Wikipedia image source that uses
|
||||
DBpedia to find albums. Thanks to Tom Jaspers. :bug:`1194`
|
||||
|
||||
Fixes:
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,8 @@ file. The available options are:
|
|||
found in the filesystem.
|
||||
- **sources**: List of sources to search for images. An asterisk `*` expands
|
||||
to all available sources.
|
||||
Default: ``coverart itunes albumart amazon google wikipedia``, i.e., all sources
|
||||
Default: ``coverart itunes albumart amazon google wikipedia``, i.e.,
|
||||
all sources.
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue