ass_karaoke_set_kind
Convert karaoke syllable tags to a different kind (k, kf, ko, kt) without altering text or timing. Optionally target only syllables with a specific current kind.
Instructions
Convert karaoke tags to another kind (k, kf, ko, kt).
only_matching limits the conversion to syllables whose current kind is
that value (e.g. only k -> kf). Durations, text and every other
override tag are untouched. Returns
{"doc_id", "kind", "only_matching", "lines": [{"index", "old_text", "text", "before_kinds", "after_kinds", "changed"}], "lines_changed": n, "tags_converted": n}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | k | |
| doc_id | No | ||
| selection | Yes | ||
| only_matching | No |