INTERACT FORUM

More => Old Versions => JRiver Media Center 31 for Windows => Topic started by: Purecut on January 11, 2024, 05:00:51 pm

Title: Count of Episodes of a complete Serie/s
Post by: Purecut 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

Title: Re: Count of Episodes of a complete Serie/s
Post by: zybex 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"
Title: Re: Count of Episodes of a complete Serie/s
Post by: Purecut 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)