I can confirm this as well. Tried the new patch, didn't solve the problem. EIT -1, Klaus - 0 ;)<br><br><div><span class="gmail_quote">On 10/10/06, <b class="gmail_sendername">V Live</b> <<a href="mailto:vlivecd@yahoo.com">
vlivecd@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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.<div><span class="e" id="q_10e36a24c50b4767_1"><br><br><b><i>Klaus Schmidinger <<a href="mailto:Klaus.Schmidinger@cadsoft.de" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Klaus.Schmidinger@cadsoft.de</a>></i></b> wrote:</span></div><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div><span class="e" id="q_10e36a24c50b4767_3"> 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></span></div>--- 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;<span class="q"><br>_______________________________________________
<br>vdr mailing list<br><a href="mailto:vdr@linuxtv.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">vdr@linuxtv.org</a><br><a href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr</a><br></span></blockquote><span class="ad"><br><p>
        
        
                </p><hr size="1">Get your own <a>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/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Yahoo! Small Business</a>.
<p></p></span><br>_______________________________________________<br>vdr mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:vdr@linuxtv.org">vdr@linuxtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr" target="_blank">
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr</a><br><br><br></blockquote></div><br>