Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hesto2/spotimute
Automatically mutes spotify when an ad comes on, and then unmutes it when the ad is complete
https://github.com/hesto2/spotimute
Last synced: 9 days ago
JSON representation
Automatically mutes spotify when an ad comes on, and then unmutes it when the ad is complete
- Host: GitHub
- URL: https://github.com/hesto2/spotimute
- Owner: hesto2
- License: apache-2.0
- Created: 2018-03-06T18:58:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T19:43:45.000Z (almost 7 years ago)
- Last Synced: 2024-03-22T21:24:36.670Z (10 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotimute
Automatically mutes your spotify when an ad comes on, and then unmutes it when it is over. Checks every 3 seconds using spotify's applescript interface.
## Compatibility
Only works on OSX since it leverages applescript. If you find a way to do a similar thing on windows, please let me know!
## Installation
`brew install shpotify``npm install -g spotimute`
## Running
To run it, simply use the command `spotimute`. If you want it to run in the background, just add a `&` to the end of the command.