-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.subzillarc
More file actions
44 lines (38 loc) · 851 Bytes
/
.subzillarc
File metadata and controls
44 lines (38 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SubZilla Configuration File
# Common settings for subtitle conversion
input:
encoding: auto
format: auto
output:
createBackup: false
overwriteBackup: true # When backups are created, overwrite existing ones
encoding: utf8
bom: true
lineEndings: crlf
overwriteInput: true
overwriteExisting: true
strip:
html: true
colors: true
styles: true
urls: false
bidiControl: true
batch:
recursive: true
parallel: true
skipExisting: true
preserveStructure: false # Used for batch mode
chunkSize: 5
retryCount: 3
retryDelay: 1000
failFast: false
# error:
# exitOnError: true
# throwOnWarning: false
# ignoreErrors: []
# errorLogFile: error.log
# hooks:
# beforeConversion: ./scripts/before.js
# afterConversion: ./scripts/after.js
# onError: ./scripts/error.js
# onSuccess: ./scripts/success.js