@@ -4,73 +4,74 @@ Changelog
4
4
1.3.18 (in development)
5
5
-----------------------
6
6
7
+ The ``echonest `` plugin has been removed in this version because the API it
8
+ used is `shutting down `_. You might want to try the
9
+ :doc: `/plugins/acousticbrainz ` instead.
10
+
11
+ .. _shutting down : https://developer.spotify.com/news-stories/2016/03/29/api-improvements-update/
12
+
7
13
New features:
8
14
9
- * :doc: `/plugins/convert `: A new `album_art_maxwidth ` lets you resize album
10
- art while copying it.
15
+ * :doc: `/plugins/convert `: A new `album_art_maxwidth ` setting lets you resize
16
+ album art while copying it.
11
17
* :doc: `/plugins/convert `: Make `extension ` optional for conversion formats.
18
+ By default, the extension is the same as the name of the configured format.
12
19
* :doc: `/plugins/importadded `: A new `preserve_write_mtimes ` option
13
- lets you preserve mtime of files after each write .
14
- * :doc: `/plugins/lyrics `: The plugin can now translate the fetched lyrics to a
15
- configured ` bing_lang_to ` langage. Enabling translation require to register
16
- for a Microsoft Azure Marketplace free account. Thanks to :user: `Kraymer `.
20
+ lets you preserve mtime of files even when beets updates their metadata .
21
+ * :doc: `/plugins/lyrics `: The plugin can now translate the fetched lyrics to
22
+ your native language using the Bing translation API. Thanks to
23
+ :user: `Kraymer `.
17
24
* :doc: `/plugins/fetchart `: Album art can now be fetched from `fanart.tv `_.
18
- Albums are matched using the ``mb_releasegroupid `` tag.
19
- * :doc: `/plugins/fetchart `: The ``enforce_ratio `` option was enhanced and now
20
- allows specifying a certain deviation that a valid image may have from being
21
- exactly square.
25
+ * :doc: `/plugins/fetchart `: The `enforce_ratio ` option now lets you tolerate
26
+ images that are *almost * square but differ slightly from an exact 1:1
27
+ aspect ratio.
22
28
* :doc: `/plugins/fetchart `: The plugin can now optionally save the artwork's
23
- source in a flexible field; for a usecase see the documentation .
24
- * :doc: `/plugins/export `: A new plugin to export the data from queries to a
25
- json format . Thanks to :user: `GuilhermeHideki `.
26
- * :doc: ` /reference/pathformat `: new functions: %first{} and %ifdef{}
27
- * :doc: ` /reference/config `: option `` terminal_encoding `` now works for some
28
- inputs
29
- * New :doc: ` /plugins/hook ` that allows commands to be executed when an event is
30
- emitted by beets. :bug: ` 1561 ` :bug: ` 1603 `
31
- * :doc: `/reference/config `: New `` ignore_hidden `` configuration option allowing
32
- platform-specific hidden files to be ignored on import .
33
- * :doc: ` /reference/config `: option `` ignore `` now includes `` lost+found ``
34
- directory by default
29
+ source in an attribute in the database .
30
+ * The new :doc: `/plugins/export ` can export data from beets' database as
31
+ JSON . Thanks to :user: `GuilhermeHideki `.
32
+ * There are two new functions for use in templates: `` %first `` and `` %ifdef ``.
33
+ See :ref: ` template-functions `.
34
+ * The :ref: ` terminal_encoding ` configuration option can now also override the
35
+ * input * encoding. (Previously, it only affected the encoding of the standard
36
+ * output * stream.)
37
+ * The new :doc: `/plugins/hook ` lets you execute commands in response to beets
38
+ events .
39
+ * A new :ref: ` ignore_hidden ` configuration option lets you ignore files that
40
+ your OS marks as invisible.
35
41
* :doc: `/plugins/web `: A new `values ` endpoint lets you get the distinct values
36
42
of a field. Thanks to :user: `sumpfralle `. :bug: `2010 `
37
43
38
44
.. _fanart.tv : https://fanart.tv/
39
45
40
46
Fixes:
41
47
42
- * Fix a problem with the :ref: `stats-cmd ` in exact mode when filenames on
43
- Windows use non-ASCII characters. :bug: `1891 `
48
+ * Fix a problem with the :ref: `stats-cmd ` command in exact mode when filenames
49
+ on Windows use non-ASCII characters. :bug: `1891 `
44
50
* Fix a crash when iTunes Sound Check tags contained invalid data. :bug: `1895 `
45
51
* :doc: `/plugins/mbcollection `: The plugin now redacts your MusicBrainz
46
52
password in the ``beet config `` output. :bug: `1907 `
47
53
* :doc: `/plugins/scrub `: Fix an occasional problem where scrubbing on import
48
- could undo the `` id3v23 ` ` setting. :bug: `1903 `
54
+ could undo the :ref: ` id3v23 ` setting. :bug: `1903 `
49
55
* :doc: `/plugins/lyrics `: Add compatibility with some changes to the
50
56
LyricsWiki page markup. :bug: `1912 ` :bug: `1909 `
51
- * :doc: `/plugins/lyrics `: Also fix retrieval from Musixmatch and the way we
52
- guess the URL for lyrics. :bug: `1880 `
57
+ * :doc: `/plugins/lyrics `: Fix retrieval from Musixmatch by improving the way
58
+ we guess the URL for lyrics on that service . :bug: `1880 `
53
59
* :doc: `/plugins/edit `: Fail gracefully when the configured text editor
54
60
command can't be invoked. :bug: `1927 `
55
61
* :doc: `/plugins/fetchart `: Fix a crash in the Wikipedia backend on non-ASCII
56
62
artist and album names. :bug: `1960 `
57
- * :doc: `/plugins/convert `: Change default `ogg ` encoding quality from 2 to 3
58
- (to fit the default from the `oggenc(1) ` manpage). :bug: `1982 `
63
+ * :doc: `/plugins/convert `: Change the default `ogg ` encoding quality from 2 to
64
+ 3 (to fit the default from the `oggenc(1) ` manpage). :bug: `1982 `
59
65
* :doc: `/plugins/convert `: The `never_convert_lossy_files ` option now
60
66
considers AIFF a lossless format. :bug: `2005 `
61
67
* :doc: `/plugins/web `: A proper 404 error, instead of an internal exception,
62
68
is returned when missing album art is requested. Thanks to
63
69
:user: `sumpfralle `. :bug: `2011 `
64
- * Handle more float edge cases in ``safe_cast ``. :bug: `2014 `
65
-
66
- Other changes:
67
-
70
+ * Tolerate more malformed floating-point numbers in metadata tags. :bug: `2014 `
71
+ * The :ref: `ignore ` configuration option now includes the ``lost+found ``
72
+ directory by default.
68
73
* :doc: `/plugins/acousticbrainz `: AcousticBrainz lookups are now done over
69
74
HTTPS. Thanks to :user: `Freso `. :bug: `2007 `
70
- * The ``echonest `` plugin has been removed. The API is `shutting down `_.
71
- You might want to try the :doc: `/plugins/acousticbrainz ` instead.
72
-
73
- .. _shutting down : https://developer.spotify.com/news-stories/2016/03/29/api-improvements-update/
74
75
75
76
76
77
1.3.17 (February 7, 2016)
0 commit comments