-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Expose ID3 metadata for mp3 + mp4 #979
Comments
We could probably support this relatively easily, given we already have ID3 parsing for MPEG-TS. |
@cbfiddle - For mp4 do you think it's fine to propagate the metadata in the audio track only? I've made this change on |
I have no opinion. My use case is audio only.
|
ID3 support for MP3 and MP4 has been merged in #2008. |
One of my goals for ID3 support was to implement replay gain (level matching between tracks). However, I have not found a way to introduce gain (the volume parameter only supports level reduction). Is there a way to do this?
Thanks.
Alan
|
I don't think it would be possible to implement this properly by receiving the ID3 data and then setting something back on the player. You'd really need this to happen synchronously within the player itself. If there are standard tags for this then please file a new issue to track implementing this, together with details about the standard tags and sample media we can test with. |
Is it possible to get metadata (like artist, song name and etc) from HTTP mp3 stream (radio) via some of ExoPlayer classes? Does the player has such functionality? If no, do you have recommendation how to get the metadata?
The text was updated successfully, but these errors were encountered: