From aef4b8c9f9a4de7cd1adf99e9ed056ed68f591af Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Mon, 28 Feb 2011 11:16:10 +1300 Subject: [PATCH] update opo.rc.example to working example --- opo.rc.example | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/opo.rc.example b/opo.rc.example index d22b132..4f1b0b6 100644 --- a/opo.rc.example +++ b/opo.rc.example @@ -1,17 +1,21 @@ -[Paths] -choose_dir = ./stitched_video -unstitched_dir = ./unstitched_video - [Misc] timeout = 15 +auto_start = true -[Import] +[Display] screen_width = 1024 +x_screens = 2 +screens = 4 +force_multiscreen = false screen_height = 768 +full_screen = true -[Display] +[Import] screen_width = 1024 screen_height = 768 -x_screens = 2 -force_multiscreen = false -screens = 4 + +[Paths] +unstitched_dir = /home/fresh/unstitched_video +last_played = file:///home/fresh/opo/stitched_video/nhew-x264.avi +choose_dir = /home/fresh/opo/stitched_video + -- 2.11.4.GIT