-
Notifications
You must be signed in to change notification settings - Fork 5
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
All media is being shown, Groove Music only displays when tabbed in. #28
Comments
Unfortunately, this is due to how the Windows API works. There is no way to differentiate between applications of what is playing. Only real way to resolve this is to go back to the old method of inspecting file handles and reading metadata from the media tracks themselves (GroovyRP used to do this pre version 1.0 but it required administrative rights). No plans to fix this at this time. |
If you filter out the media with a |
@jojo2357 What about media that is partially missing metadata (i.e. has only title and artist)? Wouldn't that exclude those too? |
As I recall, those came in as empty strings, non null |
Or, you could do what I did and accept the first one, then search for a "better" media that has an album, and then accept that only if the first one was null. |
I'll look into it further at some point. Thanks. |
When it launches with Groove Music it seems to be set to display any media file being played, as when I tabbed out it showed what i last played on Youtube instead. (Screenshot was taken quickly, it would switch back to And Ever when tabbing into Groove.) https://cdn.discordapp.com/attachments/877967862113923072/908546540841349150/unknown.png
The text was updated successfully, but these errors were encountered: