summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-10 21:19:47 +0200
committerwm4 <wm4@nowhere>2017-04-10 21:19:47 +0200
commita1b1972ec61108875d2ff15ab588a0cbd2b9b581 (patch)
tree7d6680868871d2425cc808b674a12b67772b462e /DOCS
parent6dea8fceda981481798f6f492db54c6fd8708c3b (diff)
downloadmpv-a1b1972ec61108875d2ff15ab588a0cbd2b9b581.tar.bz2
mpv-a1b1972ec61108875d2ff15ab588a0cbd2b9b581.tar.xz
manpage: group --loop options together
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ecf8d8ada3..a9278f0611 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -134,22 +134,6 @@ Playback Control
speed higher than normal automatically inserts the ``scaletempo`` audio
filter.
-``--loop-playlist=<N|inf|force|no>``, ``--loop-playlist``
- 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. ``--loop-playlist`` is the same as
- ``--loop-playlist=inf``.
-
- The ``force`` mode is like ``inf``, but does not skip playlist entries
- which have been marked as failing. This means the player might waste CPU
- time trying to loop a file that doesn't exist. But it might be useful for
- playing webradios under very bad network conditions.
-
-``--loop``
- Currently a deprecated alias to ``--loop-playlist``. After a deprecation
- period, it will be undeprecated, but changed to alias ``--loop-file``.
-
``--pause``
Start the player in paused state.
@@ -292,6 +276,22 @@ Playback Control
directory). Prefixing the filename with ``./`` if it doesn't start with
a ``/`` will avoid this.
+``--loop-playlist=<N|inf|force|no>``, ``--loop-playlist``
+ 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. ``--loop-playlist`` is the same as
+ ``--loop-playlist=inf``.
+
+ The ``force`` mode is like ``inf``, but does not skip playlist entries
+ which have been marked as failing. This means the player might waste CPU
+ time trying to loop a file that doesn't exist. But it might be useful for
+ playing webradios under very bad network conditions.
+
+``--loop``
+ Currently a deprecated alias to ``--loop-playlist``. After a deprecation
+ period, it will be undeprecated, but changed to alias ``--loop-file``.
+
``--loop-file=<N|inf|no>``
Loop a single file N times. ``inf`` means forever, ``no`` means normal
playback. For compatibility, ``--loop-file`` and ``--loop-file=yes`` are