• 0.6.11 Stable

    andrew released this 2026-07-22 09:50:55 -06:00 | 4 commits to master since this release

    Two more classes of dedup queue entry are resolved automatically now.

    A format-upgrade pair (a flac and an mp3 of the same song, confirmed by an exact tag match) no longer needs manual confirmation just because the two copies happen to sit in differently-cased folders. The case-insensitive and normalized tag passes already prove these are the same song, and flac always wins the ranking regardless of file size, so there is nothing left to decide. Cross-album fuzzy matches, where a different master or DJ-mix edit could share tags without being an interchangeable copy, still require confirmation as always.

    Separately, a pending queue entry could go stale without ever being confirmed, if something else (a later scan, an upgrade run, a manual fix) had already resolved one side of the pair. Nothing used to notice, so an already-fixed duplicate could sit in the queue indefinitely. Every scan now checks whether the files a pending entry references still exist, and clears it automatically if they do not.

    Downloads