<div dir="ltr">Thanks for posting, this was a copy and paste error and should be fixed the next time the script runs today.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 17, 2020 at 9:52 PM Mark van Dijk <<a href="mailto:mark.van.dijk.74@gmail.com">mark.van.dijk.74@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>hi guys - my machine ran out of epg data today.  I use tv_grab_nz-py.  Investigation  shows that the XMLTV data downloaded is not quite valid.  mythfillldatabase was reporting malformed XML - premature end-of-file.  The issue is that many of the <programme> entries contain  the following:</div><div><span style="font-family:monospace">    <audio></span></div><div><span style="font-family:monospace">        <audio>dolby digital</audio></span></div><div><span style="font-family:monospace">    </audio></span></div><div><br></div><div>However this should instead be:</div><div><div><span style="font-family:monospace">    <audio></span></div><div><span style="font-family:monospace">        <stereo>dolby digital</stereo></span></div><div><span style="font-family:monospace">    </audio></span></div></div><div>'<br></div><div>I've fixed it for now by adding the following line to:</div><div>/usr/local/bin/tv_grab_nz-py</div><div><br></div><div><span style="font-family:monospace">res = res.replace('<audio>dolby digital</audio>', '<stereo>dolby digital</stereo')</span></div><div><br></div><div>Line is added inside the 'getListings' function - right before the 'return res' line. </div><div><br></div><div>Cheers</div><div><br></div></div>
_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.ourshack.com" target="_blank">mythtvnz@lists.ourshack.com</a><br>
<a href="https://lists.ourshack.com/mailman/listinfo/mythtvnz" rel="noreferrer" target="_blank">https://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" rel="noreferrer" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
</blockquote></div>