-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using mp3agic library in Android Studio #176
Comments
Can you provide a full stack trace? It would be easier to see what's going on |
W/System.err: com.mpatric.mp3agic.InvalidDataException: No mpegs frames found |
I may understand that what I opened is actually an m4a file, although it is marked as MP3 file. |
Here is a supplement. For some mp3 suffix files that are actually m4a files, they may be read successfully and then become unplayable, which is worth noting. |
I manage to rename the song file, using the File class it renames me perfectly, but it does not show the change in the listview even though I update the adapter and the arraylist, so I opted to use mp3agic to change the labels, but it shows me an error. Error image
This is the code to rename that I use
I need help. Thanks.
The text was updated successfully, but these errors were encountered: