Date: Sat, 15 Dec 2012 12:09:02 +0100
From: Klaus Schmidinger Klaus.Schmidinger@tvdr.de
To: vdr@linuxtv.org
Subject: Re: [vdr] EPG language info from VDR
Message-ID: 50CC5A4E.8040202@tvdr.de
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
On 14.12.2012 18:43, Martin wrote:
Is there a way to get the language of a EPG transmission? For the
Motorola client I need to set the EPG language of a channel before
caching it.
Most channels work, like ARD/ZDF but Deluxe Music (& SKY D) don't get
EPG with language set to 'ger'.
So can I log the (raw) EPG info from VDR so I can set the language.
You might want to take a look at the code in eit.c.
Search for "languageCode".
Klaus
Too bad I'm not a C programmer, found some sections with
'languageCode' but don't understand what they do.
So for finding the right languagecode I just need to patch eit.c so
the EPG info is replaced by or added to the languageCode. Time for a
quick patch for that?