Display total (thetvdb) number of episodes in season. (1 Viewer)

wizard123

Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,523
    2,715
    Home Country
    United Kingdom United Kingdom
    Tvseries does not store the count for total episodes in a season, only what you have available.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,170
    13,767
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #14
    So why do you ask then if you can´t try
    I thought you know, just to offer. :(
    If you look the source code:
    If Show all Episodes - turned off, then - #TVSeries.FilteredEpisodeCount = #itemcount = #TVSeries.Season.EpisodeCount :( = episodes in database (local files)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,170
    13,767
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #15
    It would be nice to have such a property: like - #TVSeries.OnlineSeason.EpisodeCount
    If Show all Episodes - turned off, then #TVSeries.Season.EpisodeCount = episodes in database (local files) for example 10, but #TVSeries.OnlineSeason.EpisodeCount = episodes in online database (thetvdb) for example 22 ...
    If Show all Episodes - turned on, then #TVSeries.Season.EpisodeCount = all episodes in database for example 22 (or also 10), but #TVSeries.OnlineSeason.EpisodeCount = episodes in online database (thetvdb) for example 22 ...
    So it will be clearer and easier to understand.
    • Series view: Episodes 10/44 (10 local files for 2 season as 22 episodes)
    • Seasons view: Season 2 Episodes 10/22 (10 local files for season 2 as 22 episodes)
    • Episodes view: Episodes 10/22 (10 local files from 22 episodes)
    PS: <label>#TVSeries.Season.EpisodeCount / #TVSeries.OnlineSeason.EpisodeCount </label>
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,973
    11,872
    Königstein (Taunus)
    Home Country
    Germany Germany
    I thought that could be done with this one:
    <label>#TVSeries.FilteredEpisodeCount/#TVSeries.Season.EpisodeCount</label>.
    I will try that and report back with screenshots ;)
    Give me some time ;)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    16,170
    13,767
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #19
    There is no total online season number per season.
    The number is, the property that indicates the number is not. :(
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,523
    2,715
    Home Country
    United Kingdom United Kingdom
    Which number do you think it is ? column name ?
     

    Users who are viewing this thread

    Top Bottom