beets is a music tagger and library organizer. Current version is 2.11.0, requiring Python >=3.10 and <3.15. Releases follow an irregular cadence with multiple minor versions per year.
pip install beetsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize an in-memory beets library, add an item, and query it.
Use lib.directory to get the library root and join relative paths, or continue to use absolute paths in queries (they still match). Avoid direct DB manipulation.
Update any scripts that parse 'splupdate' output to handle the new format. Use --format to customize track line format if needed.
Define only one plugin class per file, or use the 'beet' entry point to specify the class.
Run 'beet config -p' to show the path where beets expects config. Use 'beet config -e' to edit the file.
Use 'beet import -t /path' for interactive mode, or configure 'import: timid: yes' in config.