https://bugs.kde.org/show_bug.cgi?id=385356
--- Comment #1 from Mauro Carvalho Chehab <mchehab+...@kernel.org> --- (In reply to Heikki Kantola from comment #0) > Created attachment 108161 [details] > Screenshot of the EPG > > Somewhat related to older bug #241232, but 1.x versions did only show > bilingual EPG (as provided by Finnish Broadcasting Company YLE) entries in > one language (albeit with some version with language you would not liked to > see), whereas 2.0.5 (the version in Ubuntu 17.04) shows EPG data for both > languages, which is pretty ugly. This is especially nasty when picking a > program for recording from EPG as it takes the bilingual title, which is > formed by the titles in two different languages combined with no separator. Currently, Kaffeine just assumes that all EPG entries have one language. I can think on two ways to add support for multiple EPG languages: 1) add an option at TV settings that would allow the user to select the language he wants. If not specified, keep the current behavior. Otherwise, it will just discard any EPG entry that doesn't match it; The drawback is that, if the language is specified wrong, it won't record anything. One advantage is that one could use it to make it to just discard any EPG entries, in order to reduce CPU usage. Another one is that the changes for it would be trivial. 2) store entries of different languages on different entries at the EPG table. That will require non-trivial changes at Kaffeine, and any already stored EPG database will be incompatible with the changes. I probably won't have enough time to implement (2) right now, but (1) easier, and I can add an extra optional field there at the database, in order to prepare for (2) on some next version. Yet, I need a recorded signal with ~60 seconds with dvbv5-zap for one transponder with multi-language EPG tables on it. With such record, I can use my RF generators in order to test the new EPG decoding code. Please take a look at https://www.linuxtv.org/wiki/index.php/Dvbv5-zap for instructions about how to use it. PS.: The size of the record is too big for storing at the BZ. You'll likely need to place it at a dropbox or googledriver. Feel free to send the link for me to download via e-mail. -- You are receiving this mail because: You are watching all bug changes.