Has anyone gotten the Terratec Cinergy Hybrid T USB XS working (analog tuner)? (1 Viewer)

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,754
    1,242
    Alingsås
    Home Country
    Sweden Sweden
    TV-Server Version: Not using (yet)
    MediaPortal Version: Latest SVN (today I use 08-16-2007 01-00h - Revision:15546)
    MediaPortal Skin: Mostly Spinsafe Revolve, but for bugtesting also BlueTwo Wide
    Windows Version: MCE 2002
    CPU Type: AMD Athlon 64 3200 2Ghz
    HDD: 320 Gig S-ATA
    Memory: 1 Gigabyte RAM
    Motherboard:
    Motherboard Chipset:
    Motherboard Bios:
    Video Card: Nvidia Geforce 7100 GS
    Video Card Driver: 6.14.10.9371
    Sound Card: Sound Blaster Live! 24 bit external
    Sound Card AC3: Sound Blaster Live! 24 bit external / NVIDIA PureVideo Decoder
    Sound Card Driver:
    1. TV Card: Terratec Cinergy Hybrid T USB XS
    MPEG2 Video Codec: NVIDIA PureVideo Decoder
    MPEG2 Audio Codec: NVIDIA PureVideo Decoder
    Satelite/CableTV Provider: Analogue Cable (free channels through tuner)
    HTPC Case: Dell Dimension C521
    Cooling: Dell Dimension C521 fans only
    Power Supply:
    Remote: MCE
    TV: Centrum 32" CRT 16:9
    TV - HTPC Connection: S-Vhs

    I've searched the forum for an answer, but really, I can't find it. How do you get MediaPortal to find the analog part of this card? I've gotten MP to find the digital tuner, but it's not of much use to me since I've bought it for analog use only for now. The idea was to get a hybrid card so that I can switch to Terristial use when I don't get around 15 or so free channels from my analog cabel. I can't use PCI or PCI-e cards in my computer since it has a low profile casing and doesn't allow for most cards to fit, so I thought USB was the way to go here.

    I successfully used this definition for MP to find the digital part of the card:

    Code:
    <capturecard commercialname="Terratec Cinergy Hybrid T USB XS" capturename="Cinergy Hybrid T USB XS Digital Capture" devid="vid_0ccd&amp;pid_005e">
    <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 Hybrid T USB XS Digital Tuner" checkdevice="true"/>
    <filter cat="capture" name="Cinergy Hybrid T USB XS 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>

    I've took the time to use Graph edit and sent in my results to the proper person, but waiting for that to "kick in" I just wanted to see if someone has already solved the mystery on their own and care to share?

    Pretty please, etc
    Emph
     

    philippegu

    New Member
    October 17, 2007
    4
    0
    Home Country
    France France
    Hi,

    thks for you definition for MP to find the digital part of the card
    but one question you time to change channel is Ok ?
    because for me it's (very) long 7 to 10 secondes

    Phil
     

    jackjson

    Portal Pro
    December 8, 2007
    70
    24
    Home Country
    Sweden Sweden
    Working settings for my Cinergy Hybrid T USB XS

    DIGITAL:

    Code:
    <capturecard commercialname="Terratec Cinergy Hybrid T USB XS" capturename="Cinergy Hybrid T USB XS Digital Capture" devid="vid_0ccd&amp;pid_005e">
        <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"/> 
        <tv> 
          <interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"/>
          <filters> 
            <filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/> 
            <filter cat="tunerdevice" name="Cinergy Hybrid T USB XS Digital Tuner" checkdevice="true"/> 
            <filter cat="capture" name="Cinergy Hybrid T USB XS 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>


    ANALOG:
    Code:
    <capturecard commercialname="Terratec Cinergy Hybrid T USB XS (Analog)" capturename="Cinergy Hybrid T USB XS (Analog)" devid="vid_0ccd&amp;pid_005e">
        <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"/>
        <tv>
          <interface cat="mux" video="" audio="" mpeg2="0"/>
          <filters>
            <filter cat="tvtuner" name="Cinergy Hybrid T USB XS Analog Tuner" checkdevice="true"/>
            <filter cat="tvaudio" name="Cinergy Hybrid T USB XS Analog TV Audio" checkdevice="true"/>
            <filter cat="crossbar" name="Cinergy Hybrid T USB XS Analog Crossbar" checkdevice="true"/>
            <filter cat="capture" name="Cinergy Hybrid T USB XS (Analog)" checkdevice="true"/>
            <filter cat="videncoder" name="CyberLink MPEG Video Encoder(TerraTec)" checkdevice="false"/>
            <filter cat="audencoder" name="CyberLink Audio Encoder(TerraTec)" checkdevice="false"/>
            <filter cat="mux" name="CyberLink MPEG Muxer" checkdevice="false"/>
          </filters>
          <connections>
            <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"/>
            <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"/>
            <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"/>
            <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"/>
            <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"/>
            <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"/>
            <connection sourcefilter="capture" sourcepin="2" sinkfilter="audencoder" sinkpin="0"/>
            <connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection>
            <connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection>
          </connections>
        </tv>
      </capturecard>
     

    R0cket

    Portal Member
    June 11, 2008
    8
    0
    Hi,

    how do I make use of this information? The Analog Device is shown in TV Server, but when I click on the scan Button I get Error: "The Graph Building. Mostly your card is not supported by TvServer."..
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    @R0cket
    This thread is more than 7 years old. Please start a new thread. Don't forget to include log files; we won't be able to help without them.
     

    Users who are viewing this thread

    Top Bottom