Exemple #1
0
 def running(self):
     return running('xmms2d')
Exemple #2
0
 def running(self):
     return running('mpg123') and os.path.exists(self.LOG_FILE)
Exemple #3
0
 def running(self):
     return running('pianobar') and os.path.exists(self.NOWPLAYING_FILE)
Exemple #4
0
 def running(self):
     return (running("mplayer") or running("mpv")) and os.path.exists(self.LOG_FILE)
Exemple #5
0
 def running(self):
     return running('mpg123') and os.path.exists(self.LOG_FILE)
Exemple #6
0
 def running(self):
     return running('shell-fm') and os.path.exists(self.NOWPLAYING_FILE)
Exemple #7
0
 def running(self):
     return running("shell-fm") and os.path.exists(self.NOWPLAYING_FILE)
Exemple #8
0
 def running(self):
     return (running('mplayer') or running('mpv')) and os.path.exists(self.LOG_FILE)
Exemple #9
0
 def running(self):
     return running('pianobar') and os.path.exists(self.NOWPLAYING_FILE)
Exemple #10
0
 def running(self):
     return (running('mplayer') or running('mpv')) and os.path.exists(
         self.LOG_FILE)
Exemple #11
0
 def running(self):
     return running('xmms2d')