Ok, so I should add the rule through the frontend. Can anyone confirm that the above works from the frontend. I couldn't get it to wok.<div><br></div><div>Br Ole</div><div class="gmail_extra"><br><br><div class="gmail_quote">
2012/11/12 David Engel <span dir="ltr"><<a href="mailto:david@istwok.net" target="_blank">david@istwok.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Mon, Nov 12, 2012 at 08:11:47AM +0100, Ole Nissen wrote:<br>
> I want to be able to do a power search and record all movies when one or<br>
> more actors are on the role list. I have followed the guide on the wiki:<br>
> <a href="http://www.mythtv.org/wiki/Custom_Recording" target="_blank">http://www.mythtv.org/wiki/Custom_Recording</a>: People Search replacement: An<br>
> Advanced Custom Recording Example<br>
><br>
> In mythweb->Custom->Power Search->Additional tables, I put the string:<br>
> "JOIN credits AS c ON c.chanid=program.chanid AND<br>
> c.starttime=program.starttime JOIN people AS p ON p.person=c.person"<br>
><br>
> And in the search part:<br>
> "<a href="http://p.name" target="_blank">p.name</a> = 'Bruce Willis'<br>
><br>
> When I submit this, an error is thrown, caused by an invalid "," that is<br>
> put before the Join statement. This has to be an error in the mythweb<br>
> script. So I tried to do the same from the frontend. Here it is possible to<br>
> put in the join statement, but it still doesn't find any recordings.<br>
><br>
> Does anyone have a working rule to spare?<br>
<br>
</div></div>Ues mythfrontend. Apparently, mythweb insists on adding the leading<br>
',' which is needed for some queries.<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
--<br>
David Engel<br>
<a href="mailto:david@istwok.net">david@istwok.net</a><br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</font></span></blockquote></div><br></div>