mediainfo sort tag access

All about user-defined episode / movie / file name format expressions
Post Reply
UKenGB
Posts: 49
Joined: 04 Jan 2017, 09:26

mediainfo sort tag access

Post by UKenGB »

I want to use 'Performer/Sort' in my format, but FileBot complains that "the binding Sort is not defined". As indeed it is not, but 'Performer/Sort' is and that is how it is shown in FileBot's mediainfo display.

If I actually check in Mediainfo, it shows that tag as 'Performer/Sorted by' which if used creates the same error for 'by'.

So how can one access the Sort tags when they include characters in the binding that confuse FileBot (or Groovy, or whatever is actually complaining)?
UKenGB
Posts: 49
Joined: 04 Jan 2017, 09:26

Re: mediainfo sort tag access

Post by UKenGB »

See, I always find the answer within seconds of posting :-)

media."Performer/Sort" is the answer. Who'd have thought.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: mediainfo sort tag access

Post by rednoah »

FileBot will make all MediaInfo keys available as they are, as well as simplified without any special characters:

Code: Select all

media.PerformerSort
:idea: Please read the FAQ and How to Request Help.
Post Reply