summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-17 23:55:04 +0200
committerwm4 <wm4@nowhere>2014-04-17 23:55:42 +0200
commit1b398e99f735e141d88186d4e1a722b9a00f4b9a (patch)
treed7a4fdcba5071b020ac7038ba40bc67af1973a2f /DOCS/man
parent5059039c95f51cfe33f828a66d55b1255ab1626d (diff)
downloadmpv-1b398e99f735e141d88186d4e1a722b9a00f4b9a.tar.bz2
mpv-1b398e99f735e141d88186d4e1a722b9a00f4b9a.tar.xz
player: add a --loop-file option
Unlike --loop, loops a file instead of the playlist.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index d46ba0e959..dcf968b437 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -1331,6 +1331,12 @@ OPTIONS
disables looping. If several files are specified on command line, the
entire playlist is looped.
+``--loop-file``
+ Loop a single file. The difference to ``--loop=inf`` is that this doesn't
+ loop the playlist, just the file itself. If the playlist contains only a
+ single file, the difference between the two option is that this option
+ performs a seek on loop, instead of reloading the file.
+
``--lua=<filename>``
Load a Lua script. You can load multiple scripts by separating them with
commas (``,``).