Jax-Core / ModularPlayers

Gallery of desktop media widget which supports most media players
MIT License
80 stars 7 forks source link

Feature request: double click should (optionally?) focus/unminimize the media source #14

Open donaldguy opened 2 years ago

donaldguy commented 2 years ago

It was a behavior I found myself idly expecting from a miniplayer, not sure from whence, and sad it didn't work.

I think this should be pretty straightforward with the "modern" method since you should be able to grab the AppUserModelId (though that may need to be exposed from the dll also, as currently the "Player" display shows "MediaPlayerDLL")

I may come tackle this with a PR myself, but wanted to throw it out in case y'all were already thinking about it

donaldguy commented 2 years ago

(In general there are a set of improvements I am contemplating - mostly to do with pulling out https://docs.microsoft.com/en-us/uwp/api/windows.media.control.globalsystemmediatransportcontrolssessionplaybackcontrols?view=winrt-22000 info so we can go ahead and hide controls that aren't gonna work anyway)

EnhancedJax commented 2 years ago

It is straight forward to add this to the auto method, but for the modern method, you'll need to contact the developer of that plugin for such feature