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