StephenGregory / google-music-desktop-wallpapers

Generate wallpapers from your hot jams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wallpaper generates multiple times while song is playing

StephenGregory opened this issue · comments

Track channel event is sometimes fired when a track change has not occurred. These leads to unnecessary regeneration of the wallpaper.

Only seems to happen when pausing a song for the first time.

It seems to fire track, rating, and playstate events.

Cannot seem to reproduce this in isolation. Though, when I reproduce it, it's not consistent. Might be linked to debouncing? Not sure how, since only the track channel is being debounced.

I created an issue in GPDP as I was able to reproduce it: MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-#3066

MarshallOfSound does not consider it a bug, so it will have to be handled here.