@@ -1688,6 +1688,10 @@ <h2>Playback Control</h2>
1688
1688
just the file itself. If the playlist contains only a single file, the
1689
1689
difference between the two option is that this option performs a seek on
1690
1690
loop, instead of reloading the file.</p>
1691
+ <p>Note that <tt class="docutils literal"><span class="pre">--loop-file</span></tt> counts the number of times it causes the player to
1692
+ seek to the beginning of the file, not the number of full playthroughs. This
1693
+ means <tt class="docutils literal"><span class="pre">--loop-file=1</span></tt> will end up playing the file twice. Contrast with
1694
+ <tt class="docutils literal"><span class="pre">--loop-playlist</span></tt>, which counts the number of full playthroughs.</p>
1691
1695
<p class="last"><tt class="docutils literal"><span class="pre">--loop</span></tt> is an alias for this option.</p>
1692
1696
</dd>
1693
1697
<dt><tt class="docutils literal"><span class="pre">--ab-loop-a=<time></span></tt>, <tt class="docutils literal"><span class="pre">--ab-loop-b=<time></span></tt></dt>
0 commit comments