<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
You can set the priorities of tuners in mythtv-setup. <br>
Under tab Input connections, select tuner, press next to get to the
second page, then set Input priority (recpriority in
database),Schedule order and Live TV order as required.<br>
The terms are explained in the wiki.<br>
I use a couple of scripts to control which tuner is dominant to
overcome reception issues or card faults.<br>
# mysql -umythtv -pxxxx --database mythconverg < freeviewhigh.sql<br>
# input or record priority, scheduler will use later time if that
tuner free then larger wins<br>
# schedorder lowest wins<br>
update capturecard set schedorder=5 where displayname="Freesat";<br>
update capturecard set schedorder=3 where displayname="FrvHD";<br>
update capturecard set schedorder=4 where displayname="FrvHD1";<br>
update capturecard set recpriority=2 where displayname="FrvHD1";<br>
update capturecard set recpriority=2 where displayname="FrvHD";<br>
update capturecard set recpriority=1 where displayname="Freesat";<br>
select
cardid,sourceid,displayname,recpriority,quicktune,schedorder,livetvorder
from capturecard order by schedorder;<br>
or<br>
# mysql -umythtv -pxxxx --database mythconverg < freesathigh.sql<br>
# input or record priority, scheduler will use later time if that
tuner free then larger wins<br>
# schedorder lowest wins<br>
update capturecard set schedorder=1 where displayname="Freesat";<br>
update capturecard set schedorder=2 where displayname="FrvHD";<br>
update capturecard set schedorder=3 where displayname="FrvHD1";<br>
update capturecard set recpriority=1 where displayname="FrvHD1";<br>
update capturecard set recpriority=2 where displayname="FrvHD";<br>
update capturecard set recpriority=3 where displayname="Freesat";<br>
select
cardid,sourceid,displayname,recpriority,quicktune,schedorder,livetvorder
from capturecard order by schedorder;<br>
<br>
If you keep the numerical differences small you can set particular
programs to specific tuners in the record rule (advanced settings
under mythweb).<br>
<title></title>
<meta name="generator" content="LibreOffice 5.0.5.2 (Linux)">
<style type="text/css">
@page { margin: 2cm }
p { margin-bottom: 0.21cm }
a:link { so-language: zxx }
</style><br>
<br>
<div class="moz-cite-prefix">On 14/03/16 14:01, Stephan Seitz wrote:<br>
</div>
<blockquote
cite="mid:20160314T145237.GA.2d0d4.stse@fsing.rootsland.net"
type="cite">Hi!
<br>
<br>
Until now I have used my MythTV setup with a DVB-S card with two
tuners. For the next months I have to remove my dish because our
house gets a refurbishing (I hope this is the right English word
;-).
<br>
<br>
Since cable TV is also available (Kabel Deutschland) I will buy a
DVB-C card which will stay installed as additional tuner even when
my dish is back online.
<br>
<br>
But how do I configure this setup in MythTV? First, will MythTV
notice if the DVB-S card has no dish connected to it without
removing the card?
<br>
<br>
I want MythTV to use the DVB-S tuners if available and if not fall
back to the DVB-C tuners (or if more than two tuners are needed).
<br>
<br>
Thanks for your help!
<br>
<br>
Shade and sweet water!,
<br>
<br>
Stephan
<br>
<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</pre>
</blockquote>
<br>
</body>
</html>