How can i extract the information embedded in ID3 tag from mp3 file in windows and android environment?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out id3lib for a c/c++ library and jid3lib for a library in Java, which you will need for Android.
For .NET development I would recommend using TagLib#. To reference and use the TagLib# library you need to run the following command in the Package Manager Console in Visual Studio.
The NuGet distribution of taglib-sharp can be found at http://nuget.org/packages/taglib. The official source code repository is at https://github.com/mono/taglib-sharp.