MediaElement: To add metadata support to .NET MAUI #1682
Closed
imadofficial
started this conversation in
New Feature Discussions
Replies: 2 comments
-
Working on hit here: #1782 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added in #1782 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
Having MediaElement is already a huge step towards having a matured framework. It already works really well thanks to Gerald & the many different contributions people have made over the last few months.
Future proposal
Having metadata show up when playing anything is a crucial part of having an app that works really well. It gives people the ability to see what they're playing at a glans whether it being Windows, macOS or even Android. If you guys are wondering here are some reference images down below of what i'm talking about.
Possible implementation
I'm not sure how to really add it to MAUI since i'm still learning how it works however, I do kinda know how to implement it on Swift. I do know that .NET MAUI is using AVKit to handle playback & such.
On Swift:
On Windows:
Beta Was this translation helpful? Give feedback.
All reactions