diff --git a/shoutcast.py b/shoutcast.py index 6dbd23e..8064388 100644 --- a/shoutcast.py +++ b/shoutcast.py @@ -142,6 +142,8 @@ class ShoutTransfer(shoutcast.ShoutcastClient): self.passback = None def gotMP3Data(self, data): + if data[:6] == '': + print 'gd:', `data` if self.request is not None: self.request.write(data) @@ -407,6 +409,8 @@ class ShoutCast(Container): return break except Exception, x: + print 'genre:', `self.genres.genre` + print 'genres:', `self.genres.genres` log.msg('parse_genres exception:', `x`) time.sleep(1)