-
Notifications
You must be signed in to change notification settings - Fork 3
/
settings.example.json
executable file
·61 lines (61 loc) · 1.75 KB
/
settings.example.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"USER_SETTINGS": {
"output_dir": "/path/to/nodemakemkv/output",
"source_dir": "/path/to/browse/directory",
"conversion_profile": "/path/to/conversion/profile.xml",
"listen_port": 1337,
"makemkvcon_path": "/usr/bin/makemkvcon",
"outlier_modifier": 0.7,
"selection_profile": [
"-sel:all",
"+sel:audio&(eng)",
"+sel:mvcvideo",
"+sel:subtitle",
"+sel:special",
"=100:all",
"-10:favlang"
]
},
"attribute_ids": {
"0": "Unknown",
"1": "Type",
"2": "name",
"3": "Lng Code",
"4": "Lng Name",
"5": "Codec ID",
"6": "Codec Short",
"7": "Codec Long",
"8": "Chapter Count",
"9": "Duration",
"10": "Disk Size",
"11": "Disk Size Bytes",
"12": "Stream Type Extension",
"13": "Bitrate",
"14": "Audio Channels Cnt",
"15": "Angle Info",
"16": "Source File Name",
"17": "Audio Sample Rate",
"18": "Audio Sample Size",
"19": "Video Size",
"20": "Video Aspect Ratio",
"21": "Video Frame Rate",
"22": "Stream Flags",
"23": "Date Time",
"24": "Original Title ID",
"25": "Segments Count",
"26": "Segments Map",
"27": "Output Filename",
"28": "Metadata Lng Code",
"29": "Metadata Lng Name",
"30": "Tree Info",
"31": "Panel Title",
"32": "Volume Name",
"33": "Order Weight",
"34": "Output Format",
"35": "Output Format Description",
"36": "MaxValue",
"37": "ap_iaPanelText",
"38": "ap_iaMkvFlags",
"39": "ap_iaMkvFlagsText"
}
}