Normal
Add those settings at the end of your CaptureCardDefinitions.xml: <capturecard commercialname="CTX 944 DVB-S #1" capturename="713x BDA Digital Capture" devid="ven_1131&dev_7133&subsys_000716be&rev_d1"> <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities> <tv> <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface> <filters> <filter cat="networkprovider" name="Microsoft DVBS Network Provider" checkdevice="false"></filter> <filter cat="tunerdevice" name="713x BDA DVBS Tuner" checkdevice="true"></filter> <filter cat="capture" name="713x BDA Digital Capture" checkdevice="true"></filter> </filters> <connections> <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection> <connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection> </connections> </tv> </capturecard> <capturecard commercialname="CTX 944 DVB-S #2" capturename="713x BDA Digital Capture" devid="ven_1131&dev_7133&subsys_000816be&rev_d1"> <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities> <tv> <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface> <filters> <filter cat="networkprovider" name="Microsoft DVBS Network Provider" checkdevice="false"></filter> <filter cat="tunerdevice" name="713x BDA DVBS Tuner" checkdevice="true"></filter> <filter cat="capture" name="713x BDA Digital Capture" checkdevice="true"></filter> </filters> <connections> <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection> <connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection> </connections> </tv> </capturecard>Those settings are for the DVB-S tuners only, use equivalents for the DVB-T. The board identifier ("CTX 944 DVB-S") is arbitrary. In fact, this is "brute force" (since the pins do not match in Graphedit) but it works.
Add those settings at the end of your CaptureCardDefinitions.xml:
<capturecard commercialname="CTX 944 DVB-S #1" capturename="713x BDA Digital Capture" devid="ven_1131&dev_7133&subsys_000716be&rev_d1">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBS Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="713x BDA DVBS Tuner" checkdevice="true"></filter>
<filter cat="capture" name="713x BDA Digital Capture" checkdevice="true"></filter>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>
<capturecard commercialname="CTX 944 DVB-S #2" capturename="713x BDA Digital Capture" devid="ven_1131&dev_7133&subsys_000816be&rev_d1">
Those settings are for the DVB-S tuners only, use equivalents for the DVB-T. The board identifier ("CTX 944 DVB-S") is arbitrary. In fact, this is "brute force" (since the pins do not match in Graphedit) but it works.