Example #1
0
File: xmms2.py Project: sahib/lyvi
 def running(self):
     return running('xmms2d')
Example #2
0
File: mpg123.py Project: aufau/lyvi
 def running(self):
     return running('mpg123') and os.path.exists(self.LOG_FILE)
Example #3
0
 def running(self):
     return running('pianobar') and os.path.exists(self.NOWPLAYING_FILE)
Example #4
0
 def running(self):
     return (running("mplayer") or running("mpv")) and os.path.exists(self.LOG_FILE)
Example #5
0
 def running(self):
     return running('mpg123') and os.path.exists(self.LOG_FILE)
Example #6
0
 def running(self):
     return running('shell-fm') and os.path.exists(self.NOWPLAYING_FILE)
Example #7
0
 def running(self):
     return running("shell-fm") and os.path.exists(self.NOWPLAYING_FILE)
Example #8
0
 def running(self):
     return (running('mplayer') or running('mpv')) and os.path.exists(self.LOG_FILE)
Example #9
0
 def running(self):
     return running('pianobar') and os.path.exists(self.NOWPLAYING_FILE)
Example #10
0
 def running(self):
     return (running('mplayer') or running('mpv')) and os.path.exists(
         self.LOG_FILE)
Example #11
0
 def running(self):
     return running('xmms2d')