From 1b398e99f735e141d88186d4e1a722b9a00f4b9a Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 17 Apr 2014 23:55:04 +0200 Subject: player: add a --loop-file option Unlike --loop, loops a file instead of the playlist. --- DOCS/man/en/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS/man') 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=`` Load a Lua script. You can load multiple scripts by separating them with commas (``,``). -- cgit v1.2.3