[confirm] TVGuide episode info skin properties are wrong (1 Viewer)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Hi.
    Currently EpisodeNumber is assigning to #TV.Guide.Episode https://github.com/MediaPortal/Medi...ibrary/TvPlugin/TvPlugin/TvGuideBase.cs#L1252
    which is probably always empty and it is not defining in GUIPropertyManager https://github.com/MediaPortal/Medi...diaportal/Core/guilib/PropertyManager.cs#L174
    Probably better will be to use alrady defined properties like this
    https://github.com/edalex86/MediaPortal-1/commit/afdecbe7e8f89101b7931c43a700fe524989e304
    Still need to check if combined string _currentProgram.EpisodeNumber (which consists of SeriesNum(actually season number), EpisodeNum and EpisodePart ) is using anywhere.
     

    Users who are viewing this thread

    Top Bottom