gdi3d / mute-spotify-ads-mac-osx

Mute Mac (osx) computer audio when Spotify plays an AD
https://gdi3d.github.io/mute-spotify-ads-mac-osx/
MIT License
120 stars 16 forks source link

App mutes randomly on BigSur #4

Closed mmt04 closed 3 years ago

mmt04 commented 3 years ago

After update to Big Sur, application starts to mute when playing eg. videos on web, sometimes mutes ad with delay or even not at all.

Nice app btw. keep doing the great work!

gdi3d commented 3 years ago

Hey, I haven't updated to Big Sur yet because of the issues reported by users.

I've encountered the problem that you describe when I was creating the script but I managed to solve it on Catalina. The problem is caused because some web Ad also reports a track being played on the event logs. But it seems that the filter that I use to act only on events generated by Spotify is not working properly on Big Sur.

I will patch it as soon I upgrade to Big Sur, but if this is causing a lot of trouble for you I could solve it with your assistance by checking the logs produced by Big Sur in order to create a bugfix.

mmt04 commented 3 years ago

Shure, how can I provide you a log?

gdi3d commented 3 years ago

Can you run this command on the terminal and paste the result?

defaults read loginwindow SystemVersionStampAsString

The command will tell you the Big Sur version number. I think the problem is related to it.

mmt04 commented 3 years ago

11.0.1

gdi3d commented 3 years ago

Ok, I've release a new version that should take of the problem. If you restart the script it should ask you if you want to update to the new version although it can take a few minutes to detect the new version due to cache.

Let me know if everything works correctly so I can close this ticket.

mmt04 commented 3 years ago

now it works flawlessly, thank you so much! :)

gdi3d commented 3 years ago

Great to hear that!, thanks for contributing!