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.
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.