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