Beets

Latest version: v2.2.0

Safety actively analyzes 688365 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

1.4.2

Not secure
This is just a little bug fix release. With 1.4.2, we're also confident enough to recommend that anyone who's interested give Python 3 a try: bugs may still lurk, but we've deemed things safe enough for broad adoption. If you can, please install beets with `pip3` instead of `pip2` this time and let us know how it goes!

Here are the fixes:
- `badfiles`: Fix a crash on non-ASCII filenames. 2299
- The `%asciify{}` path formatting function and the asciify-paths setting properly substitute path separators generated by converting some Unicode characters, such as ½ and ¢, into ASCII.
- `convert`: Fix a logging-related crash when filenames contain curly braces. Thanks to kierdavis. 2323
- We've rolled back some changes to the included zsh completion script that were causing problems for some users. 2266

Also, we've removed some special handling for logging in the `discogs` that we believe was unnecessary. If spurious log messages appear in this version, please let us know by filing a bug.

1.4.1

Not secure
Version 1.4 has **alpha-level** Python 3 support. Thanks to the heroic efforts of jrobeson, beets should run both under Python 2.7, as before, and now under Python 3.4 and above. The support is still new: it undoubtedly contains bugs, so it may replace all your music with Limp Bizkit—but if you're brave and you have backups, please try installing on Python 3. Let us know how it goes.

If you package beets for distribution, here's what you'll want to know:
- This version of beets now depends on the [six](https://pythonhosted.org/six/) library.
- We also bumped our minimum required version of Mutagen to 1.33 (from 1.27).
- Please don't package beets as a Python 3 application _yet_, even though most things work under Python 3.4 and later.

This version also makes a few changes to the command-line interface and configuration that you may need to know about:
- `duplicates`: The `duplicates` command no longer accepts multiple field arguments in the form `-k title albumartist album`. Each argument must be prefixed with `-k`, as in `-k title -k albumartist -k album`.
- The old top-level `colors` configuration option has been removed (the setting is now under `ui`).
- The deprecated `list_format_album` and `list_format_item` configuration options have been removed (see format_album and format_item).

The are a few new features:
- `mpdupdate`, `mpdstats`: When the `host` option is not set, these plugins will now look for the `$MPD_HOST` environment variable before falling back to `localhost`. Thanks to tarruda. 2175
- `web`: Added an `expand` option to show the items of an album. 2050
- `embyupdate`: The plugin can now use an API key instead of a password to authenticate with Emby. 2045 2117
- `acousticbrainz`: The plugin now adds a `bpm` field.
- `beet --version` now includes the Python version used to run beets.
- /reference/pathformat can now include unescaped commas (`,`) when they are not part of a function call. 2166 2213
- The `update` command takes a new `-F` flag to specify the fields to update. Thanks to dangmai. 2229 2231

And there are a few bug fixes too:
- `convert`: The plugin no longer asks for confirmation if the query did not return anything to convert. 2260 2262
- `embedart`: The plugin now uses `jpg` as an extension rather than `jpeg`, to ensure consistency with the plugins/fetchart. Thanks to tweitzel. 2254 2255
- `embedart`: The plugin now works for all jpeg files, including those that are only recognizable by their magic bytes. 1545 2255
- `web`: The JSON output is no longer pretty-printed (for a space savings). 2050
- `permissions`: Fix a regression in the previous release where the plugin would always fail to set permissions (and log a warning). 2089
- `beatport`: Use track numbers from Beatport (instead of determining them from the order of tracks) and set the `medium_index` value.
- With per_disc_numbering enabled, some metadata sources (notably, the `beatport`) would not set the track number at all. This is fixed. 2085
- `play`: Fix `$args` getting passed verbatim to the play command if it was set in the configuration but `-A` or `--args` was omitted.
- With ignore_hidden enabled, non-UTF-8 filenames would cause a crash. This is fixed. 2168
- `embyupdate`: Fixes authentication header problem that caused a problem that it was not possible to get tokens from the Emby API.
- `lyrics`: Some titles use a colon to separate the main title from a subtitle. To find more matches, the plugin now also searches for lyrics using the part part preceding the colon character. 2206
- Fix a crash when a query uses a date field and some items are missing that field. 1938
- `discogs`: Subtracks are now detected and combined into a single track, two-sided mediums are treated as single discs, and tracks have `media`, `medium_total` and `medium` set correctly. 2222 2228.
- `missing`: `missing` is now treated as an integer, allowing the use of (for example) ranges in queries.
- `smartplaylist`: Playlist names will be sanitized to ensure valid filenames. 2258
- The ID3 APIC tag now uses the Latin-1 encoding when possible instead of a Unicode encoding. This should increase compatibility with other software, especially with iTunes and when using ID3v2.3. Thanks to lazka. 899 2264 2270

The last release, 1.3.19, also erroneously reported its version as "1.3.18" when you typed `beet version`. This has been corrected.

1.3.19

Not secure
This is primarily a bug fix release: it cleans up a couple of regressions that appeared in the last version. But it also features the triumphant return of the `beatport` and a modernized `bpd`.

It's also the first version where beets passes all its tests on Windows! May this herald a new age of cross-platform reliability for beets.

New features:
- `beatport`: This metadata source plugin has arisen from the dead! It now works with Beatport's new OAuth-based API. Thanks to
jbaiter. 1989 2067
- `bpd`: The plugin now uses the modern GStreamer 1.0 instead of the old 0.10. Thanks to philippbeckmann. 2057 2062
- A new `--force` option for the `remove` command allows removal of items without prompting beforehand. 2042
- A new duplicate_action importer config option controls how duplicate albums or tracks treated in import task. 185

Some fixes for Windows:
- Queries are now detected as paths when they contain backslashes (in addition to forward slashes). This only applies on Windows.
- `embedart`: Image similarity comparison with ImageMagick should now work on Windows.
- `fetchart`: The plugin should work more reliably with non-ASCII paths.

And other fixes:
- `replaygain`: The `bs1770gain` backend now correctly calculates sample peak instead of true peak. This comes with a major speed increase. 2031
- `lyrics`: Avoid a crash and a spurious warning introduced in the last version about a Google API key, which appeared even when you hadn't enabled the Google lyrics source.
- Fix a hard-coded path to `bash-completion` to work better with Homebrew installations. Thanks to bismark. 2038
- Fix a crash introduced in the previous version when the standard input was connected to a Unix pipe. 2041
- Fix a crash when specifying non-ASCII format strings on the command line with the `-f` option for many commands. 2063
- `fetchart`: Determine the file extension for downloaded images based on the image's magic bytes. The plugin prints a warning if result is not consistent with the server-supplied `Content-Type` header. In previous versions, the plugin would use a `.jpg` extension for all images. 2053

1.3.18

Not secure
This update adds a new `hook` that lets you integrate beets with command-line tools and an `export` that can dump data from the beets database as JSON. You can also automatically translate lyrics using a machine translation service.

The `echonest` plugin has been removed in this version because the API it used is [shutting down](https://developer.spotify.com/news-stories/2016/03/29/api-improvements-update/). You might want to try the `acousticbrainz` instead.

Some of the larger new features:
- The new `hook` lets you execute commands in response to beets events.
- The new `export` can export data from beets' database as JSON. Thanks to GuilhermeHideki.
- `lyrics`: The plugin can now translate the fetched lyrics to your native language using the Bing translation API. Thanks to Kraymer.
- `fetchart`: Album art can now be fetched from [fanart.tv](https://fanart.tv/).

Smaller new things:
- There are two new functions available in templates: `%first` and `%ifdef`. See template-functions.
- `convert`: A new `album_art_maxwidth` setting lets you resize album art while copying it.
- `convert`: The `extension` setting is now optional for conversion formats. By default, the extension is the same as the name of the configured format.
- `importadded`: A new `preserve_write_mtimes` option lets you preserve mtime of files even when beets updates their metadata.
- `fetchart`: The `enforce_ratio` option now lets you tolerate images that are _almost_ square but differ slightly from an exact 1:1 aspect ratio.
- `fetchart`: The plugin can now optionally save the artwork's source in an attribute in the database.
- The terminal_encoding configuration option can now also override the _input_ encoding. (Previously, it only affected the encoding of the standard _output_ stream.)
- A new ignore_hidden configuration option lets you ignore files that your OS marks as invisible.
- `web`: A new `values` endpoint lets you get the distinct values of a field. Thanks to sumpfralle. 2010

Fixes:
- Fix a problem with the `stats` command in exact mode when filenames on Windows use non-ASCII characters. 1891
- Fix a crash when iTunes Sound Check tags contained invalid data. 1895
- `mbcollection`: The plugin now redacts your MusicBrainz password in the `beet config` output. 1907
- `scrub`: Fix an occasional problem where scrubbing on import could undo the id3v23 setting. 1903
- `lyrics`: Add compatibility with some changes to the LyricsWiki page markup. 1912 1909
- `lyrics`: Fix retrieval from Musixmatch by improving the way we guess the URL for lyrics on that service. 1880
- `edit`: Fail gracefully when the configured text editor command can't be invoked. 1927
- `fetchart`: Fix a crash in the Wikipedia backend on non-ASCII artist and album names. 1960
- `convert`: Change the default `ogg` encoding quality from 2 to 3 (to fit the default from the `oggenc(1)` manpage). 1982
- `convert`: The `never_convert_lossy_files` option now considers AIFF a lossless format. 2005
- `web`: A proper 404 error, instead of an internal exception, is returned when missing album art is requested. Thanks to
sumpfralle. 2011
- Tolerate more malformed floating-point numbers in metadata tags. 2014
- The ignore configuration option now includes the `lost+found` directory by default.
- `acousticbrainz`: AcousticBrainz lookups are now done over HTTPS. Thanks to Freso. 2007

1.3.17

Not secure
This release introduces one new plugin to fetch audio information from the [AcousticBrainz](http://acousticbrainz.org/) project and another plugin to make it easier to submit your handcrafted metadata back to MusicBrainz. The importer also gained two oft-requested features: a way to skip the initial search process by specifying an ID ahead of time, and a way to _manually_ provide metadata in the middle of the import process (via the `edit` plugin).

Also, as of this release, the beets project has some new Internet homes! Our new domain name is [beets.io](http://beets.io/), and we have a shiny new GitHub organization: [beetbox](https://github.com/beetbox).

Here are the big new features:
- A new `acousticbrainz` fetches acoustic-analysis information from the [AcousticBrainz](http://acousticbrainz.org/) project. Thanks to opatel99, and thanks to [Google Code-In](https://codein.withgoogle.com/)! #1784
- A new `mbsubmit` lets you print music's current metadata in a format that the MusicBrainz data parser can understand. You can trigger it during an interactive import session. 1779
- A new `--search-id` importer option lets you manually specify IDs (i.e., MBIDs or Discogs IDs) for imported music. Doing this skips the initial candidate search, which can be important for huge albums where this initial lookup is slow. Also, the `enter Id` prompt choice now accepts several IDs, separated by spaces. 1808
- `edit`: You can now edit metadata _on the fly_ during the import process. The plugin provides two new interactive options: one to edit _your music's_ metadata, and one to edit the _matched metadata_ retrieved from MusicBrainz (or another data source). This feature is still in its early stages, so please send feedback if you find anything missing. 1846 396

There are even more new features:
- `fetchart`: The Google Images backend has been restored. It now requires an API key from Google. Thanks to lcharlick. 1778
- `info`: A new option will print only fields' names and not their values. Thanks to GuilhermeHideki. 1812
- The `fields` command now displays flexible attributes. Thanks to GuilhermeHideki. 1818
- The `modify` command lets you interactively select which albums or items you want to change. 1843
- The `move` command gained a new `--timid` flag to print and confirm which files you want to move. 1843
- The `move` command no longer prints filenames for files that don't actually need to be moved. 1583

Fixes:
- `play`: Fix a regression in the last version where there was no default command. 1793
- `lastimport`: The plugin now works again after being broken by some unannounced changes to the Last.fm API. 1574
- `play`: Fixed a typo in a configuration option. The option is now `warning_threshold` instead of `warning_treshold`, but we kept the old name around for compatibility. Thanks to JesseWeinstein. 1802 1803
- `edit`: Editing metadata now moves files, when appropriate (like the `modify` command). 1804
- The `stats` command no longer crashes when files are missing or inaccessible. 1806
- `fetchart`: Possibly fix a Unicode-related crash when using some versions of pyOpenSSL. 1805
- `replaygain`: Fix an intermittent crash with the GStreamer backend. 1855
- `lastimport`: The plugin now works with the beets API key by default. You can still provide a different key the configuration.
- `replaygain`: Fix a crash using the Python Audio Tools backend. 1873

1.3.16

Not secure
The big news in this release is a new interactive editor plugin. It's really nifty: you can now change your music's metadata by making changes in a visual text editor, which can sometimes be far more efficient than the built-in modify-cmd` command. No more carefully retyping the same artist name with slight capitalization changes.

This version also adds an oft-requested "not" operator to beets' queries, so you can exclude music from any operation. It also brings friendlier formatting (and querying!) of song durations.

The big new stuff:
- A new `edit` lets you manually edit your music's metadata using your favorite text editor. 164 1706
- Queries can now use "not" logic. Type a `^` before part of a query to _exclude_ matching music from the results. For example, `beet list -a beatles ^album:1` will find all your albums by the Beatles except for their singles compilation, "1." See not_query. 819 1728
- A new `embyupdate` can trigger a library refresh on an [Emby](http://emby.media) server when your beets database changes.
- Track length is now displayed as "M:SS" rather than a raw number of seconds. Queries on track length also accept this format: for example, `beet list length:5:30..` will find all your tracks that have a duration over 5 minutes and 30 seconds. You can turn off this new behavior using the `format_raw_length` configuration option. 1749

Smaller changes:
- Three commands, `modify`, `update`, and `mbsync`, would previously move files by default after changing their metadata. Now, these commands will only move files if you have the config-import-copy or config-import-move options enabled in your importer configuration. This way, if you configure the importer not to touch your filenames, other commands will respect that decision by default too. Each command also sprouted a `--move` command-line option to override this default (in addition to the `--nomove` flag they already had). 1697
- A new configuration option, `va_name`, controls the album artist name for various-artists albums. The setting defaults to "Various Artists," the MusicBrainz standard. In order to match MusicBrainz, the `discogs` also adopts the same setting.
- `info`: The `info` command now accepts a `-f/--format` option for customizing how items are displayed, just like the built-in `list` command. 1737

Some changes for developers:
- Two new plugin hooks , `albuminfo_received` and `trackinfo_received`, let plugins intercept metadata as soon as it is received, before it is applied to music in the database. 872
- Plugins can now add options to the interactive importer prompts. See append_prompt_choices. 1758

Fixes:
- `plexupdate`: Fix a crash when Plex libraries use non-ASCII collection names. 1649
- `discogs`: Maybe fix a crash when using some versions of the `requests` library. 1656
- Fix a race in the importer when importing two albums with the same artist and name in quick succession. The importer would fail to detect them as duplicates, claiming that there were "empty albums" in the database even when there were not. 1652
- plugins/lastgenre: Clean up the reggae-related genres somewhat. Thanks to Freso. 1661
- The importer now correctly moves album art files when re-importing. 314
- `fetchart`: In auto mode, the plugin now skips albums that already have art attached to them so as not to interfere with re-imports. 314
- `fetchart`: The plugin now only resizes album art if necessary, rather than always by default. 1264
- `fetchart`: Fix a bug where a database reference to a non-existent album art file would prevent the command from fetching new art. 1126
- `thumbnails`: Fix a crash with Unicode paths. 1686
- `embedart`: The `remove_art_file` option now works on import (as well as with the explicit command). 1662 1675
- `metasync`: Fix a crash when syncing with recent versions of iTunes. 1700
- `duplicates`: Fix a crash when merging items. 1699
- `smartplaylist`: More gracefully handle malformed queries and missing configuration.
- Fix a crash with some files with unreadable iTunes SoundCheck metadata. 1666
- `thumbnails`: Fix a nasty segmentation fault crash that arose with some library versions. 1433
- `convert`: Fix a crash with Unicode paths in `--pretend` mode. 1735
- Fix a crash when sorting by nonexistent fields on queries. 1734
- Probably fix some mysterious errors when dealing with images using ImageMagick on Windows. 1721
- Fix a crash when writing some Unicode comment strings to MP3s that used older encodings. The encoding is now always updated to UTF-8. 879
- `fetchart`: The Google Images backend has been removed. It used an API that has been shut down. 1760
- `lyrics`: Fix a crash in the Google backend when searching for bands with regular-expression characters in their names, like Sunn O))). 1673
- `scrub`: In `auto` mode, the plugin now _actually_ only scrubs files on import, as the documentation always claimed it did---not every time files were written, as it previously did. 1657
- `scrub`: Also in `auto` mode, album art is now correctly restored. 1657
- Possibly allow flexible attributes to be used with the `%aunique` template function. 1775
- `lyrics`: The Genius backend is now more robust to communication errors. The backend has also been disabled by default, since the API it depends on is currently down. 1770

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.