summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2013-10-08 23:51:00 -0400
committerwm4 <wm4@nowhere>2013-10-12 18:57:02 +0200
commit7ce464bef9c8ef13ca8343f24d126c468086a60f (patch)
tree30d7e1a6efd40da9b3e00f50ca23720d396aafa9 /DOCS
parentd1c473bc258b863f8619ffaf7d70112136ef1039 (diff)
downloadmpv-7ce464bef9c8ef13ca8343f24d126c468086a60f.tar.bz2
mpv-7ce464bef9c8ef13ca8343f24d126c468086a60f.tar.xz
options: --loop=N means playback N times, not N+1 times
The argument or this change is that --loop should set how often the file is played, not the number of additional repeats. Based on pull request 277, with additions to the manpage and removal of "--loop=0". Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index cc0b7a4db2..521052b1c9 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1267,10 +1267,11 @@
playlist formats to the special demuxer is work in progress, and eventually
the old code should disappear.
-``--loop=<number|inf|no>``
- Loops playback ``<number>`` times. ``inf`` means forever and ``no`` disables
- looping. If several files are specified on command line, the entire playlist
- is looped.
+``--loop=<N|inf|no>``
+ Loops playback ``N`` times. A value of ``1`` plays it one time (default),
+ ``2`` two times, etc. ``inf`` means forever. ``no`` is the same as ``1`` and
+ disables looping. If several files are specified on command line, the
+ entire playlist is looped.
``--lua=<filename>``
Load a Lua script. You can load multiple scripts by separating them with