INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Count of Episodes of a complete Serie/s  (Read 269 times)

Purecut

  • World Citizen
  • ***
  • Posts: 106
Count of Episodes of a complete Serie/s
« on: January 11, 2024, 05:00:51 pm »

Hi,

Has MC a count() function that I can get all the Seasons and episodes of one TV-Show.

For example a TV-Show contains of:
Series 1 and 5 Episodes
Series 2 and 8 Episodes

that I get a result something like this:
The TV-Show BlaBlaBla contains of 2 Series and 13 episodes.

Greetings

Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2379
Re: Count of Episodes of a complete Serie/s
« Reply #1 on: January 12, 2024, 09:31:13 am »

Something like:
Code: [Select]
[Series] has GroupCountQuery(series, filekey) episodes in GroupCountQuery(series, season) seasons

"Dexter has 96 episodes in 8 seasons"
Logged

Purecut

  • World Citizen
  • ***
  • Posts: 106
Re: Count of Episodes of a complete Serie/s
« Reply #2 on: January 12, 2024, 11:14:33 am »

Something like:
Code: [Select]
[Series] has GroupCountQuery(series, filekey) episodes in GroupCountQuery(series, season) seasons

"Dexter has 96 episodes in 8 seasons"

You are my hero. Exactly for what I'm looking for. Thank you  8)
Logged
Pages: [1]   Go Up