Terratec Cinergy T USB XS error in CaptureCardDefinitions.xml (1 Viewer)

Sam Laibriz

New Member
June 16, 2007
2
0
Home Country
France France
MediaPortal Version: 0.2.3 RC3
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,
I already reported this problem a few months ago in the support section for "MyTV - engine 0.2" (see here) but it seems to have been unnoticed (maybe it was not the best choice of section) so I report this problem in here with the solution I found (with graph edit) since it still exists in mediaportal 0.2.3 RC3.

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&amp;pid_0043">
    <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 DVBT Network Provider" checkdevice="false"></filter>
        <filter cat="tunerdevice" name="Cinergy T USB XS Tuner" checkdevice="true"></filter>
        <filter cat="capture" name="Cinergy T USB XS Receiver" 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>

It should be "Cinergy T USB XS Capture" instead of "Cinergy T USB XS Receiver" (2 occurences).
 

Users who are viewing this thread

Top Bottom