ass_copy_style
Copy an ASS subtitle style field for field under a new name, optionally overwriting an existing style in the same document.
Instructions
Copy a style, field for field, under a new name.
Args:
source: style to copy.
new_name: name for the copy.
doc_id: document id or None for the current document.
overwrite: replace an existing style of that name instead of failing.
Returns:
{"doc_id", "source", "name", "created", "style", "ignored_fields"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | No | ||
| source | Yes | ||
| new_name | Yes | ||
| overwrite | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||