diff options
author | sr55 <[email protected]> | 2011-09-02 22:40:19 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-02 22:40:19 +0000 |
commit | 1d1cd92bb0a5a4af27be7e67561b96129421aa8a (patch) | |
tree | bda617871db1c52f8f534e2d8f41801dba27ebd9 /win/CS/defaultsettings.xml | |
parent | bda88d1a98a98a5ddac7087ea8b37889dd14bc7b (diff) |
WinGui: Initial support for batch queueing.
A new option "Add All" which will add all scanned titles using the current settings. Ideally used with batch scanned sources.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4202 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/defaultsettings.xml')
-rw-r--r-- | win/CS/defaultsettings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/defaultsettings.xml b/win/CS/defaultsettings.xml index 7c47d6601..6fea12dc4 100644 --- a/win/CS/defaultsettings.xml +++ b/win/CS/defaultsettings.xml @@ -341,7 +341,7 @@ <string>batchMinDuration</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">35</anyType>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:string" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">00:18:00</anyType>
</value>
</item>
<item>
@@ -349,7 +349,7 @@ <string>batchMaxDuration</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">65</anyType>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:string" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">02:30:00</anyType>
</value>
</item>
<item>
|