project_get_metadata
Retrieves REAPER project render metadata (title, author, album, comment) to preview which fields are set for output file tags.
Instructions
Get project render metadata (title, author, album, comment, etc.).
These are the metadata fields REAPER embeds into rendered files (ID3/BWF/Vorbis/APE tags) and substitutes into render-filename templates ($title, $artist, ...). Reachable in the GUI via the Render dialog's Metadata section.
Note: REAPER's API exposes WHICH fields are set (the tag list), but
not their VALUES — values are write-only via GetSetProjectInfo_String
(verified on REAPER 7.78). The returned fields_set maps each known
logical field to true when any of its tags is present; tags_present
gives the raw tag list (e.g. ["ID3:TIT2", "VORBIS:TITLE"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||