- June 16, 2007
- 2
- 0
- Home Country
- France
MediaPortal Version: Mediaportal 0.2.2.0 and 0.2.3.0 RC1
Windows Version: Windows XP SP2
1. TV Card: Terratec Cinergy T USB XS
1. TV Card Type: DVB-T
1. TV Card Driver: BDA 4.6.1115.0
Hello,
My TV adapter cannot be found by mediaportal.
I've found the origin of the problem, it's an error in CaptureCardDefinitions.xml.
It should be "Cinergy T USB XS Capture" instead of "Cinergy T USB XS Receiver" (2 occurences).
Windows Version: Windows XP SP2
1. TV Card: Terratec Cinergy T USB XS
1. TV Card Type: DVB-T
1. TV Card Driver: BDA 4.6.1115.0
Hello,
My TV adapter cannot be found by mediaportal.
I've found the origin of the problem, it's an error in CaptureCardDefinitions.xml.
Code:
<capturecard commercialname="Terratec Cinergy T USB XS (DVB-T)" capturename="Cinergy T USB XS Receiver" devid="vid_0ccd&pid_0043">
<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 DVBT Network Provider" checkdevice="false"/>
<filter cat="tunerdevice" name="Cinergy T USB XS Tuner" checkdevice="true"/>
<filter cat="capture" name="Cinergy T USB XS Receiver" 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>
It should be "Cinergy T USB XS Capture" instead of "Cinergy T USB XS Receiver" (2 occurences).