Esempio n. 1
0
 def REQ_next(self):
     notify('Zap!', icon='next', timeout=200)
     return self.player.select(1) or ''
Esempio n. 2
0
 def REQ_prev(self):
     notify('Zap!', icon='prev', timeout=200)
     return self.player.select(-1) or ''