[confirm] Series / Episode data not shown in search (1 Viewer)

jameson_uk

Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    Also noticed that the scheduled recordings screen does not have series / episode data.

    Several series I am recording are taking a break and are repeating earlier episodes. When I go into scheduled screen to see which episodes are scheduled I can not tell which ones I want / need to cancel. (I do not want to set the option to only record new episodes as this can break series recordings where the EPG has no episode data)

    I know these are only little things but I am guessing they are relatively easy to fix and it is these sorts of things that really make for a usable app.... Having the same info displayed different ways on different screens is not good for WAF :rolleyes:
     

    Attachments

    • 13-17-22.png
      13-17-22.png
      823 KB
    • 13-16-39.png
      13-16-39.png
      765.1 KB

    jameson_uk

    Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    I having been trying to work through the code on this one but I am a little lost.

    If someone could confirm I am along the right lines I can knock up a patch for this.

    In TVGuideBase.cs it looks like the label used on various GUI widgets is built by calls to
    Code:
    TVUtil.GetDisplayTitle(program);

    but in TVSearch.cs you have
    Code:
    item.Label = program.Title;
    presumably this should actually call the GetDisplayTitle as with the guide code?

    same in TVScheduler.cs
    Code:
    item.Label = schedule.ProgramName;

    does this sound about right???
     

    jameson_uk

    Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    bumpedy bump

    Can someone at least comment on the above and let me know if I am on the right lines
     

    chemelli

    Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    Sorry we are all way too busy with RL.

    Yes the code changes you suggested should fix the issue, but I didn't test myself.

    Simone
     

    Users who are viewing this thread

    Top Bottom