B4A Question ExoPlayer-ID3 metadata how to get data - kisoft    Dec 30, 2019 .dev/doc/reference/com/google/android/exoplayer2/metadata/Metadata.Entry...Hi
This is a continuation of this thread:
https://www.b4x.com/android/forum/threads/exoplayer-id3... Wish ExoPlayer-ID3 metadata - kisoft    Dec 23, 2019 Would it be possible to update the Exoplayer for B4A? In the mean while, the original library supports reading MP3 tags, which is interesting for displaying info (like the title of the current song... B4A Question ExoPlayer Metadata - oligo92 (first post)    Mar 6, 2025   (1 reaction) ...well actually Addo is doing the job. Now I have to migrate.
Thanks!... B4A Question exoplayer help - Pendrush (first post)    Apr 4, 2025 artist need to be decoded from stream as metadata.
https://stackoverflow.com/a/4914538
Original Media3/Exoplayer has event for metadata I don't know if it is available in wrapper.
https://developer.android.com/media/media3/exoplayer/retrieving-metadata... B4A Library ExoPlayer - MediaPlayer / VideoView Alternative - Erel    Dec 25, 2023   (59 reactions)   tags: Code, Wewl, video, MediaPlayer Edit: new version: https://www.b4x.com/android/forum/threads/exoplayer-media3-video-player.158204/ ExoPlayer is an open source project that replaces the native MediaPlayer and VideoView types. https://google.github.io/ExoPlayer/ License: Apache 2.0 It supports more media formats, it is more...): www.b4x.com/android/files/exoplayer-additional_libs.zip Updates: V1.52 - Previous fix was incomplete. New version solves the issue. V1.51 - Fixes an incompatibility between ExoPlayer and Firebase... B4A Question Exoplayer update to support MP3 tags - wimpie3    May 7, 2019   (2 reactions) ).
See https://medium.com/google-exoplayer/exoplayer-2-1-whats-new-2832c09fedab
ExoPlayer 2.1 - What’s new
ID3 metadata and album art
ExoPlayer now parses ID3 metadata from the headers of MP3 and MP4...Would it be possible to update the Exoplayer for B4A? In the mean while, the original library....get(i);
for (int j = 0; j < trackGroup.length; j++) {
Metadata trackMetadata = trackGroup.getFormat... B4A Code Snippet Exoplayer read stream radio online - musaso    May 9, 2021   (7 reactions) that ExoPlayer assigns and receives metadata. #if java import anywheresoftware.b4a.keywords.Common;....exoplayer2.metadata.icy.IcyInfo; import com.google.android.exoplayer2.metadata.icy.IcyHeaders; import com.google.android.exoplayer2.metadata.Metadata; import com.google.android.exoplayer2.metadata.MetadataOutput; import com.google.android.exoplayer2.SimpleExoPlayer; import android.content.Context;....toLowerCase(BA.cul) + "_fire", txt); } // Asignar ExoPlayer y recoger metadata... B4A Library ExoPlayer (media3) - video player - Erel    Aug 6, 2025   (22 reactions) ExoPlayer is a powerful media player created by Google: https://developer.android.com/guide/topics/media/exoplayer
This version is based on Media3 ExoPlayer v1.2. It replaces ExoPlayer 2: https... B4A Question [SOLVED] - ExoPlayer - Displaying song title and artist name when streaming - Pendrush (first post)    Oct 23, 2020 https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/metadata/Metadata.Entry.html... B4A Question ExoPlayer Song List - Get Title - kisoft (first post)    Dec 31, 2022 https://www.b4x.com/android/forum/threads/exoplayer-id3-metadata-how-to-get-data.112608/#content... Page: 1   2   3   4   5   6   |