summaryrefslogtreecommitdiffstats
path: root/test/subtimes.js
Commit message (Collapse)AuthorAgeFilesLines
* command: add secondary-sub-start and secondary-sub-end propertiesRipose2021-07-121-0/+8
| | | | | | | Adds secondary-sub-start and secondary-sub-end properties by setting the current_track index in the m_property's priv variable which later gets accessed in get_times. Also adds a test of the secondary subtitle time properties in tests/subtimes.js bound to 'T'.
* command: add sub-start & sub-end propertiesStefano Pigozzi2019-09-221-0/+7
These properties contain the current subtitle's start and end times. Can be useful to cut sample audio through the scripting interface.