Sorry for the confusion.
The first code I posted is yours, Yannis, just with the </tv> </capture card> and & added in. ie. What the code SHOULD be.
The second code I posted is what comes prepackaged in Media Portal 0.2.2, which is incorrect for the given reasons.
The other thing I spotted was a second "Winfast DVT 2000H" device listed in CaptureCardDefinitions.xml
This is taken straight from a base installation of Media Portal - no changes.
This has the same problems as the other entry ie. Should be "665E107d" and missing the "H".
Also the "(XCeive XC3028)" at the end of the tuner device seems out of place.
I tried changing this entry around and it still gives me the same problems.
Could you possibly upload your entire "CaptureCardDefinitions.xml" for us to try, Yannis?
Hopefully we can crack this one.
Rolaveric
The first code I posted is yours, Yannis, just with the </tv> </capture card> and & added in. ie. What the code SHOULD be.
The second code I posted is what comes prepackaged in Media Portal 0.2.2, which is incorrect for the given reasons.
The other thing I spotted was a second "Winfast DVT 2000H" device listed in CaptureCardDefinitions.xml
This is taken straight from a base installation of Media Portal - no changes.
Code:
<capturecard commercialname="LeadTek Winfast DTV 2000H" capturename="WinFast DTV 2000 BDA Transport Stream Capture" devid="ven_14f1&dev_8802&subsys_6651107d&rev_05">
<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="WinFast DTV 2000 BDA DVB-T Tuner/Demod (XCeive XC3028)" checkdevice="true"/>
<filter cat="capture" name="WinFast DTV 2000 BDA Transport Stream 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>
This has the same problems as the other entry ie. Should be "665E107d" and missing the "H".
Also the "(XCeive XC3028)" at the end of the tuner device seems out of place.
I tried changing this entry around and it still gives me the same problems.
Could you possibly upload your entire "CaptureCardDefinitions.xml" for us to try, Yannis?
Hopefully we can crack this one.
Rolaveric