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