def running(self): return running('xmms2d')
def running(self): return running('mpg123') and os.path.exists(self.LOG_FILE)
def running(self): return running('pianobar') and os.path.exists(self.NOWPLAYING_FILE)
def running(self): return (running("mplayer") or running("mpv")) and os.path.exists(self.LOG_FILE)
def running(self): return running('shell-fm') and os.path.exists(self.NOWPLAYING_FILE)
def running(self): return running("shell-fm") and os.path.exists(self.NOWPLAYING_FILE)
def running(self): return (running('mplayer') or running('mpv')) and os.path.exists(self.LOG_FILE)
def running(self): return (running('mplayer') or running('mpv')) and os.path.exists( self.LOG_FILE)