-If(Size(GetShowEpisode(Airing)) > 0, "\"" + GetShowEpisode(Airing) + "\" - ", "") |-this + If(Size(GetShowDescription(Airing)) > 0, GetShowDescription(Airing) + "\n", "") |-this + GetShowCategory(Airing) + If(Size(GetShowSubCategory(Airing)) > 0, "/" + GetShowSubCategory(Airing) + "\n", "") |-this + If(Size(GetOriginalAiringDate(Airing)) > 0, GetOriginalAiringDate(Airing) + "\n", "") |-this + If(Size(GetShowRated(Airing)) > 0, GetShowRated(Airing) + " for " + GetShowExpandedRatings(Airing) + "\n", "") |-this + If(Size(GetPeopleInShowInRoles(Airing, "Actor;LeadActor;Actress;LeadActress")) > 0, GetPeopleInShowInRoles(Airing, "Actor;LeadActor;Actress;LeadActress") + "\n", "") |-this + If(Size(GetPeopleInShowInRoles(Airing, "Supporting Actor;Supporting Actress")) > 0, GetPeopleInShowInRoles(Airing, "Supporting Actor;Supporting Actress"), "") |-this + If(Size(GetPeopleInShowInRoles(Airing, "Guest;Guest Star")) > 0, GetPeopleInShowInRoles(Airing, "Guest;Guest Star") + "\n", "") |-ShowInfo