diff options
author | wm4 <wm4@nowhere> | 2014-05-06 20:39:00 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-05-06 20:39:00 +0200 |
commit | 3c45156448f2d7ffb9d25139e486c23bfba4859b (patch) | |
tree | b0448b2e998e541191457b0606ac2beb1684a966 /DOCS | |
parent | dc8684805bdab433e93fdaad8d214c2b26332944 (diff) | |
download | mpv-3c45156448f2d7ffb9d25139e486c23bfba4859b.tar.bz2 mpv-3c45156448f2d7ffb9d25139e486c23bfba4859b.tar.xz |
manpage: adjustments to file-size property
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/input.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index e895623b3d..d225bf1d15 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -570,7 +570,9 @@ Property list unmodified filename.) ``file-size`` - Length in bytes of the source file/stream. + Length in bytes of the source file/stream. (This is the sasme as + ``${stream-end} - ${stream-start}``. For ordered chapters and such, the + size of the currently played segment is returned.) ``path`` Full path of the currently played file. |