From cfc32d077da19ee1e0fa36b6d30f465359ffcdb6 Mon Sep 17 00:00:00 2001 From: Pierre Lebreton Date: Fri, 13 May 2016 14:51:35 +0200 Subject: [PATCH] + update readme file --- AVRate/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AVRate/README.md b/AVRate/README.md index 3cd81ee..b272ea4 100644 --- a/AVRate/README.md +++ b/AVRate/README.md @@ -195,7 +195,9 @@ Available audio players: ### playerpath = complete path to the executable of localplayer -### playerarguments = the arguments to pass to the player in case the selected local player is "command_line". In the arguments, %1 is a placeholder for the file to play according to the playlist. Ex. -i %1 --fullscreen +### playerarguments = the arguments to pass to the player. + +This is valid in case the selected local player is "command_line". In the arguments, %1 is a placeholder for the file to play according to the playlist. Ex. -input-video %1 --fullscreen ### volumeform = { none, slider, button }