Thank you for your effort. But the attached patch still did not fix the "no title" in the epg guide or yaepg plugin. But like I said before removing the eit.c patch from your vdr-1.4.3-1.diff and it works fine.<br><br><b><i>Klaus Schmidinger <Klaus.Schmidinger@cadsoft.de></i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> V Live wrote:<br>> I patched your vdr-1.4.3-1.diff against my vdr-1.4.3 version and since <br>> the epg guide and vdr-yaepg plugin show "no title" in th epg. Seems that <br>> there is an error there.<br>> However if I remove the patches to eit.c and eit.h but keep the rest of <br>> the patch the epg guide works like it should.<br><br>Well, meanwhile I guess I found it.<br>The problem only occurs if there is external EPG data (with<br>table id 0x00). The attached patch should fix that.<br><br>Klaus<br><br>--- eit.c 2006/10/07 12:32:24 1.121<br>+++ eit.c
2006/10/09 16:14:36<br>@@ -234,7 +234,7 @@<br> pEvent->SetTitle(ShortEventDescriptor->name.getText(buffer, sizeof(buffer)));<br> pEvent->SetShortText(ShortEventDescriptor->text.getText(buffer, sizeof(buffer)));<br> }<br>- else {<br>+ else if (!HasExternalData) {<br> pEvent->SetTitle(NULL);<br> pEvent->SetShortText(NULL);<br> }<br>@@ -242,7 +242,7 @@<br> char buffer[ExtendedEventDescriptors->getMaximumTextLength(": ") + 1];<br> pEvent->SetDescription(ExtendedEventDescriptors->getText(buffer, sizeof(buffer), ": "));<br> }<br>- else<br>+ else if (!HasExternalData)<br> pEvent->SetDescription(NULL);<br> }<br> delete ExtendedEventDescriptors;<br>@@ -250,7 +250,8 @@<br> <br> pEvent->SetComponents(Components);<br> <br>- pEvent->FixEpgBugs();<br>+ if
(!HasExternalData)<br>+ pEvent->FixEpgBugs();<br> if (LinkChannels)<br> channel->SetLinkChannels(LinkChannels);<br> Modified = true;<br>_______________________________________________<br>vdr mailing list<br>vdr@linuxtv.org<br>http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr<br></blockquote><br><p> 
        
        
                <hr size=1>Get your own <a href=" http://us.rd.yahoo.com/evt=43290/*http://smallbusiness.yahoo.com/domains"
>web address for just $1.99/1st yr</a>. We'll help. <a href="http://us.rd.yahoo.com/evt=41244/*http://smallbusiness.yahoo.com/"
>Yahoo! Small Business</a>.