[Approved] TvTuningDetails. (1 Viewer)

te3hpurp

Retired Team Member
  • Premium Supporter
  • September 23, 2008
    910
    231
    Rovaniemi
    Home Country
    Finland Finland
    This error only occurs, when tv channel has two or more tuning details
    which are different. For me i have dvb-t and dvb-s channels and some of them are combined.
    When viewing tunigdetails, they are allways returned from the details array in position[0]
    in tvtuningdetails.cs in line 58.
    [...]
    TuningDetail detail = details[0];
    [...]
    This is wrong if we want real tuning details to be shown. So We must compare cardtype currently tuned into channell and then find correct detail in details based on channeltype.
    This patch makes that correction. Also it changes meanigless channeltype numbervalue to correct type when displayed to the user.
    This probably won't bother many, so this might not be popular, but
    hey!, Now it's done.
    regards,
     

    Attachments

    • tvtuningdetails.patch
      30.6 KB

    Seidelin

    Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    That bothered me! (Although never to the point of fixing it I must admit), I'll test it and see what happens :)
     

    gemx

    Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    :D

    Just submitted the patch.
    Well done :)
     

    Users who are viewing this thread

    Top Bottom