tuner info

  • Hi


    tuner presented in dm900 with latest DMM experimental image and default FHD skin:



    in tuner config scenario:


    1. tuner A1 - active motorized, A2 - inactive
    menu-info-channel info: displayed used tuner A1- this is correct, infobar displayed A1 - this is correct
    2. tuner A1 - inactive , A2 - active motorized
    menu-info-channel info: displayed used tuner A1- this is incorrect, infobar displayed A2 - this is correct


    I tryed to make simply python script(plugin) and I get wrong info always in scenario 2:


    ...
    num = frontendData.get("tuner_number")
    name = (nimmanager.getNimDescription(num).split(":")[0]).strip()
    self['tuner'].setText(name)


    ....


    please fix it (scenario 2), thx