HMS

Home Media Server for Roku Players
git clone https://www.brianlane.com/git/HMS
Log | Files | Refs | README | LICENSE

commit 967b3b693ef31579c6c3f850f7553a0a772f5d1d
parent 1d91890d43f0b3a7b7a6aa39ef6b4a6e32b11c89
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat, 19 Feb 2011 15:02:52 -0800

Change offset to 0

Diffstat:
Mscripts/makebif.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makebif.py b/scripts/makebif.py @@ -133,7 +133,7 @@ def main(): help="(0=SD) 4:3 1=HD 4:3 2=SD 16:9 3=HD 16:9") parser.add_option( "-i", "--interval", dest="interval", type='int', default=10, help="Interval between images in seconds (default is 10)") - parser.add_option( "-o", "--offset", dest="offset", type='int', default=7, + parser.add_option( "-o", "--offset", dest="offset", type='int', default=0, help="Offset to first image in seconds (default is 7)") (options, args) = parser.parse_args()