DAB EPG can only carry PNG images. I've changed the filter to only select PNG images. (Around line 140).
for media in filter(lambda m:
m.type in (Multimedia.LOGO_COLOUR_SQUARE, Multimedia.LOGO_COLOUR_RECTANGLE) or
(m.content in ('image/png') and (m.width, m.height) in ((32, 32), (112, 32), (128, 128), (320, 240))),
service.media):
DAB EPG can only carry PNG images. I've changed the filter to only select PNG images. (Around line 140).