{info} extended metadata binding

All about user-defined episode / movie format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 21718
Joined: 16 Nov 2011, 08:59

{info} extended metadata binding

Post by rednoah »

The {info} will request extended Movie or Series information from your selected database.


e.g. episode runtime

Code: Select all

{ info.runtime }
e.g. episode airdate weekday:

Code: Select all

{ info.airsDays }
e.g. series broadcast network:

Code: Select all

{ info.network }
e.g. movie cast and crew:

Code: Select all

{ info.crew }
:arrow: Please read Crew, Cast and Characters for details.




:idea: Use {info} to discover all extended properties:

Code: Select all

{ info }

Code: Select all

[AirsDays, AirsTime, AliasNames, Certifications, Country, EndDate, Genres, ImdbId, Network, OriginalLanguage, OriginalName, Overview, Popularity, Rating, RatingCount, Runtime, Seasons, SpokenLanguages, StartDate, Status, Type]
:!: Note that some extended properties are only available for specific database, and the possible values may vary depending on the selected database.
:idea: Please read the FAQ and How to Request Help.
Post Reply