Summary: | EPG information does not display properly with high-definition channels on DVB-T2 | ||
---|---|---|---|
Product: | [Applications] kaffeine | Reporter: | jules |
Component: | general | Assignee: | Mauro Carvalho Chehab <mchehab> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | jules |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jules
2020-02-26 21:04:55 UTC
I have a fix for this, using huffman decoder from tvheadend. (In reply to jules from comment #1) > I have a fix for this, using huffman decoder from tvheadend. Decoding UK tables it is not hard, but the question is whether this is legal or not. The better would be to have the huffmann decoding on a separate repository (either as a daemon or as a plugin), in order to avoid adding something on Kaffeine that could prevent it from being distributed. The tvheadend code is GPL, same as Kaffeine. So there shouldn't be any problem with copying and modifying the code for use in Kaffeine? Original code is here: https://github.com/tvheadend/tvheadend/blob/master/src/epggrab/support/freesat_huffman.c My patch is here (not necessarily permanently): http://op59.net/kaffeine-epg-hd-patch.txt I would be grateful if someone could respond to my previous message about the EPG patch being GPL. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kaffeine/-/merge_requests/3 |