Grouping

All about user-defined episode / movie / file name format expressions
Post Reply
NPHaus
Posts: 14
Joined: 12 Sep 2013, 23:32

Grouping

Post by NPHaus »

You can group by text.language , I put:

{texts.Language_String3}

and leaves me [spa, spa, eng] or [eng, eng, spa, eng] etc, etc

and I would come out in both cases [Spa, Eng]

I want tell me the languages ​​but without repeating

thank you very much
User avatar
rednoah
The Source
Posts: 22994
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Grouping

Post by rednoah »

Just filter things as you see fit ;)

Code: Select all

{texts.LanguageString3.upperInitial().unique().sort()}
:idea: Please read the FAQ and How to Request Help.
Post Reply