ass_extract_attachment
Extract and decode a named attachment from an Aegisub/ASS subtitle document, then write it to the workspace output directory with hash and type details.
Instructions
Decode an attachment and write it into the workspace output directory.
Args:
name: attachment name as stored in the document (case-insensitive).
doc_id: document id or None for the current document.
output_path: destination; a relative path is resolved inside
workspace.output_dir.
Returns:
{"doc_id", "name", "kind", "path", "bytes", "sha256", "sniff"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| doc_id | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||