I’ve recently came up with an idea of writing small python crawler that would go through my music library, retrieve information about name, all ID3 tags from my mp3s and CRC32 checksum of them and store them into MySQL database. It would allow me to detect duplicated songs on my disc and maybe more usages in the future.
I haven’t done any research about similar applications but if there are ones, I will write my own anyway 😉
If I would only find time to do this…