diff options
Diffstat (limited to 'root/settings.json')
| -rw-r--r-- | root/settings.json | 85 | 
1 files changed, 85 insertions, 0 deletions
diff --git a/root/settings.json b/root/settings.json new file mode 100644 index 0000000..fb18e94 --- /dev/null +++ b/root/settings.json @@ -0,0 +1,85 @@ +{
 +  "X264Step": 1.0,
 +  "Verbosity": 1,
 +  "WhenCompleteAction": "Do nothing",
 +  "GrowlEncode": false,
 +  "GrowlQueue": false,
 +  "ProcessPriority": "Below Normal",
 +  "PreventSleep": true,
 +  "ShowCLI": false,
 +  "SaveLogToCopyDirectory": false,
 +  "SaveLogWithVideo": false,
 +  "DisableLibDvdNav": false,
 +  "SendFile": false,
 +  "MinTitleScanDuration": 10,
 +  "updateStatus": true,
 +  "defaultPreset": "",
 +  "skipversion": 0,
 +  "autoNaming": true,
 +  "autoNamePath": "C:\\Users\\53hor\\Desktop\\handbrake-out",
 +  "autoNameFormat": "F{source}_{title}_{chapters}",
 +  "VLC_Path": "C:\\Program Files\\VideoLAN\\vlc\\vlc.exe",
 +  "MainWindowMinimize": true,
 +  "QueryEditorTab": false,
 +  "lastUpdateCheckDate": "2019-02-03T09:50:35.4263563-05:00",
 +  "daysBetweenUpdateCheck": 1,
 +  "useM4v": 0,
 +  "PromptOnUnmatchingQueries": true,
 +  "NativeLanguage": "(Any)",
 +  "NativeLanguageSubtitles": "(Any)",
 +  "DubMode": 255,
 +  "previewScanCount": 10,
 +  "clearOldLogs": true,
 +  "AutoNameTitleCase": false,
 +  "AutoNameRemoveUnderscore": false,
 +  "ActivityWindowLastMode": 0,
 +  "useClosedCaption": false,
 +  "batchMinDuration": "00:18:00",
 +  "batchMaxDuration": "02:30:00",
 +  "defaultPlayer": false,
 +  "SelectedLanguages": [],
 +  "DubModeAudio": 0,
 +  "DubModeSubtitle": 0,
 +  "addOnlyOneAudioPerLanguage": true,
 +  "MinTitleLength": 10,
 +  "ShowAdvancedAudioPassthruOpts": false,
 +  "ClearCompletedFromQueue": true,
 +  "ServerPort": "8000",
 +  "EnableProcessIsolation": false,
 +  "ShowAdvancedTab": false,
 +  "LastPreviewDuration": 30,
 +  "RemovePunctuation": false,
 +  "ShowPresetPanel": true,
 +  "EnableQuickSync": true,
 +  "DisableQuickSyncDecoding": false,
 +  "ScalingMode": 0,
 +  "AddForeignAudioScanTrack": false,
 +  "ShowQueueInline": false,
 +  "PauseOnLowDiskspace": false,
 +  "LowDiskSpaceWarningLevelInBytes": 10000000000,
 +  "ForcePresetReset": 3,
 +  "UseQSVDecodeForNonQSVEnc": false,
 +  "SendFileTo": "",
 +  "SendFileToArgs": "",
 +  "ResetWhenDoneAction": false,
 +  "SaveLogCopyDirectory": "",
 +  "ShowPresetPanelOption": true,
 +  "EnableQuickSyncDecoding": false,
 +  "ShowStatusInTitleBar": false,
 +  "PlaySoundWhenDone": false,
 +  "PlaySoundWhenQueueDone": false,
 +  "ShowPreviewOnSummaryTab": true,
 +  "WhenDoneAudioFile": "Choose a File:",
 +  "RemoteServiceEnabled": false,
 +  "RemoteServicePort": 8080,
 +  "EnableQuickSyncEncoding": false,
 +  "EnableVceEncoder": false,
 +  "EnableNvencEncoder": true,
 +  "ShowAddAllToQueue": false,
 +  "ShowAddSelectionToQueue": false,
 +  "UiLanguage": null,
 +  "ShowExperimentalQueue": false,
 +  "PresetExpandedStateList": [
 +    "Custom Presets"
 +  ]
 +}
\ No newline at end of file  |