TimecodeExporter
Export Timecode Pool objects to CSV.
Export Timecode Pool objects to CSV.
- Support multiple objects in a single export
Exported file format
Section titled “Exported file format”The exported CSV file has the following format:
Timecode | Type | Track | Trackgroup | Pool |
---|---|---|---|---|
HH:MM:SS:FF | Go+ | MySequence | TrackGroup 1 | MyPoolObject |
HH:MM:SS:FF | Off | MySequence | TrackGroup 1 | MyPoolObject |
HH:MM:SS:FF | Go+ | OtherSeq | TrackGroup 2 | PoolObject2 |
HH:MM:SS:FF | Off | OtherSeq | TrackGroup 2 | PoolObject2 |
Plugin "TimecodeExporter"
Arguments:
Section titled “Arguments:”Timecode X
: Timecode Pool object(s)/File abc.csv
: The export filename (optional, default:TimecodeExport.csv
)
Examples:
Section titled “Examples:”-
Export Timecode object by index:
Plugin "TimecodeExporter" "Timecode 2" -
Export Timecode object by name and set exported file name:
Plugin "TimecodeExporter" "Timecode MySong /File MySong.csv" -
Export multiple Timecode objects:
Plugin "TimecodeExporter" "Timecode 1 thru 5"
Installation
Section titled “Installation” Download Latest
Requires grandMA3 version 2.0.2.0 or above.
Other versions of the plugin are available on the Releases page
Installation Steps
-
Download plugin.
-
Unzip the file in the
gma3_library/datapools/plugins/
folder of your MA installation:- macOS:
~/MALightingTechnology/...
- Windows:
C:\ProgramData\MALightingTechnology\...
- USB key:
/grandMA3/...
Once unzipped:
Directory.../gma3_library/datapools/plugins
DirectoryTimecodeExporter_v0.1.0.0
- TimecodeExporter.xml
- TimecodeExporter.lua
- ... Other plugin files
- macOS:
-
In your showfile, import the plugin in a new
Plugin
pool object.
Release Notes
Section titled “Release Notes”-
Release v0.1.0.0
- 05/10/2025 Latest- Initial release
- Supports for multiple timecode objects
- Configurable export CSV filename