From 844a8de5a6cb3e1fd5667e3f8b6a9c7c79543eab Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Wed, 13 Jan 2016 18:53:46 -0800 Subject: [PATCH] Clarify sound volume file usage in .ini --- video_looper.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/video_looper.ini b/video_looper.ini index 9126237..1ce2588 100644 --- a/video_looper.ini +++ b/video_looper.ini @@ -83,8 +83,11 @@ sound = both #sound = local # Sound volume output for the video player will be read from a file near the -# video files. If the file does not exist, a default volume of 0db will be used - +# video files. If the file does not exist, a default volume of 0db will be used. +# To use this feature create a file in the same directory as the videos and name +# it the value defined below (like 'sound_volume' by default), then inside the +# file add a single line with the volume value in text to pass to omxplayer (using +# its --vol option which takes a value in millibels). sound_vol_file = sound_volume # Any extra command line arguments to pass to omxplayer. It is not recommended