bakatz / SpotMute

A blacklist and volume control application for Spotify. Supports automatic ad detection. Currently on version 0.4; requires .NET 4.0 to run.
GNU General Public License v3.0
1 stars 0 forks source link

Multiple processes are spawned by the newest version of spotify, causing spotmute to try to attach to the wrong one #2

Closed bakatz closed 9 years ago

bakatz commented 9 years ago

Spotify.exe is spawned multiple times, and only one of the processes has the audio session initialized, so we need to attach to that one instead of just grabbing the first spotify.exe process blindly