<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 11, 2019, 3:35 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 10 Jul 2019 21:43:25 -0700, you wrote:<br>
<br>
>I recently added a HDHR OTA tuner (#2) to my existing HDPVR tuner (#1) that<br>
>records from a cable set-top box.<br>
><br>
>There is channel overlap between the tuners.  But #2 is not as reliable as<br>
>#1, so I would always prefer to record from #1.  However I also want to<br>
>fall back to #2 in cases where it would resolve recording conflicts on #1.<br>
><br>
>Is it possible to set things up this way for any show that airs on #1 &<br>
>#2?  I've hunted around on the recording rules menus, have tried a few rule<br>
>configurations, but am still not getting the desired result.<br>
<br>
You can certainly apply a higher priority to a tuner.  You do that in<br>
mythtv-setup > Input Connections > (select a tuner) > Interactions<br>
between inputs.  You can change the "Schedule order" and "LiveTV<br>
order" to tell the scheduler which tuners to use first.  And you can<br>
also give the better tuner a higher priority in the "Input priority"<br>
field.<br>
<br>
As well as the tuner parameters, you can do more complex things using<br>
the powerpriorities table.  In mythfrontend, go to Setup > Video ><br>
Recording Priorities > Custom Priority.  I use this to assign channels<br>
to tuners.  Where I live, we have 5 DVB-T multiplexes, and I have an 8<br>
tuner DVB-T2 card.  So I have rules that make all the channels on each<br>
multiplex record from one particular tuner, a different tuner per<br>
multiplex (the first 5 rules):<br>
<br>
MariaDB [mythconverg]> select * from powerpriority;<br>
+----------------------------+-------------+--------------------------------------------------------------+<br>
| priorityname               | recpriority | selectclause                                                 |<br>
+----------------------------+-------------+--------------------------------------------------------------+<br>
| TVNZ multiplex             |          20 | channel.mplexid=2 and cardid in (1,2,3,4,5)                  |<br>
| Mediaworks multiplex       |          20 | channel.mplexid=3 and cardid in (11,12,13,14,15)             |<br>
| Kordia multiplex           |          20 | channel.mplexid=4 and cardid in (6,7,8,9,10)                 |<br>
| Kordia 2 multiplex         |          20 | channel.mplexid=1 and cardid in (16,17,18,19,20)             |<br>
| Kordia 3 (Maori) multiplex |          20 | channel.mplexid=21 and cardid in (21,22,23,24,25)            |<br>
| Prime                      |          20 | channel.callsign like 'PRIME%' and cardid>=90 and cardid<=91 |<br>
+----------------------------+-------------+--------------------------------------------------------------+<br>
6 rows in set (0.00 sec)<br>
<br>
Plus I have a rule for the PRIME, PRIME+1 and PRIME HD channels to<br>
make them record preferentially from cardid 90 or 91 (the two multirec<br>
tuners assigned to my first SAT>IP DVB-S2 tuner).  I do that as PRIME<br>
is also available on a DVB-T multiplex, but in lower definition from<br>
the PRIME HD channel.  So the Prime rule gives a big priority boost to<br>
recording from DVB-S2, and also makes it use the first of the SAT>IP<br>
tuners, as if I run out of SAT>IP tuners, I want Prime recordings to<br>
happen as those programmes are usually not repeated.  Programmes on<br>
the other SAT>IP channels are normally repeated at least 2 or 3 times<br>
in a week.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Alright that gives me some things to work with.  Thanks!</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div></div>