simonmeusel / MuteSpotifyAds

A efficent MacOS application automatically silencing ads of the spotify desktop app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On restart Spotify skips to the next song

MarpinLL opened this issue · comments

When an add is detected the program restarts and plays the next song in Spotify instead of the one that was actually going to be played.

First of all, thank you for creating this issue.

Actually we're pretty lucky that Spotify somewhat remembers what to play next.

But implementing a fix to this issue would take quite some time and would heavily increase the complexity of this application. We would somehow need to query the UI and click the song queue button, and somehow tell Spotify what song to play next. I think this is to much for this application.

Instead, you may use the mute mode.

If anyone has a better idea for a fix, you can comment.

Pull requests correctly implementing this are also welcome.