summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 66f7dbdace..acb1f0bf75 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2636,12 +2636,18 @@ Property list
subtitles, returns the first start time. If no current subtitle is present
null is returned instead.
+``secondary-sub-start``
+ Same as ``sub-start``, but for the secondary subtitles.
+
``sub-end``
The current subtitle end time (in seconds). If there's multiple current
subtitles, return the last end time. If no current subtitle is present, or
if it's present but has unknown or incorrect duration, null is returned
instead.
+``secondary-sub-end``
+ Same as ``sub-end``, but for the secondary subtitles.
+
``playlist-pos`` (RW)
Current position on playlist. The first entry is on position 0. Writing to
this property may start playback at the new position.