-
Notifications
You must be signed in to change notification settings - Fork 492
[Proposal] Add support for local files and package resources to MediaElement #2151
Copy link
Copy link
Open
Labels
approvedThis Proposal has been approved and is ready to be added to the ToolkitThis Proposal has been approved and is ready to be added to the ToolkitchampionA member of the .NET MAUI Toolkit core team has chosen to champion this featureA member of the .NET MAUI Toolkit core team has chosen to champion this featureproposalA fully fleshed out proposal describing a new feature in syntactic and semantic detailA fully fleshed out proposal describing a new feature in syntactic and semantic detail
Metadata
Metadata
Assignees
Labels
approvedThis Proposal has been approved and is ready to be added to the ToolkitThis Proposal has been approved and is ready to be added to the ToolkitchampionA member of the .NET MAUI Toolkit core team has chosen to champion this featureA member of the .NET MAUI Toolkit core team has chosen to champion this featureproposalA fully fleshed out proposal describing a new feature in syntactic and semantic detailA fully fleshed out proposal describing a new feature in syntactic and semantic detail
Type
Projects
Status
Proposal Approved
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
OnPropertyChangedandOnPropertyChangingso 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