microsoft / Extensible-Digital-Content

This template is a media viewer that enables a user to interact and view media files on both Xbox console and Desktop.
MIT License
6 stars 2 forks source link

Completely wrap the Windows MediaTransportControls with a custom media player #2

Open andrewbanks17 opened 7 months ago

andrewbanks17 commented 7 months ago

Audio Navigation and Playback Handling

Current Challenge:

When a song ends and the next one begins, there is ambiguity in how the AudioView should update. It currently displays the last navigated file, but automatically progressing to the next track raises questions about the appropriate behavior of the interface.

Considerations:

Limitations: Windows MediaTransportControls lacks a title field for currently playing content, preventing straightforward display of song titles.

Proposed Solution: A custom media player maintained by the audioservice could overcome this limitation.