[Pending] Patch to support SXXEXX Episode Info in EPG (1 Viewer)

Edalex

Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Hi.
    Currently Episode info is shows as (1.1.1) for Season 1 Episode 1 part 1. It can be (1) or (1.1 Pilot) depending on your EPG.
    This format is not so clear for me i.e your EPG have episode 1 part 1 without season number which is similar to season 1 episode 1.
    So I suggest to use "S01E01 Part1 Pilot" format.
    This patch is noobish and maybe useless but i have to try :)
    Thanks.
     

    Attachments

    • TVPlugin SXXEXX (1).patch
      2.8 KB

    hkjensen

    MP Donator
  • Premium Supporter
  • June 11, 2007
    165
    65
    Copenhagen
    Home Country
    Denmark Denmark
    Why no make it as a 4th & 5th option:
    /// Get Episode info
    /// Builds string by the following rules set by ShowEpisodeInfo
    /// 0: [None] (empty string)
    /// 1: seriesNum.episodeNum.episodePart
    /// 2: episodeName
    /// 3: seriesNum.episodeNum.episodePart episodeName
    /// 4: SXXEXX PartXX
    /// 5: SXXEXX PartXX EpisodeName
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    It's not a new option, it's different look of existing ones.
    Options depend of what is stored in your epg database
    No Episode Info - Empty string
    Only episode number - (1) or E01
    Episode and season number - (1.1) or S01E01
    Season number, episode name and number (1.1 Pilot) or S01E01 Pilot
    Only episode name - (Pilot) or Pilot and so on
    Maybe it will be better to choose episode format form 1.1, S01E01 or maybe 1x01 in TV Server config but I don't like other formats.
     

    hkjensen

    MP Donator
  • Premium Supporter
  • June 11, 2007
    165
    65
    Copenhagen
    Home Country
    Denmark Denmark
    Options is not how data is stored in the database, it is what the user select to display in the client - the options is only used when reading data from the database (that's why you set the option in the client configuration and not the server configuration)

    Also in the specification for episode, season and part there can be total number ex.: 1/3.2/12.1/2 - Season 1 of 3 episode 2 of 12 and part 1 of 2.

    Unless you change you patch to additional options, i think it should be rejected
     

    Users who are viewing this thread

    Top Bottom