SimonIT / spotifylyrics

Fetches and displays lyrics to currently playing song in Spotify, Tidal and VLC.
The Unlicense
342 stars 20 forks source link

If lyrics didn't finish loading, Spotify Lyrics stucks when switch a song #18

Open jimao233 opened 4 years ago

jimao233 commented 4 years ago

My network sucks sometimes, and Spotify Lyrics just keeps loading and it won't switch to the next song I'm playing until it finish loading

SimonIT commented 4 years ago

Thank you for reporting the issue. The problem is, that detecting the current song name and loading the lyrics are synchronous on the same thread. So spotifylyrics can only detect whether a new song is playing if the lyrics are loaded. I face the same problem if I skip thru multiple songs. I planned to fix this bug before 1.50, but it's a bigger change so I skipped it for this release and wrote it on my TODO list