-
Notifications
You must be signed in to change notification settings - Fork 11
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
Metadata not loading on Startup (Spotify) #42
Comments
By the way, |
Reminds me of this #3 (comment) |
Wow, completely forgot, that's a good memory! I tested |
Are you able to reproduce it on your end or it's only me? It's not like it's happening once once in a while, it's literally each time I start Spotify if using is there anything fundamentally different between |
you can test if the bug was introduced in any of those commits by loading the previous one
|
results so far:
I'm working through the older versions to seen when the issue started. note also that I've been seing this issue preventing the extension from reloading: |
ok, the issue seems to appear from 7bd59fa which kind of makes sense as it included a lot of changes across the code. But I can't figure out exactly what is causing it... |
The changes of 7bd59fa shouldn't create this issue. The only lines that might create this problem is the check against |
I thought it might be the |
I didn't mention that the VLC issue is a bug on VLC itself. VLC starts with a |
Not sure if it's related to this issue, nor if you are already aware but I have a similar problem. I have the extension to allow only Spotify as player and the label shows Artist - Track - Album. |
@Cry4775 Yes, it's the same issue, Spotify and VLC don't seem to behave properly unfortunately. |
as discussed in #28 , the metadata is not loading with some apps until the player is stopped/restarted or there is a switch to the next song.
This has been noticed with Spotify and VLC. For info, the current
stable
version doesn't have this Spotify startup loading issue.Steps to reproduce:
Based on investigations so far, Spotify is selected as active playe but the
metadata
info is empty which leads to a blank labelThe text was updated successfully, but these errors were encountered: