soulsync/database
Broque Thomas 0bc6abd683 Allow duplicate tracks across albums with settings toggle
Same song from different albums was blocked from entering the
wishlist by a name+artist dedup check. Added toggle in Settings →
Library → File Organization: "Allow duplicate tracks across albums"
(on by default). When enabled, the dedup is skipped — different
album versions of the same song can coexist in the wishlist for
complete discography downloads. The UNIQUE constraint on track ID
still prevents the exact same track from being added twice.
2026-03-31 12:16:57 -07:00
..
__init__.py basic db structure 2025-08-05 22:43:04 -07:00
music_database.py Allow duplicate tracks across albums with settings toggle 2026-03-31 12:16:57 -07:00
music_library.db basic db structure 2025-08-05 22:43:04 -07:00