• v0.6.9 62251d764e

    0.6.9 Stable

    andrew released this 2026-07-16 11:51:55 -06:00 | 0 commits to master since this release

    Completes the July 8 path rewrite cleanup that 0.6.8 started. Three more scripts still assumed the old /music path prefix that beets stopped displaying after the rewrite, and each failed silently.

    replace-with-better.sh could not find any library file it matched, so the mp3 to flac upgrade flow stopped replacing MP3s in place. Instead it imported each fetched FLAC as a brand new track, leaving flac and mp3 twins side by side in the library for the dedup queue to catch. fix-track-metadata.py stopped finding beets entries after a retag, so it silently skipped the beet update and move steps. export-laptop-playlists.py filtered out every track and produced empty exports.

    All three now use the real paths beets displays, keeping the old /music form only as a fallback for stale entries.

    Downloads