wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
126 stars 20 forks source link

Improving the Metadata change event #74

Closed DovgopolsSerj closed 4 months ago

DovgopolsSerj commented 4 months ago

Please make all changes to the event with the Metadata category. If you now submit an mp3 file to the Player, the event does not occur. But already from the reader.buffering event, player.mediaInfo.metadata already contains all the tags of the file (artist, album, etc.). This is very cool, despite the fact that no other actions are needed to show the cover. Mp3 file covers are immediately displayed on the texture.

wang-bin commented 4 months ago

added in the latest mdk-sdk