diff options
author | sr55 <[email protected]> | 2008-10-30 21:15:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-10-30 21:15:28 +0000 |
commit | db7164860c6d50c56a0a14689ee6251011a6a994 (patch) | |
tree | 7f772927154288a5128a3eac1453c7763399e23c /win/C#/app.config | |
parent | 9834623a06e533d557ec8919e4238e207886f9a7 (diff) |
WinGui:
- Activity logs for individual encodes can now be saved either:
+ With the encoded file
+ or to a a directory which is configured from options.
Log file format: "YYYY-MM-DD HH-MM-SS {Destination File Name}.txt"
Feature is disabled by default
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1883 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r-- | win/C#/app.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config index ce66d92db..b5a65a74e 100644 --- a/win/C#/app.config +++ b/win/C#/app.config @@ -67,6 +67,15 @@ <setting name="autoNameFormat" serializeAs="String">
<value>{source}-{title}-{chapters}</value>
</setting>
+ <setting name="saveLog" serializeAs="String">
+ <value />
+ </setting>
+ <setting name="saveLogPath" serializeAs="String">
+ <value />
+ </setting>
+ <setting name="saveLogWithVideo" serializeAs="String">
+ <value />
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration>
\ No newline at end of file |