- Ensure tests pass with beets v2.9
- Added
album_art_copyoption which copies album art to alternative collections (@maxaudron) - Added options to resize and reformat embedded or copied album art (@maxaudron)
- Require beets >= 2.1
- Promote
typing-extensionsto runtime dependency - Improved disk write performance when encoding items
- You can now hook into collection updates and run your own logic using the
alternatives.item_updatedevent.
- Add support for beets v2.3.x
- Make builds more reliable for packagers
- Resize embedded art in alternative files with
albumart_maxwidthoption.
- Consistently use Unicode paths to alternative items. This may result and collection updates and orphaned files in alternatives. It may also improve usability on non-standard file systems (see #74).
- Require Python >= 3.10
- Fix an issue where items in a symlink collection with relative links were always unnecessarily updated.
- Support Beets v2
- Add
--allflag to update command which will update all configured collections.
- Use the convert’s plugin
threadconfiguration when transcoding files. (@johnyerhot) - Drop support for Python 2. Require Python >= 3.8
- Require beets >= 1.6.0
- Add
beet alt list-trackscommand - SymlinkView: Fix stale symlinks not being removed when files are moved in the main library #47
- Running
beet completiondoes not crash anymore #38
- Symlink views now support relative symlinks (@daviddavo)
- Running just
beet altdoes not throw an error anymore (@daviddavo)
- The package is now on PyPI
- Require at least beets v1.4.7
- Update album art in alternatives when it changes
- Python 3 support (Python 2.7 continuous to be supported)
- Support the format aliases defined by the convert plugin ('wma' and 'vorbis' with current beets)
- Bugfix: Explicitly write tags after encoding instead of relying on the encoder to do so
- Bugfix: If the
formatsconfig option is modified, don't move files if the extension would change, but re-encode
- Fix a bug that made the plugin crash when reading unicode strings from the configuration
- Require beets v1.3.13 and drop support for all older versions.
- Embed cover art when converting items
First proper release