Comment on Music Library Management
hellmo_luciferrari@lemmy.zip 3 days agoOnce I have my music gone through and deduped, as well as tagged, I will likely never have to run it again; as the music my server ingests is already properly tagged.
Comment on Music Library Management
hellmo_luciferrari@lemmy.zip 3 days agoOnce I have my music gone through and deduped, as well as tagged, I will likely never have to run it again; as the music my server ingests is already properly tagged.
ryokimball@infosec.pub 2 days ago
The deduping is a little difficult. Obv matching files are caught with regular dedupe tools, but I’ve been meaning to make a script to use fingerprinting (dejavu is the library I think?) to find matches. Problem is the fingerprints are about as big as the music files themselves.
hellmo_luciferrari@lemmy.zip 2 days ago
Beets can do some sort of fingerprint with ffmpeg and in another comment I posted a snippet that I used ti generate a log. I’ve only done dry runs.