summaryrefslogtreecommitdiffstats
path: root/win/C#/app.config
diff options
context:
space:
mode:
authorsr55 <[email protected]>2008-09-10 11:16:21 +0000
committersr55 <[email protected]>2008-09-10 11:16:21 +0000
commitb9fb350aea3bb37349f24d6b33341b2644407588 (patch)
treec1010eb31a028d99ff1976af7b05c8c4d9b9236c /win/C#/app.config
parente57d4d0bf36c3b5d4691134d0fdb8171cb25f843 (diff)
WinGui:
- New option to allow the user to enter which format they wish the autoName function to use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1686 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/app.config')
-rw-r--r--win/C#/app.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/app.config b/win/C#/app.config
index 2ade94d35..e36dca948 100644
--- a/win/C#/app.config
+++ b/win/C#/app.config
@@ -64,6 +64,9 @@
<setting name="default_decomb" serializeAs="String">
<value>4:10:15:9:10:35:9</value>
</setting>
+ <setting name="autoNameFormat" serializeAs="String">
+ <value>{source}-{title}-{chapters}</value>
+ </setting>
</Handbrake.Properties.Settings>
</userSettings>
</configuration> \ No newline at end of file