Pinnacle PCTV Hybrid Stick Pro [320e] (1 Viewer)

OzBoz

Portal Member
December 22, 2007
14
0
Home Country
Netherlands Netherlands
MediaPortal Version: V0.2.3.0
MediaPortal Skin: Monochrome
1. TV Card: Pinnacle PCTV Hybrid Stick Pro [320e]
1. TV Card Type: USB

I was wondering I would be nerd enough to get my PCTV Hybrid Pro Stick (320e) to work with MediaPortal. I worked to the existing threads in the forum and tried the thing with GraphEdit.

The 320e can do as well as Cable as Terrestial (mmz how do I spell that) but when I choose DVBC it couldn't connect to the other elements in GraphEdit so I went for the DVBT filter instead. Doing that brought my as far as the attachment.

With that info I made the following expansion to the captureCardDefinitions.xml

Code:
<capturecard commercialname="Pinnacle Hybrid Pro 320e" capturename="PCTV 320e BDA Capture" devid="@device:pnp:\\?\usb#vid_eb1a&amp;pid_2881">
    <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
    <tv>
      <interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"></interface>
      <filters>
        <filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
        <filter cat="tunerdevice" name="PCTV 320e BDA TVTuner" checkdevice="false"></filter>
        <filter cat="capture" name="PCTV 320e BDA Capture" checkdevice="false"></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>

When I did that I tried to choose my card in the MediaPortal Configuration. While adding it I get twice the warning unable to create graph for this device but at least it showed it's name :)

Then when I went further choosing myTV in MediaPortal it said failed to start tv, definitions don't contain filters so a no-go.

I hope someone can help me with it and image I attached. I'm pretty new with MediaPortal but I stepped through this page but I'm really stuck now.

Besides this.. I simply love the MediaPortal thing.. so cool :)
 

Attachments

  • schedule_PCTV_320e.gif
    schedule_PCTV_320e.gif
    70.1 KB

xxxzanka

New Member
February 8, 2008
1
0
Me worse tahn you: I used your captureCardDefinitions.xml inmp directory, but mp doesn't recognize my 320e stick at all.
Do you have any suggestion?
Thanks
 

Users who are viewing this thread

Top Bottom