ass_save_all
Save all open Aegisub subtitle documents with a file path, skipping in-memory ones and returning a per-file summary.
Instructions
Save every open document that has a known path.
Returns {"saved": [<result of ass_save>, ...], "count", "skipped": [doc_id, ...], "errors": [{"doc_id", "error"}, ...], "current"}. Documents created in memory and never saved are reported in
skipped rather than failing the whole call. Line indices are 0-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||