Hi,
within the last SVN I thought to find support for my new TT S-3200 card. However, in the XML-file, only the USB-one is configured.
So, I searched around and found the following snippet on the dvbshop.net site.
<?xml version="1.0"?>
<capturecards>
<capturecard commercialname="TechnoTrend S2-3200" capturename="TechnoTrend BDA/DVB Capture" devid="ven_1131&dev_7146&subsys_101913c2&rev_01">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBS Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="TechnoTrend BDA/DVB-S Tuner" checkdevice="true"/>
<filter cat="capture" name="TechnoTrend BDA/DVB Capture" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>
</capturecard>
</capturecards>
After I added these lines to the config XML file, my card was recognised by MP config dialog.
Maybe it could be added to the next MP SVN update.
Uli
within the last SVN I thought to find support for my new TT S-3200 card. However, in the XML-file, only the USB-one is configured.
So, I searched around and found the following snippet on the dvbshop.net site.
<?xml version="1.0"?>
<capturecards>
<capturecard commercialname="TechnoTrend S2-3200" capturename="TechnoTrend BDA/DVB Capture" devid="ven_1131&dev_7146&subsys_101913c2&rev_01">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/>
<tv>
<interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/>
<filters>
<filter cat="networkprovider" name="Microsoft DVBS Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="TechnoTrend BDA/DVB-S Tuner" checkdevice="true"/>
<filter cat="capture" name="TechnoTrend BDA/DVB Capture" checkdevice="true"/>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
</connections>
</tv>
</capturecard>
</capturecards>
After I added these lines to the config XML file, my card was recognised by MP config dialog.
Maybe it could be added to the next MP SVN update.
Uli
New Zealand