From b4c1f0aae372df61ace6e179faba75746dff74a5 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Oct 2017 22:45:47 +0200 Subject: manpage: correct some comments about ordered chapters Ordered chapters behavior changed at some point, and all of this was outdated. --- DOCS/man/input.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'DOCS') 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. -- cgit v1.2.3