This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import subprocess | |
import re | |
import os | |
import select | |
import sys | |
import time | |
import urllib2 | |
PIANOBAR_FOLDER = os.path.join(os.path.expanduser('~'), '.config/pianobar') |