-
Notifications
You must be signed in to change notification settings - Fork 6
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
Include filter for Spotify.exe not working #434
Comments
That's really weird. I noticed that sometimes GSMTC (the underlying API the app uses) fails to recognize Spotify, which is why I opened #300. If you have a Rust compiler, you can try to see if GSMTC recognizes Spotify by cloning this repo and running cargo r -p win-gsmtc --example basic This should output all events from all recognized apps. |
Thanks for the fast response :)
|
That's weird. Do you know if you're using the MS-store version or the "regular" version? Afaik, the store version has some other ID. One more reason for NPSM is that it has access to the raw HWND. |
As far as I'm aware I have the "regular" version. I've installed it with winget (winget install Spotify.Spotify) which, as far as I'm aware, should have installed the regular, non MS-Store version. Should I install the version directly from their website? Any idea when NPSM is ready for deployment :D ? In exclude mode it works as it should, but it is annoying that when I run something else in firefox, that it shows that as well as soon as the track on Spotify is paused. |
It will likely take some time. I have the definitions locally but haven't integrated it yet.
You should be able to use |
Oh... you are absolutely right. Using this identifier as include as well it works as it should... could have thought of that myself facepalm
My issue is resolved with this :) |
I'll keep this open to track this version of Spotify. |
Got everything setup how I need it, however I can't get the filter config option to work.
I want it to only show the music playing on Spotify.
I've tried both Include and Exclude modes with corresponding settings
or
However when I use the Include mode with this settings, nothing gets recognized at all (no Spotify, Firefox, etc.).
And when I use the Exclude mode it still recognizes output from Firefox.
I'm on Windows 11 22H2 (Build 22621.3447) with Spotify 1.2.35.663.gb699649e.
Any idea what I'm doing wrong?
The text was updated successfully, but these errors were encountered: