Topic: New script: List, remove or store fingerprinting track ids in files
Hi,
I've written myself a small little helper script, which is able to list, remove or store fingerprinting track ids (Acoustid Id/MusicIP PUID) into music files. It is pretty difficult to achieve this with Picard, as new files (= new fingerprints) only get a track id after they are imported into the acoustid server, and it is cumbersome to rescan and re-associate albums (especially with two fingerprinting systems).
The code can be found here: https://github.com/weisslj/fingerprint-store
Maybe it is useful for you :-).