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