1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-26 02:05:31 +00:00

manpage: document properties added in previous commit

This commit is contained in:
wm4 2014-02-28 20:57:54 +01:00
parent 70b6c163ff
commit 3020490ab1

View File

@ -598,6 +598,10 @@ an option at runtime.
``time-pos`` (RW)
Position in current file in seconds.
``time-start``
Return the start time of the file. (Usually 0, but some kind of files,
especially transport streams, can have a different start time.)
``time-remaining``
Remaining length of the file in seconds. Note that the file duration is not
always exactly known, so this is an estimate.
@ -1008,6 +1012,9 @@ an option at runtime.
``vf`` (RW)
See ``--vf`` and the ``vf`` command.
``seekable``
Return whether it's generally possible to seek in the current file.
``options/<name>`` (RW)
Read-only access to value of option ``--<name>``. Most options can be
changed at runtime by writing to this property. Note that many options