Binding Reference for episodes of season

All about user-defined episode / movie / file name format expressions
Post Reply
Deviling Master
Posts: 9
Joined: 15 Oct 2012, 09:04

Binding Reference for episodes of season

Post by Deviling Master »

Hi, is it available a Binding code for the number of episodes of a season?

Like House MD, Season 8, 22 Episodes
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Binding Reference for episodes of season

Post by rednoah »

You can try and play with {episodelist} binding:

Code: Select all

{episodelist.findAll{ it.season == s }.size()}
That's an unofficial/undocumented one, might work, might not, might change with next release. :P
:idea: Please read the FAQ and How to Request Help.
Post Reply