@@ -4,11 +4,19 @@ Changelog
4
4
1.3.17 (in development)
5
5
-----------------------
6
6
7
- As of this release, the beets project has some new Internet homes! Our new
8
- domain name is `beets.io `_, and we have a shiny new GitHub organization:
7
+ This release introduces one new plugin to fetch audio information from the
8
+ `AcousticBrainz `_ project and another plugin to make it easier to submit your
9
+ handcrafted metadata back to MusicBrainz.
10
+ The importer also gained two oft-requested features: a way to skip the initial
11
+ search process by specifying an ID ahead of time, and a way to *manually *
12
+ provide metadata in the middle of the import process (via the
13
+ :doc: `/plugins/edit `).
14
+
15
+ Also, as of this release, the beets project has some new Internet homes! Our
16
+ new domain name is `beets.io `_, and we have a shiny new GitHub organization:
9
17
`beetbox `_.
10
18
11
- New :
19
+ Here are the big new features :
12
20
13
21
* A new :doc: `/plugins/acousticbrainz ` fetches acoustic-analysis information
14
22
from the `AcousticBrainz `_ project. Thanks to :user: `opatel99 `, and thanks
28
36
from MusicBrainz (or another data source). This feature is still in its
29
37
early stages, so please send feedback if you find anything missing.
30
38
:bug: `1846 ` :bug: `396 `
39
+
40
+ There are even more new features:
41
+
31
42
* :doc: `/plugins/fetchart `: The Google Images backend has been restored. It
32
43
now requires an API key from Google. Thanks to :user: `lcharlick `.
33
44
:bug: `1778 `
34
45
* :doc: `/plugins/info `: A new option will print only fields' names and not
35
46
their values. Thanks to :user: `GuilhermeHideki `. :bug: `1812 `
36
47
* The :ref: `fields-cmd ` command now displays flexible attributes.
37
48
Thanks to :user: `GuilhermeHideki `. :bug: `1818 `
38
- * The :ref: `modify-cmd ` command lets you interactive select tracks to apply
39
- changes. :bug: `1843 `
40
- * The :ref: `move-cmd ` command accepts `-t `, `--timid ` switch now to confirm
41
- or interactive select tracks process. :bug: `1843 `
49
+ * The :ref: `modify-cmd ` command lets you interactively select which albums or
50
+ items you want to change. :bug: `1843 `
51
+ * The :ref: `move-cmd ` command gained a new ``--timid `` flag to print and
52
+ confirm which files you want to move. :bug: `1843 `
53
+ * The :ref: `move-cmd ` command no longer prints filenames for files that
54
+ don't actually need to be moved. :bug: `1583 `
42
55
43
56
.. _Google Code-In : https://codein.withgoogle.com/
44
57
.. _AcousticBrainz : http://acousticbrainz.org/
45
58
46
59
Fixes:
47
60
48
- * The :ref: `move-cmd ` command no longer not prints filenames for files that
49
- don't actually need to be moved. :bug: `1583 `
50
61
* :doc: `/plugins/play `: Fix a regression in the last version where there was
51
62
no default command. :bug: `1793 `
52
63
* :doc: `/plugins/lastimport `: The plugin now works again after being broken by
55
66
now ``warning_threshold `` instead of ``warning_treshold ``, but we kept the
56
67
old name around for compatibility. Thanks to :user: `JesseWeinstein `.
57
68
:bug: `1802 ` :bug: `1803 `
58
- * :doc: `/plugins/lyrics `: The Genius backend has been re-enabled (after being
59
- temporarily disabled in the last version).
60
69
* :doc: `/plugins/edit `: Editing metadata now moves files, when appropriate
61
70
(like the :ref: `modify-cmd ` command). :bug: `1804 `
62
71
* The :ref: `stats-cmd ` command no longer crashes when files are missing or
@@ -65,11 +74,8 @@ Fixes:
65
74
some versions of pyOpenSSL. :bug: `1805 `
66
75
* :doc: `/plugins/replaygain `: Fix an intermittent crash with the GStreamer
67
76
backend. :bug: `1855 `
68
- * :doc: `/plugins/lyrics `: In a continuing saga, the Genius API we use is down
69
- again, so it's been disabled by default *again *. We'll probably leave it
70
- disabled this time.
71
- * :doc: `/plugins/lastimport `: The plugin now works with the beets api key by
72
- default. This can be overridden in the plugin config.
77
+ * :doc: `/plugins/lastimport `: The plugin now works with the beets API key by
78
+ default. You can still provide a different key the configuration.
73
79
* :doc: `/plugins/replaygain `: Fix a crash using the Python Audio Tools
74
80
backend. :bug: `1873 `
75
81
0 commit comments