X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fcore.py;h=c751e5ba2b63a6bd0cafb2f7c79dd62770bc118a;hb=204fdd2bea753b024c7253a5830325b81aebbd61;hp=f07c3e94c788b90723dff4a4fec574532eca0a47;hpb=c73d03627448ae3015c2143e2c7629971ff5b326;p=mpd-sima.git diff --git a/sima/core.py b/sima/core.py index f07c3e9..c751e5b 100644 --- a/sima/core.py +++ b/sima/core.py @@ -45,15 +45,14 @@ class Sima(object): """Dispatching callbacks to plugins """ self.log.debug(self.player.status()) + self.log.info(self.player.current) while 42: # hanging here untill a monitored event is raised in the player changed = self.player.monitor() - self.log.debug(self.player.current) if 'playlist' in changed: self.foreach_plugin('callback_playlist') if 'player' in changed: - pass - + self.log.info(self.player.current) # VIM MODLINE