-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Proposal] Add support for local files and package resources to MediaElement #2151
Comments
I support this so long as ImageSource.FromStream will work, which I assume it will. This will move #1989 out of new feature discussions? |
ATM I am only planning on adding support for |
hmmm - MP3 files usually contain the image, so it would seem daft to extract it, save it to a local file to display - and then delete it after...... |
@JohnStrudwick the code added here adds the same support that If I add it for I did have a full implementation for all devices working but that was using |
Per November Standup, let's use |
Feature name
Add support for local files and package resources to MediaElement
Link to discussion
#1989
Progress tracker
Summary
Add support for local files and package resources as a source for
MediaElement.ArtworkUrl
. This will add the missing support for all types of files on all device for artwork images.Motivation
Allow developer more options to add images from more locations to use as artwork for player.
Detailed Design
API Design:
Usage Syntax
XAML:
Code Behind:
Drawbacks
None. No reason not to add this.
Alternatives
Adding it with
OnPropertyChanged
andOnPropertyChanging
so that it can dynamically update when added/changed/removed.This would add significant complexity but could be done. I would suggest adding it in a different PR to keep the complexity down.
Unresolved Questions
No response
The text was updated successfully, but these errors were encountered: