Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.03 KB

File metadata and controls

29 lines (24 loc) · 1.03 KB

Spotify Ad Mute

Description

Spotify Ad Mute is a simple Spotify listener that mutes ads... for those of us without Spotify Premium :).

Quickstart

To run, download the repo and run the .exe in the distribution folder

  • Currently only supports Windows (OS-X coming soon!).

Manual Installation

Requires

  • Anaconda (Python3.6)
  • git (conda install -c anaconda git in Anaconda Prompt)
  • tk (conda install -c anaconda tk in 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.py

Reporting Issues

Please file any suggestions, bugs, or other feedback here.

Version

  • 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