forked from beetbox/beets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
216 lines (210 loc) · 11.9 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
1.0b7
-----
* "Various artists" releases are handled much more gracefully. The
autotagger now sets the "comp" flag on albums whenever the album is
identified as a "various artists" release by MusicBrainz. Also,
there is now a distinction between the "album artist" and the "track
artist", the latter of which is never "Various Artists" or other such
bogus stand-in.
* The directory hierarchy can now be customized based on release type.
In particular, the "path_format" setting in .beetsconfig has been
replaced with a new [paths] section, which allows you to specify
different path formats for normal and "compilation" releases. The
default path formats have been changed to use $albumartist instead
of $artist. More information about this change is available on the
wiki.
* A new "albumtype" field reflects the release type as specified by
MusicBrainz: http://wiki.musicbrainz.org/ReleaseType
* Fix a bug where some files would be erroneously interpreted as MP4.
* Fix permission bits applied to album art files.
* The old "albumify" plugin for upgrading databases was removed.
1.0b6
-----
* A new "-q" command line switch for the import command suppresses all
prompts for input; it pessimistically skips all albums that the
importer is not completely confident about.
* Added support for the WavPack and Musepack formats. Unfortunately,
due to a limitation in the Mutagen library (used by beets for
metadata manipulation), Musepack SV8 is not yet supported. Here's
the upstream bug in question:
http://code.google.com/p/mutagen/issues/detail?id=7
* BPD now uses a pure-Python socket library and no longer requires
eventlet/greenlet (the latter of which is a C extension). For the
curious, the socket library in question is called Bluelet:
https://github.com/sampsyo/bluelet
* Non-autotagged imports are now resumable (just like autotagged
imports.)
* Fix a terrible and long-standing bug where track orderings were never
applied. This manifested when the tagger appeared to be applying a
reasonable ordering to the tracks but, later, the database reflects a
completely wrong association of track names to files. The order
applied was always just alphabetical by filename, which is frequently
but not always what you want.
* We now use Windows' "long filename" support. Filenames on Windows now
also never end in spaces.
* Fix crash in lastid when the artist name is not available.
* Fixed a spurious crash when LANG or a related environment variable is
set to an invalid value (such as 'UTF-8' on some installations of Mac
OS X).
* Fixed an error when trying to copy a file that is already at its
destination.
* When copying read-only files, the importer now tries to make the copy
writable. (Previously, this would just crash the import.)
* Fixed an UnboundLocalError when no matches are found during autotag.
* Fixed a Unicode encoding error when entering special characters into
the "manual search" prompt.
* New command "beet version" just shows the current version.
1.0b5
-----
* A new plugin, "lastid", adds Last.fm acoustic fingerprinting support
to the autotagger. Similar to the PUIDs used by MusicBrainz Picard,
this system allows beets to recognize files that don't have any
metadata at all. You'll need to install some dependencies for this
plugin to work; a guide is available on the project wiki here:
http://code.google.com/p/beets/wiki/LastID
* To support the above, there's also a new system for extending the
autotagger via plugins. Plugins can currently add components to the
track and album distance functions as well as augment the MusicBrainz
search.
* String comparisons in the autotagger have been augmented to act more
intuitively. Previously, if your album had the title "Something (EP)"
and it was officially called "Something", then beets would think this
was a fairly significant change. It now checks for and appropriately
reweights certain parts of each string. As another example, the title
"The Great Album" is considered equal to "Great Album, The".
* New event system for plugins (thanks, Jeff!). Plugins can now get
callbacks from beets when certain events occur in the core.
* The BPD plugin is now disabled by default. This greatly simplifies
installation of the beets core, which is now 100% pure Python. To use
BPD, though, you'll need to set "plugins: bpd" in your .beetsconfig.
* The "import" command can now remove original files when it copies
items into your library. (This might be useful if you're low on disk
space.) Set the "import_delete" option in your .beetsconfig to "yes".
* Importing without autotagging ("beet import -A") now prints out album
names as it imports them to indicate progress.
* There's a new "mpdupdate" plugin that will automatically update your
MPD index whenever your beets library changes. Read the plugin's
documentation on the wiki:
http://code.google.com/p/beets/wiki/MPDUpdate
* Efficiency tweak should reduce the number of MusicBrainz queries per
autotagged album.
* A new "-v" command line switch enables debugging output.
* Fixed bug that completely broke non-autotagged imports ("import -A").
* Fixed bug that logged the wrong paths when using "import -l".
* Fixed autotagging for the creatively-named band !!!.
* Fixed normalization of relative paths.
* Fixed escaping of / characters in paths on Windows.
1.0b4
-----
* Parallel tagger. The autotagger has been reimplemented to use
multiple threads. This means that it can concurrently read files
from disk, talk to the user, communicate with MusicBrainz, and
write data back to disk. Not only does this make the tagger much
faster because independent work may be performed in parallel, but it
makes the tagging process much more pleasant for large imports. The
user can let albums queue up in the background while making a
decision rather than waiting for beets between each question it asks.
The parallel tagger is on by default but a sequential (single-
threaded) version is still available by setting the "threaded"
config value to "no" (because the parallel version is still quite
experimental).
* Colorized tagger output. The autotagger interface now makes it a
little easier to see what's going on at a glance by highlighting
changes with terminal colors. This feature is on by default, but you
can turn it off by setting "color" to "no" in your .beetsconfig (if,
for example, your terminal doesn't understand colors and garbles the
output).
* Pause and resume imports. The "import" command now keeps track of its
progress, so if you're interrupted (beets crashes, you abort the
process, an alien devours your motherboard, etc.), beets will try to
resume from the point where you left off. The next time you run
"import" on the same directory, it will ask if you want to resume. It
accomplishes this by "fast-forwarding" through the albums in the
directory until it encounters the last one it saw. (This means it
might fail if that album can't be found.) Also, you can now abort the
tagging process by entering "B" (for aBort) at any of the prompts.
* Overhauled methods for handling fileystem paths to allow filenames
that have badly encoded special characters. These changes are pretty
fragile, so please report any bugs involving UnicodeErrors or SQLite
ProgrammingErrors with this version.
* The destination paths (the library directory structure) now respect
album-level metadata. This means that if you have an album in which
two tracks have different album-level attributes (like year, for
instance), they will still wind up in the same directory together.
(There's currently not a very smart method for picking the "correct"
album-level metadata, but we'll fix that later.)
* Fixed a bug where the CLI would fail completely if the LANG
environment variable was not set.
* Fixed removal of albums (beet remove -a): previously, the album
record would stay around although the items were deleted.
* The setup script now makes a beet.exe startup stub on Windows;
Windows users can now just type "beet" at the prompt to run beets.
* Fixed an occasional bug where Mutagen would complain that a tag was
already present.
* Fixed a bug with reading invalid integers from ID3 tags.
* The tagger should now be a little more reluctant to reorder tracks
that already have indices.
1.0b3
-----
* Album art. The tagger now, by default, downloads album art from
Amazon that is referenced in the MusicBrainz database. It places the
album art alongside the audio files in a file called (for example)
"cover.jpg". The "import_art" config option controls this behavior,
as do the -r and -R options to the import command. You can set the
name (minus extension) of the album art file with the
"art_filename" config option.
* Plugin architecture. Add-on modules can now add new commands to the
beets command-line interface. The "bpd" and "dadd" commands were
removed from the beets core and turned into plugins; BPD is loaded
by default. To load the non-default plugins, use the "plugins" config
value (a space-separated list of plugin names). You can also set the
"pluginpath" config option to a colon-separated list of directories
to search for plugins. Plugins are just Python modules under the
"beetsplug" namespace package containing subclasses of
beets.plugins.BeetsPlugin. See the "beetsplug" directory for examples.
* Support for MusicBrainz ID tags. The autotagger now keeps track of the
MusicBrainz track, album, and artist IDs it matched for each file. It
also looks for album IDs in new files it's importing and uses those to
look up data in MusicBrainz. Furthermore, track IDs are used as a
component of the tagger's distance metric now. Tangentially, change
required the database code to support a lightweight form of migrations
so that new columns could be added to old databases--this is a
delicate feature, so it would be very wise to make a backup of your
database before upgrading to this version.
* As a consequence of adding album art, the database was significantly
refactored to keep track of some information at an album (rather than
item) granularity. Databases created with earlier versions of beets
should work fine, but they won't have any "albums" in them--they'll
just be a bag of items. This means that commands like "beet ls -a"
and "beet rm -a" won't match anything. To "upgrade" your database,
you can use the included "albumify" plugin. Running "beets albumify"
with the plugin activated will group all your items into albums,
making beets behave more or less as it did before.
* Fixed some bugs with encoding paths on Windows. Also, : is now
replaced with - in path names (instead of _) for readability.
* MediaFiles now have a "format" attribute, so you can use $format in
your library path format strings like "$artist - $album ($format)"
to get directories with names like "Paul Simon - Graceland (FLAC)".
1.0b2
-----
* Support for Ogg Vorbis and Monkey's Audio files and their tags.
(This support should be considered preliminary: I haven't tested it
heavily because I don't use either of these formats regularly.)
* An option to the "beet import" command for logging albums that
are untaggable (i.e., are skipped or taken "as-is"). Use
"beet import -l LOGFILE PATHS". The log format is very simple: it's
just a status (either "skip" or "asis") followed by the path to the
album in question. The idea is that you can tag a large collection
and automatically keep track of the albums that weren't found in
MusicBrainz so you can come back and look at them later.
* Fixed UnicodeEncodeError on terminals that don't (or don't claim to)
support UTF-8.
* Importing without autotagging ("beet import -A") is now faster and
doesn't print out a bunch of whitespace. It also lets you specify
single files on the command line (rather than just directories).
* Fixed importer crash when attempting to read a corrupt file.
* Reorganized code for CLI in preparation for adding pluggable
subcommands. Also removed dependency on the aging "cmdln" module.
1.0b1
-----
First public release.