1
1
Changelog
2
2
=========
3
3
4
- 1.3.7 (in development)
5
- ----------------------
4
+ 1.3.7 (August 22, 2014)
5
+ -----------------------
6
+
7
+ This release of beets fixes all the bugs, and you can be confident that you
8
+ will never again find any bugs in beets, ever.
9
+ It also adds support for plain old AIFF files and adds three more plugins,
10
+ including a nifty one that lets you measure a song's tempo by tapping out the
11
+ beat on your keyboard.
12
+ The importer deals more elegantly with duplicates and you can broaden your
13
+ cover art search to the entire web with Google Image Search.
6
14
7
- New stuff
15
+ The big new features are:
8
16
17
+ * Support for AIFF files. Tags are stored as ID3 frames in one of the file's
18
+ IFF chunks. Thanks to Evan Purkhiser for contributing support to `Mutagen `_.
9
19
* The new :doc: `/plugins/importadded ` reads files' modification times to set
10
20
their "added" date. Thanks to Stig Inge Lea Bjørnsen.
11
- * Support for AIFF files. Tags are stored as ID3 frames in one of the file's
12
- IFF chunks.
13
- * A new :ref: `required ` configuration option for the importer skips matches
14
- that are missing certain data. Thanks to oprietop.
15
21
* The new :doc: `/plugins/bpm ` lets you manually measure the tempo of a playing
16
22
song. Thanks to aroquen.
17
23
* The new :doc: `/plugins/spotify ` generates playlists for your `Spotify `_
18
24
account. Thanks to Olin Gay.
25
+ * A new :ref: `required ` configuration option for the importer skips matches
26
+ that are missing certain data. Thanks to oprietop.
19
27
* When the importer detects duplicates, it now shows you some details about
20
28
the potentially-replaced music so you can make an informed decision. Thanks
21
29
to Howard Jones.
30
+ * :doc: `/plugins/fetchart `: You can now optionally search for cover art on
31
+ Google Image Search. Thanks to Lemutar.
32
+ * A new :ref: `asciify-paths ` configuration option replaces all non-ASCII
33
+ characters in paths.
22
34
35
+ .. _Mutagen : https://bitbucket.org/lazka/mutagen
23
36
.. _Spotify : https://www.spotify.com/
24
37
25
- Little improvements and fixes:
38
+ And the multitude of little improvements and fixes:
26
39
40
+ * Compatibility with the latest version of `Mutagen `_, 1.23.
27
41
* :doc: `/plugins/web `: Lyrics now display readably with correct line breaks.
28
42
Also, the detail view scrolls to reveal all of the lyrics. Thanks to Meet
29
43
Udeshi.
30
- * Compatibility with the latest version of Mutagen, 1.23.
31
- * :doc: `/plugins/fetchart `: You can now optionally search for cover art on
32
- Google Image Search. Thanks to Lemutar.
33
44
* :doc: `/plugins/play `: The ``command `` config option can now contain
34
45
arguments (rather than just an executable). Thanks to Alessandro Ghedini.
35
46
* Fix an error when using the :ref: `modify-cmd ` command to remove a flexible
@@ -51,11 +62,11 @@ Little improvements and fixes:
51
62
* Don't display changes for fields that are not in the restricted field set.
52
63
This fixes :ref: `write-cmd ` showing changes for fields that are not written
53
64
to the file.
54
- * :ref: `write-cmd ` command: Don't display the item name if there are no
55
- changes for it.
56
- * When using both :doc: `/plugins/convert ` and :doc: `/plugins/scrub `, avoid
57
- scrubbing the source file of conversions. (Fix a regression introduced in
58
- the previous release.)
65
+ * The :ref: `write-cmd ` command avoids displaying the item name if there are
66
+ no changes for it.
67
+ * When using both the :doc: `/plugins/convert ` and the :doc: `/plugins/scrub `,
68
+ avoid scrubbing the source file of conversions. (Fix a regression introduced
69
+ in the previous release.)
59
70
* :doc: `/plugins/replaygain `: Logging is now quieter during import. Thanks to
60
71
Yevgeny Bezman.
61
72
* :doc: `/plugins/fetchart `: When loading art from the filesystem, we now
@@ -71,16 +82,14 @@ Little improvements and fixes:
71
82
* :doc: `/plugins/bucket `: You can now customize the definition of alphanumeric
72
83
"ranges" using regular expressions. And the heuristic for detecting years
73
84
has been improved. Thanks to sotho.
74
- * Already imported singleton tracks are skipped when resuming an
85
+ * Already- imported singleton tracks are skipped when resuming an
75
86
import.
76
87
* :doc: `/plugins/chroma `: A new ``auto `` configuration option disables
77
88
fingerprinting on import. Thanks to ddettrittus.
78
89
* :doc: `/plugins/convert `: A new ``--format `` option to can select the
79
90
transcoding preset from the command-line.
80
91
* :doc: `/plugins/convert `: Transcoding presets can now omit their filename
81
92
extensions (extensions default to the name of the preset).
82
- * A new :ref: `asciify-paths ` configuration option replaces all non-ASCII
83
- characters in paths.
84
93
* :doc: `/plugins/convert `: A new ``--pretend `` option lets you preview the
85
94
commands the plugin will execute without actually taking any action. Thanks
86
95
to Dietrich Daroch.
0 commit comments