From 52d318a618c7f6210299e11c3ee7d12b638a426c Mon Sep 17 00:00:00 2001 From: rey jean-Francois Date: Wed, 28 Aug 2013 15:19:18 +0200 Subject: [PATCH] update doc --- FAQ | 23 ++++++++++++++++++++++- HOWTO | 4 +++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/FAQ b/FAQ index 85a8447..38efe22 100644 --- a/FAQ +++ b/FAQ @@ -3,11 +3,32 @@ # FAQ # ################# -1/ I've got "directory is locked" +1\ I've got "directory is locked" --------------------------------- That happens when a process is working on the show or when a pass has not ending correctly. To force the lock use option "-r" +2\ Where are the log files ? +---------------------------- + When OTMedia is launch with the option -c, it will create log files. + Each show got their own log file in their output directories. + + Info files : + info_p1.log + info_p2.log + info_p3.log + info_conf.log + info_exploitconf.log + + Error files : + error_p1.log + error_p2.log + error_p3.log + error_conf.log + error_exploitconf.log + + + diff --git a/HOWTO b/HOWTO index a71b267..bb4e450 100644 --- a/HOWTO +++ b/HOWTO @@ -29,7 +29,7 @@ There are five main options for otmedia scripts. -h : for help -D : Debug mode -v n : Verbose mode 1 low to 3 high --c : Check results +-c : Check results (will check process and create log files) -r : force to rerun a script, without deleting work already done 2\ Main scripts @@ -198,6 +198,8 @@ There are five main options for otmedia scripts. or $> OneScriptToRuleThemAll.sh -r -2 -C 2 -v 3 -f 4 110624FR2_20002100.wav /my/output/directory/ + Run with log file + $> OneScriptToRuleThemAll.sh -a -c -v3 -f4 110624FR2_20002100.wav /my/output/directory/ Good Luck ! Luke ! -- 1.8.2.3