mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
manpage: document off-by-one loop-file behavior
loop-file counts the number of zero-seeks, not playthroughs, which makes its counter off by one compared to loop-playlist.
This commit is contained in:
parent
1251f7bbf9
commit
d5ab5482a9
@ -392,6 +392,11 @@ Playback Control
|
||||
difference between the two option is that this option performs a seek on
|
||||
loop, instead of reloading the file.
|
||||
|
||||
Note that ``--loop-file`` counts the number of times it causes the player to
|
||||
seek to the beginning of the file, not the number of full playthroughs. This
|
||||
means ``--loop-file=1`` will end up playing the file twice. Contrast with
|
||||
``--loop-playlist``, which counts the number of full playthroughs.
|
||||
|
||||
``--loop`` is an alias for this option.
|
||||
|
||||
``--ab-loop-a=<time>``, ``--ab-loop-b=<time>``
|
||||
|
Loading…
Reference in New Issue
Block a user