Only first pressed channel number appears in OSD (1 Viewer)

Status
Not open for further replies.

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    I can not try for now,:mad: may be tonight. I will keep you informed
    the cmdline is "/avoidversioncheck" and if i don't run this, i post tvplugin.dll (you never know!)
    Thx for rapidity !

    edit : real cmdline
     
    Last edited:

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Oh, and I see binaries in this thread that are reported to fix the issue (V1 and V2), but no patch. Where is the latest correct tested patch?
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Oh, and I see binaries in this thread that are reported to fix the issue (V1 and V2), but no patch. Where is the latest correct tested patch?

    There is no patch.. but I documented the change which was made (very minor change to TVZapOSD.cs) in the Team Forums internal thread.
     

    icam2

    Portal Pro
    March 7, 2011
    204
    68
    Home Country
    United Kingdom United Kingdom
    Oh, and I see binaries in this thread that are reported to fix the issue (V1 and V2), but no patch. Where is the latest correct tested patch?

    There is no patch.. but I documented the change which was made (very minor change to TVZapOSD.cs) in the Team Forums internal thread.

    Hi is there any chance you could tell me the lines that need changeing in the TVZapOSD.cs file please. as i'd like to change my own local build but i dont have access to the internal forum. thanks
     

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    Oh, and I see binaries in this thread that are reported to fix the issue (V1 and V2), but no patch. Where is the latest correct tested patch?

    There is no patch.. but I documented the change which was made (very minor change to TVZapOSD.cs) in the Team Forums internal thread.

    Hi is there any chance you could tell me the lines that need changeing in the TVZapOSD.cs file please. as i'd like to change my own local build but i dont have access to the internal forum. thanks


    The only thing which was changed is line 285 in TVZapOSD.cs ->
    Code:
    if (LastError != null)
    to
    Code:
    if (LastError == null)

    Would be nice if you can report back if this fix works for you!
    Thanks! =)
     

    icam2

    Portal Pro
    March 7, 2011
    204
    68
    Home Country
    United Kingdom United Kingdom
    The only thing which was changed is line 285 in TVZapOSD.cs ->
    Code:
    if (LastError != null)
    to
    Code:
    if (LastError == null)

    Would be nice if you can report back if this fix works for you!
    Thanks! =)

    Confirmed Working!! Many Thanks for the info.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,956
    5,629
    France - IDF
    Home Country
    France France
    i Holzi,
    i can't modify this code tonight. and with cmd line, MP run but without TV section
     

    Attachments

    • TvPlugin.rar
      151.7 KB

    Holzi

    Super Moderator
  • Team MediaPortal
  • April 21, 2010
    7,934
    2,235
    Ba-Wü
    Home Country
    Germany Germany
    I don't know if this worked but you can try the attached version.
     
    Last edited:
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom