action musixmatch_get_matcher_subtitle_get { description: "" provider: musixmatch method: GET path: "/matcher.subtitle.get" encoding: json input: { type: "object" properties: { callback: { type: "string" } f_subtitle_length: { type: "string" } f_subtitle_length_max_deviation: { type: "string" } format: { type: "string" } q_artist: { type: "string" } q_track: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }