summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-11 22:45:47 +0200
committerwm4 <wm4@nowhere>2017-10-11 22:45:47 +0200
commitb4c1f0aae372df61ace6e179faba75746dff74a5 (patch)
tree54585886e6ddb000dacc85952fd12ae4733e0238
parent91ebc3434438df5e33550d0bb4ab956742b0612d (diff)
downloadmpv-b4c1f0aae372df61ace6e179faba75746dff74a5.tar.bz2
mpv-b4c1f0aae372df61ace6e179faba75746dff74a5.tar.xz
manpage: correct some comments about ordered chapters
Ordered chapters behavior changed at some point, and all of this was outdated.
-rw-r--r--DOCS/man/input.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 5b642660d4..39a50e52e0 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -913,8 +913,8 @@ Property list
``file-size``
Length in bytes of the source file/stream. (This is the same as
- ``${stream-end}``. For ordered chapters and such, the
- size of the currently played segment is returned.)
+ ``${stream-end}``. For segmented/multi-part files, this will return the
+ size of the main or manifest file, whatever it is.)
``estimated-frame-count``
Total number of frames in current file.
@@ -954,8 +954,7 @@ Property list
``stream-path``
Filename (full path) of the stream layer filename. (This is probably
- useless. It looks like this can be different from ``path`` only when
- using e.g. ordered chapters.)
+ useless and is almost never different from ``path``.)
``stream-pos``
Raw byte position in source stream. Technically, this returns the position
@@ -1287,8 +1286,8 @@ Property list
``seeking``
Returns ``yes`` if the player is currently seeking, or otherwise trying
to restart playback. (It's possible that it returns ``yes`` while a file
- is loaded, or when switching ordered chapter segments. This is because
- the same underlying code is used for seeking and resyncing.)
+ is loadedThis is because the same underlying code is used for seeking and
+ resyncing.)
``mixer-active``
Return ``yes`` if the audio mixer is active, ``no`` otherwise.