Hello folks,
Currently im working on some sort of music project, so dealing with user mp3 uploads. And the problem is that i cant find id3 library, that will work correctly for all files. I have tried libs: id3-ruby, Mp3Info, but still none of them gives me correct results. For example, most common problems:
- wrong stream parameters (bitrate and sample rate, sometimes duration)
- not supported extended tags
So, i decided to add form, so users have to fill optional information like Artist and title, that helped a little, but didnt solve the problem.
Does anyone knows most usable and powerful library for ruby that will work with ID3 correctly?