<div class="gmail_quote">2009/6/25 Bobby Gill <span dir="ltr"><<a href="mailto:brownitus@gmail.com">brownitus@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="gmail_quote"><div><div></div><div class="h5">
On Thu, Jun 25, 2009 at 5:28 PM, Nick Rout <span dir="ltr"><<a href="mailto:nick.rout@gmail.com" target="_blank">nick.rout@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div>On Thu, Jun 25, 2009 at 3:24 PM, Tom Flair<<a href="mailto:tom@graniteskies.net" target="_blank">tom@graniteskies.net</a>> wrote:<br>
> On Sun, Jun 14, 2009 at 11:26 AM, <<a href="mailto:dlknight@sdf.lonestar.org" target="_blank">dlknight@sdf.lonestar.org</a>> wrote:<br>
>><br>
>> I have updated mythtv apple trailers to v0.4.2.2.<br>
>><br>
>> In addition to 0.4.2.1 fixes this focuses on the download function of the<br>
>> script.<br>
>><br>
>> š1. Do not delete existing downloaded trailers.<br>
>> š2. Only download new/missing trailers and skip existing.<br>
>><br>
>> <a href="http://www.mythtv.org/wiki/Myth_Apple_Trailers" target="_blank">http://www.mythtv.org/wiki/Myth_Apple_Trailers</a><br>
>><br>
>> Direct link to download -<br>
>> <a href="http://www.mythtv.ukpc.net/mythappletrailer-0.4.2.2.tar.gz" target="_blank">http://www.mythtv.ukpc.net/mythappletrailer-0.4.2.2.tar.gz</a><br>
>><br>
>> Regards<br>
>><br>
>> Dave K.<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> mythtv-users mailing list<br>
>> <a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
>> <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
><br>
><br>
> I just wanted to take time and say thanks for this.š I finally got around to<br>
> adding it to the menu and showed it to my wife.šš She got a big kick out of<br>
> it.š :)<br>
<br>
</div></div>Well thats the ultimate test!<br>
<div><div></div><div>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></div></div></blockquote></div></div><div><br>This sounds great so I just tried to set it up, but having a problem
with nothing showing up when I hit the Apple Trailers button in the FE
(FE just goes blank, with theme and time showing). Output:<br><br><span style="font-family: courier new,monospace;">QFile::open: No file name specified</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">2009-06-25 20:24:11.470 MythThemedMenuPrivate: Couldn't read menu file appletrailer.xml</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Segmentation fault</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">‚€[ 20:24 ][ ~ ]</span><br style="font-family: courier new,monospace;">
<br>Segfault happens if I hit any key.<br>
<br>
<br>
Thanks for any help<br>
Bob <br></div></div><br>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>Do you have a symlink at /usr/share/mythtv/appletrailer.xml pointing to where the real file is?<br><br>The guide suggests outputting the contents from running the script to the mythtv home directory. So if you do an ls -l you should see something like this: <br>
<br>$ ls -l /usr/share/mythtv/ | grep appletrailer<br>lrwxrwxrwxš 1 root rootšššš 39 Jun 24 13:16 appletrailer.xml -> /home/mythtv/appletrailer.xml<br><br>If that symlink isn't present, then you would probably get that error.<br>