Hello all! I need to read data from MP3 files such as its ID3 tag, but I also need to do more like say, reading EXIF from images and I cannot compromise on the ID3 tag reading capabilities.
So, I'm stuck with a script that executes a search through my media or say, my music files to check if the file's name and its directory path corresponds to my file's metadata and then, report to me a log of all the mismatched files so that I could make the appropriate changes in them. I've tried to write the script in Ruby, and also in Python without much luck. But, if anybody knows a working solution in some other language, I'd be interested to know and learn from those as well.