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 17 forks source link

[Just Share Not Issue] How to automate this script on login #46

Closed fortezhuo closed 4 months ago

fortezhuo commented 4 months ago

Hi,

Thanks for this great script.

I want to contribute little script for automate the script using Automator

Open Automator Select "Run Shell Script" Paste this script

#!/bin/bash
osascript -e 'tell application "spotify"' -e "pause" -e 'end tell'
sleep 5
osascript -e 'tell application "terminal"' -e 'do script "./MuteSpotifyAds/NoAdsSpotify.sh"' -e 'end tell'

Save and named this app whatever you want, eg : "MuteSpotifyAds.app" Open Setting Search "Login Items" Add "MuteSpotifyAds.app" on "Open at Login"