Files
mpv/options
wm4 9fe076f02a player: allow passing number of loops to --loop-file
E.g. --loop-file=2 will play the file 3 times (one time normally, and 2
repeats).

Minor syntax issue: "--loop-file 5" won't work, you have to use
"--loop-file=5". This is because "--loop-file" still has to work for
compatibility, so the "old" syntax with a space between option name and
value can't work.
2014-09-22 22:56:00 +02:00
..
2014-09-21 15:41:33 +02:00
2014-08-30 23:24:46 +02:00
2014-06-13 02:11:39 +02:00
2014-09-21 15:41:33 +02:00
2013-12-21 23:11:12 +01:00
2014-09-03 02:07:36 +02:00