• v0.6.15 Stable

    claude released this 2026-07-23 15:40:04 -06:00 | 0 commits to master since this release

    Fixed a bug where a manual import of MP3 files could fail entirely with no tagged audio files left to import after quarantine, even though the files were completely and correctly tagged. The tag check used an old tool that cannot read the modern ID3v2.4 tag format, so it reported fully-tagged files as untagged and sent them to quarantine.

    While testing this, found something worse: the same old tool, when used elsewhere to write a single tag (like an artist fallback), would silently wipe out every other tag on an ID3v2.4 file, including title, album, genre, date, and cover art. Fixed the specific write path this touches. A few other spots in the pipeline still write tags the old way and carry the same risk against modern-tagged files; those are noted for a future release.

    Downloads