diff options
author | sr55 <[email protected]> | 2019-04-21 16:57:54 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-04-21 16:57:54 +0100 |
commit | f91daa70b55b50ad1195ea835509178e35555d11 (patch) | |
tree | e30c3394bb4d424a24fcc9d4b09a2b7a5b98ec24 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | 37813cfb2ab9def39064c0d62b239ea8a3cdf668 (diff) |
WinGui: Auto-name System will now always generate a unique filename. The Prefix is now a configurable Pre/Postfix in preferences. "(1)" will always be appended with an appropriate number where a collision occurs.
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index 53e077ea4..724dfd336 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -529,5 +529,21 @@ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">0</anyType>
</value>
</item>
-
+ <item>
+ <key>
+ <string>AutonameFileCollisionBehaviour</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">1</anyType>
+ </value>
+ </item>
+ <item>
+ <key>
+ <string>AutonameFilePrePostString</string>
+ </key>
+ <value>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:string" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">output_</anyType>
+ </value>
+ </item>
+
</dictionary>
\ No newline at end of file |