Why Mediaportal staff don't help us with 310i ??? (1 Viewer)

Cesto

Portal Member
July 6, 2007
9
0
48
Home Country
A lot of people have to much problem with configuration this tv turner, why staff don't help us ???
We have pay to much money for this card and not work with Mediaportal ???
In this link Supported TV Cards: http://wiki.team-mediaportal.com/Supported_TVCard_Hybride
We can see that Pinnacle PCTV 310i tv turner advice.
Staff must help US !!!:mad:
 

Muldini

Retired Team Member
  • Premium Supporter
  • February 11, 2007
    206
    0
    Home Country
    Germany Germany

    The_Stig

    Retired Team Member
  • Premium Supporter
  • April 5, 2005
    2,176
    428
    Cesto, please think about the way you post and what you post! Only mocking around and no proper report won't lead any dev to help you. There is no need and it wont help to speak such tartly. Try to strike the right note!
     

    kiesow

    Portal Pro
    March 19, 2007
    567
    11
    Home Country
    Germany Germany
    Dear Cesto,

    the staff/devs need to do nothing. You haven't paid them, so you don't can claim anything from them.

    I guess after your posting none of the devs is willing to help you.

    You should remember that they spend their free time to develop MediaPortal. They don't owe anything to anybody.
    If you want something, you should ask them polite and give them all information they need.
     

    Tomse

    Portal Member
    September 22, 2007
    6
    0
    Home Country
    Denmark Denmark
    The PCTV 310i card has had a lot of problems being found by Media Portal

    I've fought with the card and MP since I bought the card over a year ago.

    I've managed to get MP to find the card (both of them since it's a hybrid DVB-T/Analog)

    go to the folder where you installed MP and edit the file CaptureCardDefinitions.xml
    you can use notepad as an editor

    copy the code written below into the bottom of the file JUST before the line </capturecards>
    (above line is for novice people. All you other advanced people can just paste it where you want, since
    you know what you're doing)

    Code:
      <capturecard commercialname="Pinnacle PCTV 713x Tuner BDA Analog" capturename="Pinnacle PCTV 713x Tuner BDA Analog" devid="ven_1131&amp;dev_7133&amp;subsys_002f11bd&amp;rev_d0">
        <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"></capabilities>
        <tv>
          <interface cat="mux" video="" audio="" mpeg2="0"></interface>
          <filters>
            <filter cat="tvtuner" name="Pinnacle PCTV 713x Tuner BDA Analog TV Tuner" checkdevice="false"></filter>
            <filter cat="tvaudio" name="Pinnacle PCTV 713x Tuner BDA Analog TV Audio" checkdevice="false"></filter>
            <filter cat="crossbar" name="Pinnacle PCTV 713x Tuner BDA Analog Xbar" checkdevice="fal"></filter>
            <filter cat="capture" name="Pinnacle PCTV 713x Tuner BDA Analog Capture" checkdevice="true"></filter>
            <filter cat="videncoder" name="%videoencoder%" checkdevice="false"></filter>
            <filter cat="audencoder" name="%audioencoder%" checkdevice="false"></filter>
            <filter cat="mux" name="%mpegmux%" checkdevice="false"></filter>
          </filters>
          <connections>
            <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection>
            <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection>
            <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection>
            <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
            <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection>
            <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection>
            <connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"></connection>
            <connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection>
            <connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection>
          </connections>
        </tv>
      </capturecard>
    
    
    
    <capturecard commercialname="Pinnacle PCTV 310i DVBT HYBRID Digital" capturename="Pinnacle PCTV 713x Tuner BDA Digital Capture" devid="ven_1131&amp;dev_7133&amp;subsys_002f11bd&amp;rev_d0"> 
    <capabilities tv="true" radio="true" 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="Pinnacle PCTV 713x Tuner BDA DVBT Tuner" checkdevice="true"/> 
    <filter cat="capture" name="Pinnacle PCTV 713x Tuner BDA Digital 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>

    These settings are for the 1.3.3.5 driver downloaded from Pinnacle's homepage.
    if you have the 1.3.3.0 drivers, your card should already be found.

    I haven't tested yet if the card can actually scan for channels.
    I'll do that tomorrow since I have to go to the attic to pick up my TV cables.
    Yes they are there, and have been there for a long time.

    I'd like to thank Eiza for his post that actually made me try out some things, and now I've learned to add a new card to the list.
    his original post is here https://forum.team-mediaportal.com/...794.html?t=23794&highlight=Pinnacle+PCTV+310i :D

    I will make a new topic with this guide as well
     

    Users who are viewing this thread

    Top Bottom