<div dir="ltr"><div>Well you can do it as a custom rule... this is the first time I have heard of wanting to prefer SD though ;)<br><br><a href="http://www.mythtv.org/wiki/Custom_Recording#Preferring_HD_programs_to_record">http://www.mythtv.org/wiki/Custom_Recording#Preferring_HD_programs_to_record</a><br>
<br></div>So tweaking the sql a bit<br><div><pre>program.title LIKE '%Soccer%'
AND
(
    program.hdtv = 0
    OR program.programid NOT IN
    (
        SELECT program2.programid
        FROM program program2
        WHERE program2.hdtv = 0
    )
)</pre>Another option is give the SD channels a +1 rating so the are prefered<br></div><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 12 March 2014 21:35, Worik Stanton <span dir="ltr"><<a href="mailto:worik.stanton@gmail.com" target="_blank">worik.stanton@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 12/03/14 21:25, Hadley Rich wrote:<br>
> On 12/03/14 21:19, Worik Stanton wrote:<br>
>> But often the same programme is broadcast twice once in HD and once in<br>
>> SD.<br>
><br>
> Record it off the 1 channel?<br>
><br>
> hads<br>
<br>
</div>Yes I could specify the channel, I could check each time I make a rule....<br>
<br>
But it would be more convenient to be able to specify lower quality<br>
preferred.  Globally would be really choice.<br>
<br>
Using the "Low Quality" recording profile does not do it<br>
<br>
If I cannot do this I will not cry...<br>
<span class="HOEnZb"><font color="#888888"><br>
Worik<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
--<br>
The only true evil is turning people into things....<br>
                                         Granny Weatherwax<br>
       <a href="mailto:worik.stanton@gmail.com">worik.stanton@gmail.com</a> <a href="tel:021-1680650" value="+64211680650">021-1680650</a>, <a href="tel:%2803%29%204821804" value="+6434821804">(03) 4821804</a><br>
                          Aotearoa (New Zealand)<br>
<br>
</div></div><br>_______________________________________________<br>
mythtvnz mailing list<br>
<a href="mailto:mythtvnz@lists.linuxnut.co.nz">mythtvnz@lists.linuxnut.co.nz</a><br>
<a href="http://lists.ourshack.com/mailman/listinfo/mythtvnz" target="_blank">http://lists.ourshack.com/mailman/listinfo/mythtvnz</a><br>
Archives <a href="http://www.gossamer-threads.com/lists/mythtv/mythtvnz/" target="_blank">http://www.gossamer-threads.com/lists/mythtv/mythtvnz/</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>"Weekends don't count unless you spend them doing something completely pointless. " - Calvin
</div>