@@ -11,43 +11,44 @@ New features:
1111* :doc: `/plugins/duplicates `: You can now merge duplicate
1212 track metadata (when detecting duplicate items), or duplicate album
1313 tracks (when detecting duplicate albums).
14- * :doc: `/plugins/duplicates `: Duplicate resolution uses an ordering on
15- duplicates: it defaults to metadata attribute set completeness,
16- or alternatively any list of attributes that should be favored .
14+ * :doc: `/plugins/duplicates `: Duplicate resolution now uses an ordering to
15+ prioritize duplicates. By default, it prefers music with more complete
16+ metadata, but you can configure it to use any list of attributes .
1717* :doc: `/plugins/metasync `: Added a new backend to fetch metadata from iTunes.
1818 This plugin is still in an experimental phase. :bug: `1450 `
19- * :doc: `/plugins/fetchart `: Complain when the `enforce_ratio `
20- or `min_width ` options are enabled if no local imaging backend is available.
21- :bug: `1460 `
2219* The `move ` command has a new ``--pretend `` option, making the command show
23- how the items will be moved, without modifying the files on disk .
24- * The importer now supports matching of "pregap" or HTOA (hidden track one
20+ how the items will be moved without actually changing anything .
21+ * The importer now supports matching of "pregap" or HTOA (hidden track- one
2522 audio) tracks when they are listed in MusicBrainz. (This feature depends on a
2623 new version of the ``musicbrainzngs `` library that is not yet released, but
2724 will start working when it is available.) Thanks to :user: `ruippeixotog `.
2825 :bug: `1104 ` :bug: `1493 `
2926* :doc: `/plugins/plexupdate `: A new ``token `` configuration option lets you
3027 specify a key for Plex Home setups. Thanks to :user: `edcarroll `. :bug: `1494 `
31- * :doc: `/plugins/zero `: A new ``update_database `` configuration option
32- allows the database to be updated along with files' tags. :bug: `1516 `
28+ * :doc: `/plugins/zero `: A new ``update_database `` configuration option nulls
29+ out fields in the database along with files' tags. :bug: `1516 `
3330
3431
3532Fixes:
3633
34+ * :doc: `/plugins/fetchart `: Complain when the `enforce_ratio `
35+ or `min_width ` options are enabled but no local imaging backend is available
36+ to carry them out. :bug: `1460 `
3737* :doc: `/plugins/importfeeds `: Avoid generating incorrect m3u filename when
38- both `m3u ` and `m3u_multi ` options are ` True ` . :bug: `1490 `
38+ both of the `m3u ` and `m3u_multi ` options are enabled . :bug: `1490 `
3939* :doc: `/plugins/duplicates `: Avoid a crash when misconfigured. :bug: `1457 `
4040* :doc: `/plugins/mpdstats `: Avoid a crash when the music played is not in the
4141 beets library. Thanks to :user: `CodyReichert `. :bug: `1443 `
4242* Fix a crash with ArtResizer on Windows systems (affecting
4343 :doc: `/plugins/embedart `, :doc: `/plugins/fetchart `,
4444 and :doc: `/plugins/thumbnails `). :bug: `1448 `
4545* :doc: `/plugins/permissions `: Fix an error with non-ASCII paths. :bug: `1449 `
46- * Fix sorting by paths when case-insensitive. :bug: `1451 `
46+ * Fix sorting by paths when the :ref: `sort_case_insensitive ` option is
47+ enabled. :bug: `1451 `
4748* :doc: `/plugins/embedart `: Avoid an error when trying to embed invalid images
4849 into MPEG-4 files.
49- * :doc: `/plugins/fetchart `: The Wikipedia source is now able to better deal
50- with non-typical cased artists (e.g., alt-J, dEUS).
50+ * :doc: `/plugins/fetchart `: The Wikipedia source can now better deal artists
51+ that use non-standard capitalization (e.g., alt-J, dEUS).
5152* :doc: `/plugins/web `: Fix searching for non-ASCII queries. Thanks to
5253 :user: `oldtopman `. :bug: `1470 `
5354* :doc: `/plugins/mpdupdate `: We now recommend the newer ``python-mpd2 ``
6061 contain curly braces. :bug: `1481 `
6162* Regular expression queries over paths now work more reliably with non-ASCII
6263 characters in filenames. :bug: `1482 `
63- * Fix a bug, where the autotagger still considers matches that are specifically
64- listed under the config's ignored section . :bug: `1487 `
65- * Fix a bug with unicode strings when generating thumbnails. :bug: `1485 `
64+ * Fix a bug where the autotagger's :ref: ` ignored ` setting was sometimes, well,
65+ ignored. :bug: `1487 `
66+ * Fix a bug with Unicode strings when generating image thumbnails. :bug: `1485 `
6667* :doc: `/plugins/keyfinder `: Fix handling of Unicode paths. :bug: `1502 `
6768* :doc: `/plugins/fetchart `: When album art is already present, the message is
6869 now printed in the ``text_highlight_minor `` color (light gray). Thanks to
7980 on the user's path by default).
8081* Fix an incompatibility with certain JPEG files. Here's a relevant `Python
8182 bug `_. Thanks to :user: `nathdwek `. :bug: `1545 `
82- * Fix the :ref: `group_albums ` importer mode so it can handle when files are
83- not already in order by album. :bug: `1550 `
83+ * Fix the :ref: `group_albums ` importer mode so that it works correctly when
84+ files are not already in order by album. :bug: `1550 `
8485* The ``fields `` command no longer separates built-in fields from
8586 plugin-provided ones. This distinction was becoming increasingly unreliable.
8687* :doc: `/plugins/duplicates `: Fix a Unicode warning when paths contained
0 commit comments