Skip to content

Instantly share code, notes, and snippets.

@raine
raine / spotify_mute_ads.rb
Created March 31, 2010 11:08
Mute Spotify ads on OS X
# coding: utf-8
#!/usr/bin/env ruby
#
# Mutes Spotify ads by monitoring Growl's output in syslog, and changing the
# system-wide audio output to dummy output when an ad is detected.
#
# == Installation
#
# 1. Install Soundflower (http://code.google.com/p/soundflower/)
# 2. Run the following command in your home directory, or wherever you prefer.