ass_document_info
Retrieve detailed metadata for an Aegisub/ASS subtitle document, including section order, styles, fonts, graphics, event counts, timings, and attachments.
Instructions
Detailed information about one document.
Args: doc_id: document to describe; the current one when omitted.
Returns the document summary (see :func:ass_open) extended with
section_kinds, section_headers, section_order (aliases of each
other, in file order), style_names, font_names, graphic_names,
event_count, comment_count, dialogue_count, duration_ms
(sum of dialogue durations), span_ms (last end minus first start),
start_ms/end_ms of the first/last line, info (Script Info keys),
format_order, wrapping, attachments and extradata_count.
Line indices are 0-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||