Spotify Ad Mute is a simple Spotify listener that mutes ads... for those of us without Spotify Premium :).
To run, download the repo and run the .exe in the distribution folder
- Currently only supports Windows (OS-X coming soon!).
- Anaconda (Python3.6)
- git (
conda install -c anaconda gitin Anaconda Prompt) - tk (
conda install -c anaconda tkin Anaconda Prompt) - spotipy (
pip install spotipy) - pycaw (
pip install https://github.com/AndreMiras/pycaw/archive/master.zip)
git clone https://github.com/azhu7/SpotifyAdMute.git
cd SpotifyAdMute/SpotifyAdMute
python Gui.pyPlease file any suggestions, bugs, or other feedback here.
- v1.0.6 - 28 December, 2017 - Improved UI, bug fixes, added images
- v1.0.4 - 23 November, 2017 - Improved UI, bug fixes
- v1.0.0 - 16 November, 2017 - Initial release