read_project_info
Extract document metadata, flows, and player rosters from a saved .dorico project file without opening Dorico. Works offline on any project on disk.
Instructions
Read metadata, flows, and player rosters from a saved .dorico file.
Opens the project as the ZIP archive it is and reads the document and per-flow
metadata out of it. Entirely offline: Dorico need not be running, and this works
on a project nobody has open.
Returns:
Result dictionary with the document metadata, the flows, and the players.
Note:
This reads the project wrapper, not the music: for notes and rhythms, export
with export_musicxml and read that with read_score. For the project open in
Dorico right now, get_status reports its state and read_selection its
selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Filesystem path to a saved .dorico project. Read straight from the file, so it can be any project on disk and not only the one open in Dorico. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||