TVEngine-3.0: Error in SetupTV-App (1 Viewer)

kuehnch

MP Donator
  • Premium Supporter
  • June 14, 2006
    303
    9
    43
    Cologne (Köln)
    Home Country
    Germany Germany
    On systems, that contain two or more tv-cards of same type (same device-name also), not all of these tvcards are available in the left sections-treeview (as childs of server-section):

    AddChildSection (Line 207 @ SettingsForm.cs):

    //
    // Make sure this section doesn't already exist
    //
    if (settingSections.ContainsKey(section.Text))
    {
    return;
    }
     

    kuehnch

    MP Donator
  • Premium Supporter
  • June 14, 2006
    303
    9
    43
    Cologne (Köln)
    Home Country
    Germany Germany
    Your fix causes an incomplete settings-tree (on my system... - tree-building "stops" after the second tvcard). A more better way would be a numberation of the existing tv-cards like

    1 DVB-C FireDTV BDA...
    2 DVB-C FireDTV BDA...
    3 DVB-T Cinergy 1200...
     

    FlipGer

    Retired Team Member
  • Premium Supporter
  • April 27, 2004
    2,658
    115
    48
    Leipzig, Germany
    Home Country
    Germany Germany
    Hi,

    nice this is fixed. May a throw something in, which is somehow related to this. :)

    - I have two cards: PVR 350 and PVR 150 (nonMCE)
    - Both show up as "Analog Hauppauge WinTV PVR PCI II TvTuner"
    - So I cannot see which card is what. Not good for setting Prios...
    - Also I can still autotune FM radio on both cards, although the PVR 150 does not support radio
    - Autotune FM radio on the PVR 350 does not work. It picks up every single frequency

    Besides this nagging: Great work! :)

    Flip.
     

    Frodo

    Retired Team Member
  • Premium Supporter
  • April 22, 2004
    1,518
    121
    52
    The Netherlands
    Home Country
    Netherlands Netherlands
    - I have two cards: PVR 350 and PVR 150 (nonMCE)
    - Both show up as "Analog Hauppauge WinTV PVR PCI II TvTuner"
    - So I cannot see which card is what. Not good for setting Prios...
    Not much i can do here.
    Only solution i can think of is by using a capturecarddefiniton.xml to lookup the friendly name for each card. But i don't like using a capturecarddefiniton.xml

    - Also I can still autotune FM radio on both cards, although the PVR 150 does not support radio
    - Autotune FM radio on the PVR 350 does not work. It picks up every single frequency

    Both are fixed now

    Frodo
     

    GagReflex

    Portal Pro
    October 10, 2006
    101
    3
    Melbourne
    Home Country
    Errrr.. Should I mention that with TV Engine 3.0 I get this:

    Analogue: FusionHDTV, NTSC/ATSC WDM Tv Tuner
    DVBT: FusionHDTV, BDA Tuner

    I've only got a Dvico FusionHDTV DVBT Lite, so I dont know where the Analogue entry comes from.. I can't tune any channels on either tuner. (Tuning on the analogue entry crashes SetupTV.exe)
     

    jawbroken

    Portal Pro
    August 13, 2005
    706
    0
    Home Country
    Afghanistan Afghanistan
    The Fusion cards install with BDA and WDM drivers, so I think getting two entries is not unexpected. I would guess that MediaPortal just assumes the WDM driver is analogue (as it probably has no way of knowing otherwise).

    Not being able to tune channels sounds like an issue, though. Perhaps you could post log files and system information?
     

    Users who are viewing this thread

    Top Bottom