Type Alias VideoProperty

VideoProperty:
    | "title"
    | "genre"
    | "year"
    | "rating"
    | "file"
    | "path"
    | "director"
    | "duration"
    | "plot"
    | "studio"
    | "mpaa"
    | "tagline"
    | "trailer"
    | "originaltitle"
    | "production"
    | "set"
    | "sorttitle"
    | "theme"
    | "writer"
    | "premiered"
    | "runtime"
    | "episodeguide"
    | "fanart"
    | "thumbnail"
    | "ratingimage"
    | "lastplayed"
    | "playcount"
    | "streamdetails"
    | "country"
    | "language"
    | "season"
    | "resume"

VideoProperty ($ref: "Video.Property.Name") Represents a property name relevant to VideoLibrary methods.