-
Notifications
You must be signed in to change notification settings - Fork 0
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
Now Playing panel abnormal behavior #58
Comments
Thank you for the bug report. As the setting describes, the problem might be related to your crossfade settings, have you checked those? To give a bit of insight in how the feature works: the app currently does not know if a media change is performed by the user or the system, so if this feature is enabled, it will decide to show the HUD based on the progress of the song. The app will show the HUD if the song is changed, but is completed for less than 95%. In hindsight, it might be better to change this to a fixed amount of secs (e.g. 5) instead of a percentage. Now, as for your problem, it can be caused by two issues (I think):
|
I checked the crossfade settings in Spotify, it's off. I never use that feature. Besides, I did see the correct song process on MediaMate popup. |
I will definately change the behavior to be seconds-based instead of percentage based. Once an update is out with this behavior, I will report back to you! |
Describe the bug
I am using Spotify, and I have always set "On Media Change" to "When Manually Changing Media", which I assume it means when changing via keyboard skip keys, control center or Now Playing popup buttons. But recently I noticed that the Now Playing panel shows up by itself while playing a Spotify playlist, I was just doing my work, definitely not changing media manually.
To Reproduce
Steps to reproduce the behavior:
Play Spotify and just let it keep playing songs
Expected behavior
Now Playing panel shouldn't show up when not manually changing media.
Screenshots
Event control mode: BetterDisplay.
Please complete the following information:
Additional context
Not sure whether it's related to recent update of Spotify or something changed in macOS 14.5. Btw, sometimes it shows up, sometimes it does not (which is the expected behavior). It seems random to me. Besides, I am connecting to an external display pretty much all the time.
The text was updated successfully, but these errors were encountered: