| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| beets-2.5.1-py3-none-any.whl | 2025-10-14 | 573.7 kB | |
| beets-2.5.1.tar.gz | 2025-10-14 | 2.1 MB | |
| README.md | 2025-10-14 | 1.1 kB | |
| Release v2.5.1 source code.tar.gz | 2025-10-14 | 2.3 MB | |
| Release v2.5.1 source code.zip | 2025-10-14 | 2.6 MB | |
| Totals: 5 Items | 7.6 MB | 2 | |
New features
- Zero Plugin: Add new configuration option,
omit_single_disc, to allow zeroing the disc number on write for single-disc albums. Defaults to False.
Bug fixes
- beets.plugins.BeetsPlugin: load the last plugin class defined in the plugin namespace. :bug: (#6093)
For packagers
- Fixed issue with legacy metadata plugins not copying properties from the base class.
- Reverted the following: When installing
beetsvia git or locally the version string now reflects the current git branch and commit hash. :bug: (#6089)
Other changes
- Removed outdated mailing list contact information from the documentation :bug: (#5462).
- Getting Started: Modernized the Getting Started guide with tabbed sections and dropdown menus. Installation instructions have been streamlined, and a new subpage now provides additional setup details.