- Resize embedded art in alternative files with
albumart_maxwidth
option.
- 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
--all
flag to update command which will update all configured collections.
- Use the convert’s plugin
thread
configuration when transcoding files. (@johnyerhot) - Drop support for Python 2. Require Python >= 3.8
- Require beets >= 1.6.0
- Add
beet alt list-tracks
command - SymlinkView: Fix stale symlinks not being removed when files are moved in the main library #47
- Running
beet completion
does not crash anymore #38
- Symlink views now support relative symlinks (@daviddavo)
- Running just
beet alt
does 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
formats
config 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