Ok, so I should add the rule through the frontend. Can anyone confirm that the above works from the frontend. I couldn&#39;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">&lt;<a href="mailto:david@istwok.net" target="_blank">david@istwok.net</a>&gt;</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>
&gt; I want to be able to do a power search and record all movies when one or<br>
&gt; more actors are on the role list. I have followed the guide on the wiki:<br>
&gt; <a href="http://www.mythtv.org/wiki/Custom_Recording" target="_blank">http://www.mythtv.org/wiki/Custom_Recording</a>: People Search replacement: An<br>
&gt; Advanced Custom Recording Example<br>
&gt;<br>
&gt; In mythweb-&gt;Custom-&gt;Power Search-&gt;Additional tables, I put the string:<br>
&gt;  &quot;JOIN credits AS c ON c.chanid=program.chanid AND<br>
&gt; c.starttime=program.starttime JOIN people AS p ON p.person=c.person&quot;<br>
&gt;<br>
&gt; And in the search part:<br>
&gt; &quot;<a href="http://p.name" target="_blank">p.name</a> = &#39;Bruce Willis&#39;<br>
&gt;<br>
&gt; When I submit this, an error is thrown, caused by an invalid &quot;,&quot; that is<br>
&gt; put before the Join statement. This has to be an error in the mythweb<br>
&gt; script. So I tried to do the same from the frontend. Here it is possible to<br>
&gt; put in the join statement, but it still doesn&#39;t find any recordings.<br>
&gt;<br>
&gt; Does anyone have a working rule to spare?<br>
<br>
</div></div>Ues mythfrontend.  Apparently, mythweb insists on adding the leading<br>
&#39;,&#39; 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>