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