From a1b1972ec61108875d2ff15ab588a0cbd2b9b581 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Apr 2017 21:19:47 +0200 Subject: manpage: group --loop options together --- DOCS/man/options.rst | 32 ++++++++++++++++---------------- 1 file 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=``, ``--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=``, ``--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=`` Loop a single file N times. ``inf`` means forever, ``no`` means normal playback. For compatibility, ``--loop-file`` and ``--loop-file=yes`` are -- cgit v1.2.3