Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking on playing music should open app #1

Closed
dphfox opened this issue Jul 11, 2020 · 3 comments
Closed

Clicking on playing music should open app #1

dphfox opened this issue Jul 11, 2020 · 3 comments
Assignees
Labels
Enhancement New feature or request Good First Issue Good for newcomers

Comments

@dphfox
Copy link

dphfox commented Jul 11, 2020

image

Clicking on the album art or name of the currently playing song should open up the app where the music is playing. I use this feature all the time with the regular Windows flyout, so having this be reimplemented if possible would be appreciated.

@ShankarBUS ShankarBUS added Enhancement New feature or request Good First Issue Good for newcomers labels Jul 11, 2020
@ShankarBUS
Copy link
Member

It would be a nice addition. Thanks for opening this issue ✌

@ShankarBUS
Copy link
Member

It seems do-able I can get the SourceAppUserModelId for the session and can activate the app.

For a UWP app it gives the AppUserModelId : eg : Microsoft.ZuneMusic_8wekyb3d8bbwe!Microsoft.ZuneMusic

For a Win32 app it gives the process name : eg : msedge.exe

@ShankarBUS
Copy link
Member

It has been implemented and will be available in the next release.

But there are some defects with this implementation such as :

  • I doesn't open the correct window playing the media if there are multiple windows or processes of the same app
  • UWP apps may behave incorrectly and make take a while.

Samuel12321 added a commit that referenced this issue Sep 6, 2020
Samuel12321 added a commit that referenced this issue Sep 20, 2020
Samuel12321 added a commit that referenced this issue Oct 9, 2020
@ShankarBUS ShankarBUS self-assigned this Oct 17, 2020
Samuel12321 added a commit that referenced this issue Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Good First Issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants