How to pause Spotify automatically when headphones are disconnected (on a Mac)
- Install Breakaway
- Create folder ~/Scripts
- Create file pausespotify.applescript
- Configure Breakaway like this:

pausespotify.applescript should just contain:
tell application "Spotify"
pause
end tell