From 77fea6d30ee3c1c29ab83405a6545e5fc8049959 Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Sun, 6 Aug 2023 22:42:52 +0200 Subject: [PATCH] re-init --- AppData/Roaming/Code/User/keybindings.json | 299 + AppData/Roaming/Code/User/settings.json | 18 + AppData/Roaming/GHISLER/wincmd.ini | 276 + .../User/Default (Windows).sublime-keymap | 26 + .../User/Package Control.sublime-settings | 15 + .../User/Preferences.sublime-settings | 23 + AppData/Roaming/XnViewMP/layout1.dat | 19 + AppData/Roaming/XnViewMP/xnview.ini | 526 ++ .../cmder/vendor/conemu-maximus5/ConEmu.xml | 721 +++ AppData/Roaming/vlc/vlc-qt-interface.ini | 38 + AppData/Roaming/vlc/vlcrc | 5245 +++++++++++++++++ Cygwin.bat | 6 + LICENSE | 235 + ...Drivers Installation in Windows Update.reg | 23 + _reg/Passwordless.reg | Bin 0 -> 358 bytes _reg/ShowInfoTip-Off.reg | Bin 0 -> 2994 bytes _reg/add TakeOwnership to context menu.reg | 17 + _reg/auto-login.reg | Bin 0 -> 2642 bytes _reg/disable Win+L.reg | Bin 0 -> 326 bytes ...or not changing color with Flux active.reg | Bin 0 -> 204 bytes macos.ahk | 85 + num-lock--on.bat | 1 + paths.bat | 29 + paths.sh | 32 + sharpkeys/keys.skl | Bin 0 -> 28 bytes sharpkeys/screenshot.png | Bin 0 -> 18696 bytes 26 files changed, 7634 insertions(+) create mode 100644 AppData/Roaming/Code/User/keybindings.json create mode 100644 AppData/Roaming/Code/User/settings.json create mode 100644 AppData/Roaming/GHISLER/wincmd.ini create mode 100644 AppData/Roaming/Sublime Text 3/Packages/User/Default (Windows).sublime-keymap create mode 100644 AppData/Roaming/Sublime Text 3/Packages/User/Package Control.sublime-settings create mode 100644 AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings create mode 100755 AppData/Roaming/XnViewMP/layout1.dat create mode 100644 AppData/Roaming/XnViewMP/xnview.ini create mode 100644 AppData/Roaming/cmder/vendor/conemu-maximus5/ConEmu.xml create mode 100644 AppData/Roaming/vlc/vlc-qt-interface.ini create mode 100644 AppData/Roaming/vlc/vlcrc create mode 100755 Cygwin.bat create mode 100644 LICENSE create mode 100644 _reg/Disable Drivers Installation in Windows Update.reg create mode 100644 _reg/Passwordless.reg create mode 100644 _reg/ShowInfoTip-Off.reg create mode 100644 _reg/add TakeOwnership to context menu.reg create mode 100644 _reg/auto-login.reg create mode 100644 _reg/disable Win+L.reg create mode 100644 _reg/fix cursor not changing color with Flux active.reg create mode 100644 macos.ahk create mode 100755 num-lock--on.bat create mode 100755 paths.bat create mode 100755 paths.sh create mode 100644 sharpkeys/keys.skl create mode 100644 sharpkeys/screenshot.png diff --git a/AppData/Roaming/Code/User/keybindings.json b/AppData/Roaming/Code/User/keybindings.json new file mode 100644 index 0000000..47b6384 --- /dev/null +++ b/AppData/Roaming/Code/User/keybindings.json @@ -0,0 +1,299 @@ +// Place your key bindings in this file to overwrite the defaults[ + [ + { "key": "alt+backspace", "command": "deleteWordLeft", "when": "textInputFocus && !editorReadonly" }, + { "key": "alt+delete", "command": "deleteWordRight", "when": "textInputFocus && !editorReadonly" }, + { "key": "alt+down", "command": "-editor.action.moveLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, + { "key": "alt+left", "command": "cursorWordStartLeft" }, + { "key": "alt+meta+[", "command": "editor.fold", "when": "editorFocus" }, + { "key": "alt+meta+[", "command": "editor.fold", "when": "editorTextFocus" }, + { "key": "alt+meta+]", "command": "editor.unfold", "when": "editorFocus" }, + { "key": "alt+meta+]", "command": "editor.unfold", "when": "editorTextFocus" }, + { "key": "alt+meta+/", "command": "editor.action.blockComment", "when": "editorFocus" }, + { "key": "alt+meta+/", "command": "editor.action.commentLine", "when": "editorTextFocus" }, + { "key": "alt+meta+0", "command": "workbench.action.toggleEditorGroupLayout" }, + { "key": "alt+meta+2", "command": "workbench.action.splitEditor" }, + { "key": "alt+meta+backspace", "command": "deleteFile", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, + { "key": "alt+meta+c", "command": "copyFilePath", "when": "!editorFocus" }, + { "key": "alt+meta+c", "command": "search.action.copyPath", "when": "fileMatchOrFolderMatchFocus" }, + { "key": "alt+meta+c", "command": "toggleFindCaseSensitive", "when": "editorFocus" }, + { "key": "alt+meta+c", "command": "toggleSearchCaseSensitive", "when": "searchInputBoxFocus && searchViewletVisible" }, + { "key": "alt+meta+down", "command": "-editor.action.insertCursorBelow", "when": "editorTextFocus" }, + { "key": "alt+meta+down", "command": "editor.action.goToDeclaration" }, + { "key": "alt+meta+down", "command": "workbench.action.terminal.focusNextPane", "when": "terminalFocus" }, + { "key": "alt+meta+enter", "command": "editor.action.replaceAll", "when": "editorFocus && findWidgetVisible" }, + { "key": "alt+meta+enter", "command": "search.action.replaceAll", "when": "replaceActive && searchViewletVisible && !findWidgetVisible" }, + { "key": "alt+meta+f", "command": "editor.action.startFindReplaceAction" }, + { "key": "alt+meta+l", "command": "toggleFindInSelection", "when": "editorFocus" }, + { "key": "alt+meta+left", "command": "workbench.action.previousEditor" }, + { "key": "alt+meta+left", "command": "workbench.action.terminal.focusPreviousPane", "when": "terminalFocus" }, + { "key": "alt+meta+pagedown", "command": "workbench.action.terminal.scrollDown", "when": "terminalFocus" }, + { "key": "alt+meta+pageup", "command": "workbench.action.terminal.scrollUp", "when": "terminalFocus" }, + { "key": "alt+meta+r", "command": "revealFileInOS", "when": "!editorFocus" }, + { "key": "alt+meta+r", "command": "toggleFindRegex", "when": "editorFocus" }, + { "key": "alt+meta+r", "command": "toggleSearchRegex", "when": "searchInputBoxFocus && searchViewletVisible" }, + { "key": "alt+meta+right", "command": "-workbench.action.nextEditor" }, + { "key": "alt+meta+right", "command": "workbench.action.terminal.focusNextPane", "when": "terminalFocus" }, + { "key": "alt+meta+s", "command": "workbench.action.files.saveAll" }, + { "key": "alt+meta+t", "command": "workbench.action.closeOtherEditors" }, + { "key": "alt+meta+tab", "command": "workbench.action.showAllEditors" }, + { "key": "alt+meta+up", "command": "-editor.action.insertCursorAbove", "when": "editorTextFocus" }, + { "key": "alt+meta+up", "command": "workbench.action.terminal.focusPreviousPane", "when": "terminalFocus" }, + { "key": "alt+meta+w", "command": "toggleFindWholeWord", "when": "editorFocus" }, + { "key": "alt+meta+w", "command": "toggleSearchWholeWord", "when": "searchInputBoxFocus && searchViewletVisible" }, + { "key": "alt+right", "command": "cursorWordEndRight" }, + { "key": "alt+up", "command": "-editor.action.moveLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, + { "key": "ctrl+alt+backspace", "command": "-deleteWordPartLeft", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+alt+delete", "command": "-deleteWordPartRight", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+alt+left", "command": "-cursorWordPartStartLeft", "when": "textInputFocus" }, + { "key": "ctrl+alt+right", "command": "-cursorWordPartRight", "when": "textInputFocus" }, + { "key": "ctrl+backspace", "command": "-deleteLeft", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+backspace", "command": "deleteWordPartLeft", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+delete", "command": "-deleteRight", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+delete", "command": "deleteWordPartRight", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+f", "command": "actions.find" }, + { "key": "ctrl+f", "command": "actions.findWithSelection", "when": "editorHasSelection" }, + { "key": "ctrl+f", "command": "editor.action.extensioneditor.showfind", "when": "extensionEditorWebviewFocus" }, + { "key": "ctrl+f", "command": "editor.action.webvieweditor.showFind", "when": "webviewEditorFocus" }, + { "key": "ctrl+f", "command": "keybindings.editor.searchKeybindings", "when": "inKeybindings && keybindingFocus" }, + { "key": "ctrl+f", "command": "settings.action.search", "when": "inSettingsEditor" }, + { "key": "ctrl+f", "command": "workbench.action.terminal.focusFindWidget", "when": "terminalFocus" }, + { "key": "ctrl+g", "command": "-workbench.action.gotoLine" }, + { "key": "ctrl+k", "command": "-deleteAllRight", "when": "textInputFocus && !editorReadonly" }, + { "key": "ctrl+left", "command": "cursorWordPartStartLeft", "when": "textInputFocus" }, + { "key": "ctrl+meta+1", "command": "-workbench.action.moveEditorToFirstGroup" }, + { "key": "ctrl+meta+9", "command": "-workbench.action.moveEditorToLastGroup" }, + { "key": "ctrl+meta+down", "command": "-editor.action.moveLinesDownAction", "when": "editorTextFocus" }, + { "key": "ctrl+meta+down", "command": "workbench.action.terminal.resizePaneDown", "when": "terminalFocus" }, + { "key": "ctrl+meta+f", "command": "workbench.action.toggleFullScreen" }, + { "key": "ctrl+meta+g", "command": "-editor.action.selectHighlights", "when": "editorFocus" }, + { "key": "ctrl+meta+left", "command": "-workbench.action.moveEditorToPreviousGroup" }, + { "key": "ctrl+meta+left", "command": "workbench.action.terminal.resizePaneLeft", "when": "terminalFocus" }, + { "key": "ctrl+meta+right", "command": "-workbench.action.moveEditorToNextGroup" }, + { "key": "ctrl+meta+right", "command": "workbench.action.terminal.resizePaneRight", "when": "terminalFocus" }, + { "key": "ctrl+meta+up", "command": "-editor.action.moveLinesUpAction", "when": "editorTextFocus" }, + { "key": "ctrl+meta+up", "command": "workbench.action.terminal.resizePaneUp", "when": "terminalFocus" }, + { "key": "ctrl+meta+w", "command": "workbench.action.toggleTabsVisibility" }, + { "key": "ctrl+right", "command": "cursorWordPartRight", "when": "textInputFocus" }, + { "key": "ctrl+shift+alt+left", "command": "-cursorWordPartStartLeftSelect", "when": "textInputFocus" }, + { "key": "ctrl+shift+alt+right", "command": "-cursorWordPartRightSelect", "when": "textInputFocus" }, + { "key": "ctrl+shift+down", "command": "-editor.action.insertCursorBelow", "when": "editorTextFocus" }, + { "key": "ctrl+shift+k", "command": "-editor.action.deleteLines", "when": "editorFocus" }, + { "key": "ctrl+shift+left", "command": "cursorWordPartStartLeftSelect", "when": "textInputFocus" }, + { "key": "ctrl+shift+meta+f", "command": "workbench.action.toggleZenMode" }, + { "key": "ctrl+shift+right", "command": "cursorWordPartRightSelect", "when": "textInputFocus" }, + { "key": "ctrl+shift+tab", "command": "-workbench.action.openPreviousRecentlyUsedEditorInGroup" }, + { "key": "ctrl+shift+tab", "command": "workbench.action.previousEditor" }, + { "key": "ctrl+shift+up", "command": "-editor.action.insertCursorAbove", "when": "editorTextFocus" }, + { "key": "ctrl+t", "command": "workbench.action.files.newUntitledFile" }, + { "key": "ctrl+tab", "command": "-workbench.action.openNextRecentlyUsedEditorInGroup" }, + { "key": "ctrl+tab", "command": "-workbench.action.quickOpenNavigateNextInEditorPicker", "when": "inEditorsPicker && inQuickOpen" }, + { "key": "ctrl+tab", "command": "workbench.action.nextEditor" }, + { "key": "meta+-", "command": "workbench.action.zoomOut" }, + { "key": "meta+, ", "command": "workbench.action.openSettings" }, + { "key": "meta+.", "command": "editor.action.quickFix", "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly" }, + { "key": "meta+.", "command": "settings.action.editFocusedSetting", "when": "inSettingsSearch" }, + { "key": "meta+[", "command": "editor.action.outdentLines", "when": "editorTextFocus && !editorReadonly" }, + { "key": "meta+]", "command": "editor.action.indentLines", "when": "editorTextFocus && !editorReadonly" }, + { "key": "meta+/", "command": "editor.action.commentLine", "when": "editorTextFocus && !editorReadonly" }, + { "key": "meta+\\", "command": "workbench.action.splitEditor" }, + { "key": "meta+\\", "command": "workbench.action.terminal.split", "when": "terminalFocus" }, + { "key": "meta+=", "command": "workbench.action.zoomIn" }, + { "key": "meta+0", "command": "workbench.action.focusSideBar" }, + { "key": "meta+1", "command": "workbench.action.focusFirstEditorGroup" }, + { "key": "meta+1", "command": "workbench.action.openEditorAtIndex1" }, + { "key": "meta+2", "command": "workbench.action.focusSecondEditorGroup" }, + { "key": "meta+2", "command": "workbench.action.openEditorAtIndex2" }, + { "key": "meta+3", "command": "workbench.action.focusThirdEditorGroup" }, + { "key": "meta+3", "command": "workbench.action.openEditorAtIndex3" }, + { "key": "meta+4", "command": "workbench.action.focusFourthEditorGroup" }, + { "key": "meta+4", "command": "workbench.action.openEditorAtIndex4" }, + { "key": "meta+5", "command": "workbench.action.focusFifthEditorGroup" }, + { "key": "meta+5", "command": "workbench.action.openEditorAtIndex5" }, + { "key": "meta+6", "command": "workbench.action.focusSixthEditorGroup" }, + { "key": "meta+6", "command": "workbench.action.openEditorAtIndex6" }, + { "key": "meta+7", "command": "workbench.action.focusSeventhEditorGroup" }, + { "key": "meta+7", "command": "workbench.action.openEditorAtIndex7" }, + { "key": "meta+8", "command": "workbench.action.focusEighthEditorGroup" }, + { "key": "meta+8", "command": "workbench.action.openEditorAtIndex8" }, + { "key": "meta+9", "command": "workbench.action.lastEditorInGroup" }, + { "key": "meta+9", "command": "workbench.action.openEditorAtIndex9" }, + { "key": "meta+a", "command": "editor.action.webvieweditor.selectAll", "when": "webviewEditorFocus" }, + { "key": "meta+a", "command": "editor.action.selectAll", "when": "editorFocus" }, + { "key": "meta+a", "command": "list.selectAll", "when": "listFocus && listSupportsMultiselect && !inputFocus" }, + { "key": "meta+a", "command": "workbench.action.terminal.selectAll", "when": "terminalFocus" }, + { "key": "meta+b", "command": "workbench.action.toggleSidebarVisibility" }, + { "key": "meta+backspace", "command": "debug.removeBreakpoint", "when": "breakpointsFocused && !breakpointSelected" }, + { "key": "meta+backspace", "command": "debug.removeWatchExpression", "when": "watchExpressionsFocused && !expressionSelected" }, + { "key": "meta+backspace", "command": "deleteAllLeft", "when": "textInputFocus && !editorReadonly" }, + { "key": "meta+backspace", "command": "moveFileToTrash", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus" }, + { "key": "meta+backspace", "command": "notification.clear", "when": "notificationFocus" }, + { "key": "meta+backspace", "command": "search.action.remove", "when": "fileMatchOrMatchFocus && searchViewletVisible" }, + { "key": "meta+c", "command": "editor.action.clipboardCopyAction", "when": "textInputFocus" }, + { "key": "meta+c", "command": "filesExplorer.copy", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus" }, + { "key": "meta+c", "command": "keybindings.editor.copyKeybindingEntry", "when": "inKeybindings && keybindingFocus" }, + { "key": "meta+c", "command": "problems.action.copy", "when": "problemFocus" }, + { "key": "meta+c", "command": "search.action.copyMatch", "when": "fileMatchOrMatchFocus" }, + { "key": "meta+c", "command": "workbench.action.terminal.copySelection", "when": "terminalFocus && terminalTextSelected" }, + { "key": "meta+d", "command": "editor.action.addSelectionToNextFindMatch", "when": "editorFocus" }, + { "key": "meta+delete", "command": "deleteAllRight", "when": "textInputFocus && !editorReadonly" }, + { "key": "meta+down", "command": "cursorBottom", "when": "textInputFocus" }, + { "key": "meta+down", "command": "list.select", "when": "listFocus && !inputFocus" }, + { "key": "meta+down", "command": "search.focus.nextInputBox", "when": "inputBoxFocus && searchViewletVisible" }, + { "key": "meta+down", "command": "selectNextSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }, + { "key": "meta+down", "command": "workbench.action.terminal.scrollToNextCommand", "when": "terminalFocus" }, + { "key": "meta+e", "command": "actions.findWithSelection" }, + { "key": "meta+end", "command": "workbench.action.terminal.scrollToBottom", "when": "terminalFocus" }, + { "key": "meta+enter", "command": "debug.openBreakpointToSide", "when": "breakpointsFocused" }, + { "key": "meta+enter", "command": "editor.action.insertLineAfter", "when": "editorTextFocus && !editorReadonly" }, + { "key": "meta+f", "command": "actions.find" }, + { "key": "meta+f", "command": "actions.findWithSelection", "when": "editorHasSelection" }, + { "key": "meta+f", "command": "editor.action.extensioneditor.showfind", "when": "extensionEditorWebviewFocus" }, + { "key": "meta+f", "command": "editor.action.webvieweditor.showFind", "when": "webviewEditorFocus" }, + { "key": "meta+f", "command": "keybindings.editor.searchKeybindings", "when": "inKeybindings && keybindingFocus" }, + { "key": "meta+f", "command": "settings.action.search", "when": "inSettingsEditor" }, + { "key": "meta+f", "command": "workbench.action.terminal.focusFindWidget", "when": "terminalFocus" }, + { "key": "meta+f2", "command": "editor.action.changeAll", "when": "editorTextFocus && !editorReadonly" }, + { "key": "meta+f3", "command": "editor.action.nextSelectionMatchFindAction", "when": "editorFocus" }, + { "key": "meta+f4", "command": "extension.node-debug.pickLoadedScript", "when": "debugType == 'node'" }, + { "key": "meta+f4", "command": "extension.node-debug.pickLoadedScript", "when": "debugType == 'node2'" }, + { "key": "meta+g", "command": "-editor.action.nextMatchFindAction", "when": "editorFocus" }, + { "key": "meta+g", "command": "-editor.action.nextMatchFindAction", "when": "editorTextFocus" }, + { "key": "meta+g", "command": "workbench.action.gotoLine" }, + { "key": "meta+home", "command": "workbench.action.terminal.scrollToTop", "when": "terminalFocus" }, + { "key": "meta+j", "command": "editor.action.joinLines", "when": "editorTextFocus" }, + { "key": "meta+j", "command": "workbench.action.togglePanel" }, + { "key": "meta+k a", "command": "workbench.action.showErrorsWarnings" }, + { "key": "meta+k c", "command": "workbench.files.action.compareWithClipboard" }, + { "key": "meta+k d", "command": "workbench.files.action.compareWithSaved" }, + { "key": "meta+k down", "command": "workbench.action.moveActiveEditorGroupDown" }, + { "key": "meta+k e", "command": "workbench.files.action.focusOpenEditorsView" }, + { "key": "meta+k enter", "command": "workbench.action.keepEditor" }, + { "key": "meta+k f", "command": "workbench.action.closeFolder" }, + { "key": "meta+k left", "command": "workbench.action.moveActiveEditorGroupLeft" }, + { "key": "meta+k m", "command": "workbench.action.editor.changeLanguageMode" }, + { "key": "meta+k meta+[", "command": "editor.foldRecursively", "when": "editorTextFocus" }, + { "key": "meta+k meta+]", "command": "editor.unfoldRecursively", "when": "editorTextFocus" }, + { "key": "meta+k meta+\\", "command": "workbench.action.splitEditorOrthogonal" }, + { "key": "meta+k meta+0", "command": "editor.unfoldAll", "when": "editorFocus" }, + { "key": "meta+k meta+b", "command": "workbench.action.toggleSidebarVisibility" }, + { "key": "meta+k meta+backspace", "command": "keybindings.editor.removeKeybinding", "when": "inKeybindings && keybindingFocus" }, + { "key": "meta+k meta+down", "command": "workbench.action.closeActiveEditor" }, + { "key": "meta+k meta+down", "command": "workbench.action.focusBelowGroup" }, + { "key": "meta+k meta+j", "command": "editor.unfoldAll", "when": "editorTextFocus" }, + { "key": "meta+k meta+k", "command": "-deleteAllRight", "when": "editorTextFocus && !editorReadonly" }, + { "key": "meta+k meta+k", "command": "keybindings.editor.defineKeybinding", "when": "inKeybindings && keybindingFocus" }, + { "key": "meta+k meta+l", "command": "editor.action.transformToLowercase", "when": "editorTextFocus" }, + { "key": "meta+k meta+left", "command": "workbench.action.focusLeftGroup" }, + { "key": "meta+k meta+m", "command": "workbench.extensions.action.showRecommendedKeymapExtensions" }, + { "key": "meta+k meta+r", "command": "workbench.action.keybindingsReference" }, + { "key": "meta+k meta+right", "command": "workbench.action.focusRightGroup" }, + { "key": "meta+k meta+s", "command": "workbench.action.openGlobalKeybindings" }, + { "key": "meta+k meta+t", "command": "workbench.action.selectTheme" }, + { "key": "meta+k meta+u", "command": "editor.action.transformToUppercase", "when": "editorTextFocus" }, + { "key": "meta+k meta+up", "command": "workbench.action.focusAboveGroup" }, + { "key": "meta+k meta+up", "command": "workbench.action.splitEditor" }, + { "key": "meta+k meta+w", "command": "workbench.action.closeAllEditors" }, + { "key": "meta+k n", "command": "editor.action.marker.next", "when": "editorFocus" }, + { "key": "meta+k o", "command": "workbench.action.files.showOpenedFileInNewWindow" }, + { "key": "meta+k p", "command": "editor.action.marker.prev", "when": "editorFocus" }, + { "key": "meta+k p", "command": "workbench.action.files.copyPathOfActiveFile" }, + { "key": "meta+k r", "command": "workbench.action.files.revealActiveFileInWindows" }, + { "key": "meta+k right", "command": "workbench.action.moveActiveEditorGroupRight" }, + { "key": "meta+k shift+meta+left", "command": "-workbench.action.moveEditorLeftInGroup" }, + { "key": "meta+k shift+meta+right", "command": "-workbench.action.moveEditorRightInGroup" }, + { "key": "meta+k shift+meta+w", "command": "workbench.action.closeAllGroups" }, + { "key": "meta+k u", "command": "workbench.action.closeUnmodifiedEditors" }, + { "key": "meta+k up", "command": "workbench.action.moveActiveEditorGroupUp" }, + { "key": "meta+k v", "command": "markdown.showPreviewToSide", "when": "editorLangId == 'markdown'" }, + { "key": "meta+k w", "command": "workbench.action.closeEditorsInGroup" }, + { "key": "meta+k z", "command": "workbench.action.toggleZenMode" }, + { "key": "meta+k", "command": "workbench.action.terminal.clear", "when": "terminalFocus" }, + { "key": "meta+l", "command": "expandLineSelection", "when": "editorFocus" }, + { "key": "meta+left", "command": "cursorHome", "when": "textInputFocus" }, + { "key": "meta+left", "command": "workbench.action.terminal.moveToLineStart", "when": "terminalFocus" }, + { "key": "meta+n", "command": "workbench.action.files.newUntitledFile" }, + { "key": "meta+numpad_add", "command": "workbench.action.zoomIn" }, + { "key": "meta+numpad_subtract", "command": "workbench.action.zoomOut" }, + { "key": "meta+numpad0", "command": "workbench.action.zoomReset" }, + { "key": "meta+o", "command": "workbench.action.files.openFileFolder" }, + { "key": "meta+p", "command": "workbench.action.quickOpen" }, + { "key": "meta+p", "command": "workbench.action.quickOpenNavigateNextInFilePicker", "when": "inFilesPicker && inQuickOpen" }, + { "key": "meta+p", "command": "workbench.action.quickOpenPreviousEditor" }, + { "key": "meta+pagedown", "command": "scrollPageDown", "when": "textInputFocus" }, + { "key": "meta+pagedown", "command": "selectNextPageSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }, + { "key": "meta+pageup", "command": "scrollPageUp", "when": "textInputFocus" }, + { "key": "meta+pageup", "command": "selectPrevPageSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }, + { "key": "meta+q", "command": "workbench.action.quit" }, + { "key": "meta+r", "command": "workbench.action.gotoSymbol" }, + { "key": "meta+right", "command": "cursorEnd", "when": "textInputFocus" }, + { "key": "meta+right", "command": "workbench.action.terminal.moveToLineEnd", "when": "terminalFocus" }, + { "key": "meta+s", "command": "workbench.action.files.save" }, + { "key": "meta+t", "command": "workbench.action.files.newUntitledFile" }, + { "key": "meta+t", "command": "workbench.action.quickOpen" }, + { "key": "meta+t", "command": "workbench.action.showAllSymbols" }, + { "key": "meta+up", "command": "cursorTop", "when": "textInputFocus" }, + { "key": "meta+up", "command": "list.collapse", "when": "listFocus && !inputFocus" }, + { "key": "meta+up", "command": "search.action.focusSearchFromResults", "when": "firstMatchFocus && searchViewletVisible" }, + { "key": "meta+up", "command": "search.focus.previousInputBox", "when": "inputBoxFocus && searchViewletVisible && !searchInputBoxFocus" }, + { "key": "meta+up", "command": "selectPrevSuggestion", "when": "suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }, + { "key": "meta+up", "command": "workbench.action.terminal.scrollToPreviousCommand", "when": "terminalFocus" }, + { "key": "meta+v", "command": "editor.action.clipboardPasteAction", "when": "textInputFocus && !editorReadonly" }, + { "key": "meta+v", "command": "filesExplorer.paste", "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceReadonly && !inputFocus" }, + { "key": "meta+w", "command": "workbench.action.closeActiveEditor" }, + { "key": "meta+w", "command": "workbench.action.closeGroup", "when": "activeEditorGroupEmpty && multipleEditorGroups" }, + { "key": "meta+w", "command": "workbench.action.closeWindow", "when": "!editorIsOpen && !multipleEditorGroups" }, + { "key": "meta+x", "command": "editor.action.clipboardCutAction", "when": "textInputFocus && !editorReadonly" }, + { "key": "meta+z", "command": "undo", "when": "textInputFocus && !editorReadonly" }, + { "key": "shift+alt+down", "command": "-editor.action.copyLinesDownAction", "when": "editorTextFocus && !editorReadonly" }, + { "key": "shift+alt+i", "command": "-editor.action.insertCursorAtEndOfEachLineSelected", "when": "editorTextFocus" }, + { "key": "shift+alt+left", "command": "cursorWordStartLeftSelect", "when": "textInputFocus" }, + { "key": "shift+alt+right", "command": "cursorWordEndRightSelect", "when": "textInputFocus" }, + { "key": "shift+alt+up", "command": "-editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, + { "key": "shift+meta+-", "command": "workbench.action.zoomOut" }, + { "key": "shift+meta+, ", "command": "editor.action.inPlaceReplace.up", "when": "editorTextFocus && !editorReadonly" }, + { "key": "shift+meta+.", "command": "editor.action.inPlaceReplace.down", "when": "editorTextFocus && !editorReadonly" }, + { "key": "shift+meta+[", "command": "workbench.action.previousEditor" }, + { "key": "shift+meta+]", "command": "workbench.action.nextEditor" }, + { "key": "shift+meta+\\", "command": "editor.action.jumpToBracket", "when": "editorTextFocus" }, + { "key": "shift+meta+=", "command": "workbench.action.zoomIn" }, + { "key": "shift+meta+b", "command": "workbench.action.tasks.build" }, + { "key": "shift+meta+c", "command": "workbench.action.terminal.openNativeConsole", "when": "!terminalFocus" }, + { "key": "shift+meta+d", "command": "-editor.action.copyLinesDownAction", "when": "editorFocus" }, + { "key": "shift+meta+d", "command": "workbench.view.debug" }, + { "key": "shift+meta+down", "command": "cursorBottomSelect", "when": "textInputFocus" }, + { "key": "shift+meta+down", "command": "workbench.action.terminal.selectToNextCommand", "when": "terminalFocus" }, + { "key": "shift+meta+e", "command": "workbench.view.explorer" }, + { "key": "shift+meta+enter", "command": "editor.action.insertLineBefore", "when": "editorTextFocus && !editorReadonly" }, + { "key": "shift+meta+enter", "command": "search.action.replaceAllInFile", "when": "fileMatchFocus && replaceActive && searchViewletVisible" }, + { "key": "shift+meta+enter", "command": "search.action.replaceAllInFolder", "when": "folderMatchFocus && replaceActive && searchViewletVisible" }, + { "key": "shift+meta+f", "command": "workbench.action.findInFiles" }, + { "key": "shift+meta+f", "command": "workbench.view.search", "when": "!searchViewletVisible" }, + { "key": "shift+meta+f12", "command": "editor.action.peekImplementation", "when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor" }, + { "key": "shift+meta+f3", "command": "editor.action.previousSelectionMatchFindAction", "when": "editorFocus" }, + { "key": "shift+meta+f5", "command": "workbench.action.debug.restart", "when": "inDebugMode" }, + { "key": "shift+meta+g", "command": "-editor.action.previousMatchFindAction", "when": "editorFocus" }, + { "key": "shift+meta+h", "command": "workbench.action.replaceInFiles" }, + { "key": "shift+meta+j", "command": "workbench.action.search.toggleQueryDetails", "when": "searchViewletVisible" }, + { "key": "shift+meta+k", "command": "-editor.action.deleteLines", "when": "textInputFocus && !editorReadonly" }, + { "key": "shift+meta+l", "command": "editor.action.insertCursorAtEndOfEachLineSelected", "when": "editorTextFocus" }, + { "key": "shift+meta+left", "command": "cursorHomeSelect", "when": "textInputFocus" }, + { "key": "shift+meta+m", "command": "workbench.actions.view.problems" }, + { "key": "shift+meta+n", "command": "workbench.action.newWindow" }, + { "key": "shift+meta+o", "command": "workbench.action.gotoSymbol" }, + { "key": "shift+meta+p", "command": "workbench.action.quickOpenNavigatePreviousInFilePicker", "when": "inFilesPicker && inQuickOpen" }, + { "key": "shift+meta+p", "command": "workbench.action.showCommands" }, + { "key": "shift+meta+r", "command": "workbench.action.showAllSymbols" }, + { "key": "shift+meta+right", "command": "cursorEndSelect", "when": "textInputFocus" }, + { "key": "shift+meta+s", "command": "workbench.action.files.saveAs" }, + { "key": "shift+meta+space", "command": "editor.action.smartSelect.grow", "when": "editorTextFocus" }, + { "key": "shift+meta+space", "command": "editor.action.triggerParameterHints", "when": "editorHasSignatureHelpProvider && editorTextFocus" }, + { "key": "shift+meta+t", "command": "workbench.action.reopenClosedEditor" }, + { "key": "shift+meta+u", "command": "workbench.action.output.toggleOutput" }, + { "key": "shift+meta+up", "command": "cursorTopSelect", "when": "textInputFocus" }, + { "key": "shift+meta+up", "command": "workbench.action.terminal.selectToPreviousCommand", "when": "terminalFocus" }, + { "key": "shift+meta+v", "command": "markdown.showPreview", "when": "editorLangId == 'markdown'" }, + { "key": "shift+meta+w", "command": "workbench.action.closeWindow" }, + { "key": "shift+meta+x", "command": "workbench.view.extensions" }, + { "key": "shift+meta+y", "command": "workbench.debug.action.toggleRepl" }, + { "key": "shift+meta+z", "command": "redo", "when": "textInputFocus && !editorReadonly" }, + ] diff --git a/AppData/Roaming/Code/User/settings.json b/AppData/Roaming/Code/User/settings.json new file mode 100644 index 0000000..cbfba98 --- /dev/null +++ b/AppData/Roaming/Code/User/settings.json @@ -0,0 +1,18 @@ +{ + "workbench.colorTheme": "Monokai", + "workbench.startupEditor": "newUntitledFile", + "files.autoSave": "onFocusChange", + "editor.tabSize": 2, + "editor.renderWhitespace": "boundary", + "editor.renderLineHighlight": "none", + "window.zoomLevel": 1, + "editor.fontSize": 16, + "editor.fontFamily": "PT Mono, monospace", + "files.trimFinalNewlines": true, + "files.trimTrailingWhitespace": true, + "editor.lineNumbers": "off", + "editor.wordWrap": "on", + "editor.multiCursorModifier": "ctrlCmd", + "git.ignoreMissingGitWarning": true, + "workbench.statusBar.feedback.visible": false +} \ No newline at end of file diff --git a/AppData/Roaming/GHISLER/wincmd.ini b/AppData/Roaming/GHISLER/wincmd.ini new file mode 100644 index 0000000..da9c856 --- /dev/null +++ b/AppData/Roaming/GHISLER/wincmd.ini @@ -0,0 +1,276 @@ +[Configuration] +InstallDir=C:\Program Files\totalcmd +UseNewDefFont=1 +SetEncoding=.do.not.remove +firstmnu=251 +FirstTime=0 +FirstTimeIconLib=0 +test=35 +ShowHiddenSystem=1 +UseLongNames=1 +Small83Names=0 +OldStyleTree=0 +autotreechange=0 +DirBrackets=1 +ShowParentDirInRoot=1 +SortDirsByName=1 +Tips=3 +FileTipWindows=0 +Win32TipWindows=0 +SortUpper=0 +onlyonce=0 +TrayIcon=0 +UseRightButton=1 +Savepath=1 +Savepanels=1 +MarkDirectories=1 +AlwaysToRoot=0 +SingleClickStart=0 +RenameSelOnlyName=0 +SaveCommands=1 +SaveHistory=1 +CountSpace=1 +CountMarked=1 +1hourdif=0 +CopyComments=6 +CommentPreferredFormat=4 +IconClickSelection=1 +Viewer=none +Editor=""C:\Program Files\Sublime Text 3\sublime_text.exe" "%1"" +Viewertype=0 +ShowCentury=1 +Aligned extension=0 +SizeStyle=5 +SizeFooter=9 +DirTabOptions=824 +DirTabLimit=32 +AltSearch=2 +QuickSearchMatchBeginning=1 +QuickSearchExactMatch=0 +SoundDelay=-10 +LogOptions=7198 +LogRotateLimit=0 +LogKeepCount=30 +ExplorerForCopy=0 +CopyDirTimeStamp=1 +Win95Delete=0 +UseTrash=1 +SeparateTree=0 +PanelsVertical=0 +FirstTimeUnpack=0 +FirstTimeZIP=0 +SpeedLimit=2000 +SyncFlags=25 +SyncButtons=53 +pluginbasedir=C:\Program Files\totalcmd\plugins +LastSearchOptions=32 +[ButtonbarCache] +IconDll_default.bar=TCNewLib1 +IconDll_vertical.bar=TCNewLib1 +[Buttonbar] +DefaultLib=wcmicon2 +[Layout] +ButtonBar=0 +ButtonBarVertical=0 +DriveBar1=1 +DriveBar2=1 +DriveBarFlat=1 +InterfaceFlat=1 +DriveCombo=0 +DirectoryTabs=1 +XPthemeBg=0 +CurDir=1 +TabHeader=1 +StatusBar=1 +CmdLine=0 +KeyButtons=0 +HistoryHotlistButtons=1 +BreadCrumbBar=1 +[1920x1200 (8x16)] +FontSize=10 +FontName=Segoe UI +FontSizeWindow=10 +FontNameWindow=Segoe UI +FontWeight=400 +FontWeightWindow=400 +FontNameDialog=Microsoft Sans Serif +FontSizeDialog=10 +Tabstops=459,463,522,-1,1106,93 +CmdSelX=22 +CmdSelY=29 +CmdSelDX=653 +CmdSelDY=410 +CmdSelMax=0 +maximized=1 +x=-9 +y=0 +dx=1100 +dy=800 +Divider=500 +DividerQuickView=500 +DividerComments=500 +SyncX=636 +SyncY=349 +SyncDX=663 +SyncDY=510 +SyncMax=0 +SyncTabs=92,152,247,270,362,422 +ConnectX=261 +ConnectY=201 +ConnectDX=497 +ConnectDY=381 +ConnectMax=0 +[AllResolutions] +FontSize=10 +FontName=Segoe UI +FontSizeWindow=10 +FontNameWindow=Segoe UI +FontWeight=400 +FontWeightWindow=400 +FontNameDialog=Microsoft Sans Serif +FontSizeDialog=10 +[Colors] +InverseCursor=0 +ThemedCursor=1 +InverseSelection=1 +BackColor=15263976 +BackColor2=15987699 +ForeColor=-1 +MarkColor=9671679 +CursorColor=-1 +CursorText=-1 +[Tabstops] +0=338 +1=342 +3=401 +4=0 +6=861 +5=93 +AdjustWidth=1 +[Shortcuts] +F2=cm_RenameOnly +CS+F=cm_FtpConnect +C+F=cm_SearchFor +[Confirmation] +deleteDirs=0 +OverwriteFiles=1 +OverwriteReadonly=0 +OverwriteHidSys=0 +MouseActions=1 +[Packer] +InternalZip=1 +InternalUnzip=1 +zipnt=0 +ZIP=pkzip.exe +UnZIP=pkunzip.exe +InternalZipRate=9 +Zip83Name=0 +ZipSetDateToNewest=0 +nodelete=0 +OpenPartial=0 +[left] +path=c:\Data_bak\code\ +ViewMode=0 +activepanelcolor=-1 +activepanelcolor2=-1 +ShowAllDetails=1 +SpecialView=0 +show=1 +sortorder=1 +negative Sortorder=0 +[right] +path=u:\video\ +ViewMode=0 +activepanelcolor=-1 +activepanelcolor2=-1 +ShowAllDetails=1 +SpecialView=0 +show=1 +sortorder=0 +negative Sortorder=0 +[MkDirHistory] +0=Roaming +1=AppData +2=_setup +3=APPS +4=DATA +5=wndfiles +6=_dump +7=Data_bak +8=nn +9=_old +10=08 +11=07 +12=_fonts +13=ccsetup532 +14=screenshots +15=invoices +16=uploads +17=64 +18=fonts +19=DSynchronize +20=android +[ListerPlugins64] +$checksum$=3014672 +[Lister] +Font2=PT Mono,-18 +textwidth=81 +binwidth=75 +SearchGoBack=3 +BmpStartup=1 +Multimedia=0 +RTF=1 +IView=0 +IViewPath=C:\Program Files\XnViewMP\xnviewmp.exe +HTMLasText=0 +LinkBraces=0 +Font1=PT Mono,-18 +Font3=PT Mono,-18 +Wrap=0 +Maximized=1 +x=26 +y=26 +dx=712 +dy=727 +CenterBitmap=1 +[1920x1200 (10x20)] +maximized=1 +x=272 +y=81 +dx=1375 +dy=1000 +Divider=500 +DividerQuickView=500 +DividerComments=500 +Tabstops=338,342,401,-1,861,93 +RenameX=223 +RenameY=167 +RenameDX=898 +RenameDY=636 +RenameMax=1 +RenameTabs=690,788,1504,1564,1684 +SearchX=622 +SearchY=397 +SearchDX=723 +SearchDY=204 +SearchMax=1 +ConnectX=326 +ConnectY=213 +ConnectDX=619 +ConnectDY=475 +ConnectMax=0 +[lefttabs] +0_path=c:\Users\dymso\Desktop\ +0_options=1|3|1|0|0|1|0| +activetab=1 +[righttabs] +0_path=d:\ +0_options=1|1|0|0|0|1|0| +1_path=u:\ +1_options=1|1|0|0|0|1|0| +2_path=u:\pictures\2017\08\ +2_options=1|1|0|0|0|1|0| +3_path=d:\win\cyg\home\dym\ +3_options=1|1|0|0|0|1|0| +activetab=3 +activelocked=1 diff --git a/AppData/Roaming/Sublime Text 3/Packages/User/Default (Windows).sublime-keymap b/AppData/Roaming/Sublime Text 3/Packages/User/Default (Windows).sublime-keymap new file mode 100644 index 0000000..e186afe --- /dev/null +++ b/AppData/Roaming/Sublime Text 3/Packages/User/Default (Windows).sublime-keymap @@ -0,0 +1,26 @@ + +[ { "keys": ["ctrl+tab"], "command": "next_view" } +, { "keys": ["ctrl+shift+tab"], "command": "prev_view" } +, { "keys": ["super+backspace"], "command": "delete_word", "args": { "forward": false } } +, { "keys": ["super+shift+backspace"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"} } +, { "keys": ["super+q"], "command": "exit" } +, { "keys": ["ctrl+t"], "command": "new_file" } +, { "keys": ["super+t"], "command": "new_file" } +, { "keys": ["super+n"], "command": "new_file" } +, { "keys": ["super+shift+n"], "command": "new_window" } +, { "keys": ["super+shift+w"], "command": "close_window" } +, { "keys": ["super+o"], "command": "prompt_open_file" } +, { "keys": ["super+shift+t"], "command": "reopen_last_file" } +, { "keys": ["super+w"], "command": "close" } +, { "keys": ["super+s"], "command": "save" } +, { "keys": ["super+shift+s"], "command": "prompt_save_as" } +, { "keys": ["super+x"], "command": "cut" } +, { "keys": ["super+c"], "command": "copy" } +, { "keys": ["super+v"], "command": "paste" } +, { "keys": ["super+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} } +, { "keys": ["super+alt+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} } +, { "keys": ["super+shift+f"], "command": "show_panel", "args": {"panel": "find_in_files"} } +, { "keys": ["super+z"], "command": "undo" } +, { "keys": ["super+shift+z"], "command": "redo" } +, { "keys": ["ctrl+alt+f"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} } +] diff --git a/AppData/Roaming/Sublime Text 3/Packages/User/Package Control.sublime-settings b/AppData/Roaming/Sublime Text 3/Packages/User/Package Control.sublime-settings new file mode 100644 index 0000000..d5d831f --- /dev/null +++ b/AppData/Roaming/Sublime Text 3/Packages/User/Package Control.sublime-settings @@ -0,0 +1,15 @@ +{ + "bootstrapped": true, + "in_process_packages": + [ + ], + "installed_packages": + [ + "Ecmascript Syntax", + "HTML-CSS-JS Prettify", + "JavaScriptNext - ES6 Syntax", + "Package Control", + "Pretty JSON", + "Rust Enhanced" + ] +} diff --git a/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings b/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings new file mode 100644 index 0000000..3e85586 --- /dev/null +++ b/AppData/Roaming/Sublime Text 3/Packages/User/Preferences.sublime-settings @@ -0,0 +1,23 @@ +{ "auto_indent": true +, "auto_match_enabled": false +, "caret_extra_width": 1 +, "caret_style": "solid" +, "copy_with_empty_selection": false +, "drag_text": false +, "ensure_newline_at_eof_on_save": true +, "find_selected_text": true +, "font_face": "PT Mono" +, "font_size": 11 +, "ignored_packages": [ "Vintage" ] +, "line_padding_bottom": 4 +, "line_padding_top": 4 +, "save_on_focus_lost": true +, "shift_tab_unindent": true +, "show_encoding": true +, "show_line_endings": true +, "smart_indent": false +, "tab_size": 2 +, "translate_tabs_to_spaces": true +, "trim_trailing_white_space_on_save": true +, "wide_caret": true +} diff --git a/AppData/Roaming/XnViewMP/layout1.dat b/AppData/Roaming/XnViewMP/layout1.dat new file mode 100755 index 0000000..8535d83 --- /dev/null +++ b/AppData/Roaming/XnViewMP/layout1.dat @@ -0,0 +1,19 @@ +[General] +geom="@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\x16\0\0\a\x7f\0\0\x4o\0\0\0\0\0\0\0,\0\0\a\x7f\0\0\x4o\0\0\0\0\0\0\0\0\a\x80)" + +[Browser] +size=@Size(1920 1071) +state="@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\x1\x1f\0\0\x4\x19\xfc\x2\0\0\0\x3\xfb\0\0\0\xe\0\x66\0i\0l\0t\0\x65\0r\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfc\0\0\0\0\0\0\x4\x19\0\0\0|\x1\0\0\x13\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0\xe\0\x66\0o\0l\0\x64\0\x65\0r\0\x44\x1\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xfe\xfb\0\0\0\x12\0\x66\0\x61\0v\0o\0r\0i\0t\0\x65\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xfe\xfb\0\0\0\x12\0\x63\0\x61\0t\0\x65\0g\0o\0r\0y\0\x44\x1\0\0\0\0\xff\xff\xff\xff\0\0\0g\0\xff\xff\xfe\xfc\0\0\x2T\0\0\x1\xc5\0\0\0\0\0\xff\xff\xff\xfa\xff\xff\xff\xff\x2\0\0\0\x4\xfb\0\0\0\n\0p\0r\0\x65\0v\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0l\0\xff\xff\xfe\xfb\0\0\0\x16\0P\0r\0\x65\0v\0i\0\x65\0w\0\x44\0o\0\x63\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x64\0\xff\xff\xff\xfb\0\0\0\b\0\x63\0\x61\0t\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x84\0\xff\xff\xff\xfb\0\0\0\n\0s\0\x65\0t\0s\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x8a\0\xff\xff\xff\0\0\x6`\0\0\x4\x19\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x2\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x12\0T\0o\0o\0l\0\x42\0\x61\0r\0 \0\x31\x1\0\0\0\0\xff\xff\xff\xff\a\xe3\x2\xdb\0,\x81\x11)" +thumbSize=@Size(192 144) +thumbsPerColumn=4 +useThumbSize=true + +[CatSets] +history=@ByteArray(\0\0\0\x1\0\0\0\0) +panel=@ByteArray(\0\0\0\x1\0\0\0\x3\xff\xff\xff\xff\x1\xff\xff\xff\xfe\x1\xff\xff\xff\xfd\x1) + +[Preview] +info=@ByteArray(\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1) +prevDocked=true +tabs=true +vTab=65406 diff --git a/AppData/Roaming/XnViewMP/xnview.ini b/AppData/Roaming/XnViewMP/xnview.ini new file mode 100644 index 0000000..3c40895 --- /dev/null +++ b/AppData/Roaming/XnViewMP/xnview.ini @@ -0,0 +1,526 @@ +[Start] +updater=2 +language=en +lastCheck=@Variant(\0\0\0\xe\0%\x83\x9f) +PathBrowser=D:/_/ +geom=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\xaf\0\0\x1H\0\0\0]\0\0\x5\xd5\0\0\x3\xef\0\0\0\0\0\x4\0\0\a\x80) +session=@Invalid() +sessionIdx=-1 +OpenWith=@Invalid() +OpenWithName=@Invalid() +OpenWithParam=@Invalid() +startupType=1 +customPath= +startInFull=2 +startBrowser=true +singleView=true +oneInstance=true +otherFlag=0 +otherFolder= +dbFlag=0 +dbFolder= +dbThumbFlag=4 +dbThumbFolder= +sessionFlag=0 +toolbar=default.bar +shortcut=default.keys +toolbarIcons= +style=-2 + +[Browser] +Tab=4294967289 +size=@Size(1920 1200) +state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x2\0\0\0\0\0\0\x1\0\0\0\x4\x89\xfc\x2\0\0\0\x2\xfb\0\0\0\xe\0\x66\0i\0l\0t\0\x65\0r\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfc\0\0\0\x14\0\0\x4\x89\0\0\0\x45\0\xff\xff\xfe\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0\xe\0\x66\0o\0l\0\x64\0\x65\0r\0\x44\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\x45\0\xff\xff\xfe\xfb\0\0\0\x12\0\x66\0\x61\0v\0o\0r\0i\0t\0\x65\0\x44\0\0\0\0\0\xff\xff\xff\xff\xff\xff\xff\xff\0\xff\xff\xff\xfb\0\0\0\x12\0\x63\0\x61\0t\0\x65\0g\0o\0r\0y\0\x44\0\0\0\0\0\xff\xff\xff\xff\xff\xff\xff\xff\0\xff\xff\xff\0\0\0\x3\0\0\a\x80\0\0\x1\t\xfc\x1\0\0\0\x3\xfb\0\0\0\n\0p\0r\0\x65\0v\0\x44\0\0\0\0\0\0\0\x1u\0\0\0\0\0\xff\xff\xff\xfb\0\0\0\x16\0P\0r\0\x65\0v\0i\0\x65\0w\0\x44\0o\0\x63\0k\0\0\0\0\0\0\0\x4\x1\0\0\0\x46\0\xff\xff\xff\xfc\0\0\0\0\0\0\a\x80\0\0\0\0\0\xff\xff\xff\xfa\xff\xff\xff\xff\x2\0\0\0\x2\xfb\0\0\0\b\0\x63\0\x61\0t\0\x44\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x61\0\xff\xff\xfe\xfb\0\0\0\n\0s\0\x65\0t\0s\0\x44\0\0\0\x1\x38\0\0\x1\t\0\0\0\x61\0\xff\xff\xfe\0\0\x6z\0\0\x4\x89\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x12\0T\0o\0o\0l\0\x42\0\x61\0r\0 \0\x31\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0) +thumbSize=@Size(200 200) +useThumbSize=true +thumbsPerColumn=4 +header="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x4\x1\0\0\0,\0\0\0\x1\0\0\0\0\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe\0\0\0\xf\0\0\0\x10\0\0\0\x11\0\0\0\x12\0\0\0\x13\0\0\0\x14\0\0\0\x15\0\0\0\x16\0\0\0\x17\0\0\0\x18\0\0\0\x19\0\0\0\x1a\0\0\0\x1b\0\0\0\x1c\0\0\0\x1d\0\0\0\x1e\0\0\0\x1f\0\0\0 \0\0\0!\0\0\0\"\0\0\0#\0\0\0$\0\0\0%\0\0\0&\0\0\0'\0\0\0(\0\0\0)\0\0\0*\0\0\0+\0\0\0,\0\0\0\x1\0\0\0\0\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe\0\0\0\xf\0\0\0\x10\0\0\0\x11\0\0\0\x12\0\0\0\x13\0\0\0\x14\0\0\0\x15\0\0\0\x16\0\0\0\x17\0\0\0\x18\0\0\0\x19\0\0\0\x1a\0\0\0\x1b\0\0\0\x1c\0\0\0\x1d\0\0\0\x1e\0\0\0\x1f\0\0\0 \0\0\0!\0\0\0\"\0\0\0#\0\0\0$\0\0\0%\0\0\0&\0\0\0'\0\0\0(\0\0\0)\0\0\0*\0\0\0+\0\0\0\0\0\0\0\0\0\0\x15|\0\0\0,\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0,\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0})" +header2=false +viewAs=1 +sort=4 +sortOrder=1 +mixFileFolder=false +showHiddenFiles=true +showCompanionFiles=true +filter=7 +customFilter=4087 +thumbnailFilter=3793 +custom1Ext=htm, html, mht, mhtml, xml, xhtml, eml, nws, url +custom2Ext= +sizeInBytes=false +commentField=0 +tooltips={Filename}
{Modified Date} - {EXIF:Date taken}
{Size KB} Kib +useTooltips=false +layout=-1 +onTheFly=false +customThumbSize=@Size(200 200) +tagReset=3 +selectOnEnterFolder=false +newFilesAtBottom=true +rotationKeepDate=true +rotationChangeExif=false +rotationUseLossless=true +openAction_0=2 +openAction_1=2 +openAction_2=2 +openAction_3=1 +openAction_4=2 +openAction_5=1 +openAction_6=1 +toolBar=false +statusBar=true +smallToolBar=false +showPaneTitle=false +vTabs=true +use4VideoThumb=true +use4Thumb=true +colorLabel=@Invalid() +ratingLabel=@Invalid() +m_folderColor1=255 255 170 +m_folderColor2=255 200 74 +m_folderColor3=197 140 0 +m_folderColor4=250 210 105 +m_folderColor5=172 140 53 +prevBackColor=0 0 0 +useRating=true +scrollPerThumb=true +keyDelayedPrev=false +catMatchAll=false +catMode=0 +searchFlags=6 +titleBarTemplate= + +[Preview] +info=@ByteArray(\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1\x1) +tabs=true +vTab=65406 +prevDocked=true + +[CatSets] +history=@ByteArray(\0\0\0\x1\0\0\0\0) +panel=@ByteArray(\0\0\0\x1\0\0\0\x3\xff\xff\xff\xff\x1\xff\xff\xff\xfe\x1\xff\xff\xff\xfd\x1) + +[Load] +useEmbeddedThumb=false +useOrgIfSmaller=false +useHighQuality=true +useSharpen=false +sharpen=50 +useGamma=false +gamma=1 +noReadError=false +useEXIFRotation=true +useEXIFDpi=true +composeWithTrans=false +composeWithAlpha=false +useICCProfile=false +ICCIntent=1 +ICCProfile= +useSystemICC=false +ICCRGBDefault=0 +ICCRGBDefaultProfile= +ICCCMYKDefault=1 +ICCCMYKDefaultProfile= +RAWFlag=0 +RAWAutoBalance=true +RAWCameraBalance=false +RAWAutoBrightness=true +RAWBrightness=@Variant(\0\0\0\x87?\x80\0\0) +RAWRedScaling=@Variant(\0\0\0\x87?\x80\0\0) +RAWBlueScaling=@Variant(\0\0\0\x87?\x80\0\0) +PCDBase=2 +GrobBpp=0 +DjVuMaxDpi=false +WMFHighRes=false +PDFDpi=72 +PDFPageSize=0 +PDFCIE=false +ICOIn32bits=false +PDDPage=0 +EXRGamma=@Variant(\0\0\0\x87@\f\xcc\xcd) +HDRGamma=@Variant(\0\0\0\x87@\f\xcc\xcd) +YUVWidth=720 +YUVHeight=576 +YUVOffset=0 +RAWBpp=24 +RAWWidth=256 +RAWHeight=256 +RAWOffset=0 +channelOrder=0 +channelType=0 +videoFrameP=0 +useAlpha=false +byteOrder=0 + +[Save] +addExtensionIfNeeded=true +keepOriginalDate=true +keepEXIF=true +keepIPTC=true +keepXMP=true +keepICC=true +JPEGQuality=80 +JPEGProgressive=false +JPEGOptimizeHuffmanTable=false +JPEGRebuildThumb=true +useOriginalJPEGQuality=false +JPEGDCTMethod=0 +JPEGSubSampling=0 +JPEGSmoothFactor=0 +WebPQuality=80 +WebPFileSize=128 +WebPMethod=0 +WebPCompress=4 +WebPStrength=60 +WebPSharpness=0 +JpegXRQuality=80 +JpegXRColorFormat=0 +JpegXRFilter=0 +PNGCompressionLevel=6 +PNGInterlaced=false +PNGFilter=0 +GIFInterlaced=false +GIF87aHeader=false +IFFCompress=false +PCXCompress=false +TGACompress=false +TGABottomUp=false +SOFTCompress=true +SGICompress=true +BMPCompress=false +OS2Header=false +HP49Header=false +PPMInAscii=false +TIFFCompress=0 +TIFFQuality=80 +TIFFBinaryCompress=0 +TIFFOnlyOneStrip=false +DPXMsbf=false +PDFBinaryCompress=0 +PDFGreyscaleCompress=0 +PDFColorCompress=0 +PDFJpegQuality=80 +JP2KMode=0 +JP2KQuality=80 +JP2KRatio=4 +JP2KFileSize=100 + +[Appearance] +useLabelSpacing=false +labelAlign=1 +labelFont=@Variant(\0\0\0@\0\0\0\x1c\0M\0S\0 \0S\0h\0\x65\0l\0l\0 \0\x44\0l\0g\0 \0\x32@\x1f\x33\x33\x33\x33\x33\x33\xff\xff\xff\xff\x5\x1\0\x32\x10) +overlayIcons=5 +itemSpacing=0 +useShadow=false +borderSize=0 +borderColor=172 172 172 +useThumbBackColor=false +thumbBackColor=234 234 234 +thumbBorderSize=0 +thumbBorderColor=255 255 255 +thumbPadding=10 +customLabel-1={EXIF:Focal Length}mm f/{EXIF:F-Number} {EXIF:Exposure Time}s {EXIF:ISO Value}iso +customLabel-2={Width}x{Height} - {Size KB} +customLabel-3= +customLabel-4= +customLabel-5= +defaultLabelColor=91 91 91 +defaultLabelBColor=255 255 255 +thumbLabels= +formatColor-0="[jpeg],237 237 202,0 0 0" +formatColor-1="[gif],220 235 220,0 0 0" +formatColor-2="[png],232 222 220,0 0 0" +formatColor-3="[bmp],227 227 255,0 0 0" +formatColor-4="[tiff],192 197 235,0 0 0" +formatColor-5="[tga],230 255 255,0 0 0" +formatColor-6="[iff],247 235 235,0 0 0" +formatColor-7="[sgi],247 237 242,0 0 0" +formatColor-8="[pcx],235 230 230,0 0 0" +formatColor-9="[psd],255 255 227,0 0 0" +formatColor-10="[pcd],235 215 235,0 0 0" +formatColor-11="[psp],237 208 163,0 0 0" +formatColor-12="[pict],202 202 255,0 0 0" +formatColor-13="[xpm],242 227 227,0 0 0" +formatColor-14="[xbm],216 216 216,0 0 0" +formatColor-15="[pbm],191 191 182,0 0 0" +formatColor-16="[pgm],207 207 197,0 0 0" +formatColor-17="[ppm],235 225 159,0 0 0" +formatColor-18="[ras],255 255 227,0 0 0" +formatColor-19="[wmf],187 187 187,0 0 0" +formatColor-20="[emf],212 212 212,0 0 0" +formatColor-21="[ico],217 247 227,0 0 0" +formatColor-22="[cur],217 247 227,0 0 0" +formatColor-23="[ani],217 247 227,0 0 0" +formatColor-24="[fpx],229 255 255,0 0 0" +formatColor-25="[jp2],237 237 202,0 0 0" +useFormatColor=true +selectedColor=10 36 106 +labelBColor-0=255 255 255 + +[DB] +useCatalog=true +thumbInDB=true +folder=@Invalid() +cacheComp=2 +excludeRemovable=true +excludeCD=true +basePath=/ +useMaxCache=false +maxCache=100 +thumbWidth=200 +thumbHeight=200 +dbCacheSize=50 +folderFlag=@Invalid() +dbCheck=0 + +[Keywords] +import=true +export=false +exportFlags=1 +applyParent=false +readHierarchical=true +writeHierarchical=false +characters=0 +updateSidecar=false +useFilenameXmp=true + +[XMP] +xmpRating=false +xmpLabel=false +xmpComment=false + +[IPTC] +defaultCodec=0 +utf8Save=true +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2m\0\0\x1Z\0\0\x5\x12\0\0\x3?\0\0\x2u\0\0\x1y\0\0\x5\n\0\0\x3\x37\0\0\0\0\0\0\0\0\a\x80) +mode=1 +keywordList=0 +clearAlways=true +keywordParent=true +flags=3 +catState=@Variant(\0\0\0\t\0\0\0\x1\0\0\0\x2\0\0\x1\0) + +[Metadata] +commentCodec=0 +useUtf8ForDescription=false + +[Viewer] +adjustZoomDpi=true +ratio=0 +fit=1 +defaultFit=1 +fullscreenFit=1 +defaultFullscreenFit=1 +useAnimation=true +highlightSelection=true +selectionGrid=1 +viewFilter=3671 +readAhead=true +cacheBehind=true +zoomQuality=1 +loop=true +slideDelay=1500 +slideDir=0 +backColor=0 0 0 +fullBackColor=0 0 0 +full2Monitor=false +full2HideTB=true +full2HideSB=true +fullFloatView=true +infoTemplate={File Index} - {Filename}\n{Format} - {Size KB} KB - {Width}x{Height} +infoBackColor=0 0 0 +infoColor=255 255 255 +infoOpacity=70 +infoFont=@Variant(\0\0\0@\0\0\0\x1c\0M\0S\0 \0S\0h\0\x65\0l\0l\0 \0\x44\0l\0g\0 \0\x32@\x1f\x33\x33\x33\x33\x33\x33\xff\xff\xff\xff\x5\x1\0\x32\x10) +infoPosition=0 +titleTemplate={Filename With Ext} +useChecker=false +checkerColor1=255 255 255 255 +checkerColor2=240 240 240 255 +checkBoardSize=8 +useBorderLine=false +borderLineColor=0 0 0 +hdpiPixel=false +resetXY=false +resetFit=true +autoPlay=false +playVideo=false +hideScrollbar=true +useGamma=false +gamma=1.2 +useZoom=false +zoomFixed=10 +zoomRelative=1.41421356 +prevSize=@Size(160 120) +iconSnapshot=true +defaultFormat=@ByteArray(jpeg) +saveFolder=D:/_/ +saveUseOrg=true +multipleView=false +maxViewTab=1 +lastTab=true +lKeyLR=1 +lKeyUD=0 +lButtonAction=1 +lButtonCtrlAction=0 +mButtonAction=2 +rButtonAction=0 +rButtonCtrlAction=-1 +wheelAction=0 +wheelCtrlAction=2 +statusBar=true +toolBar=false +inchPrintSize=true +clearColor=0 0 0 +usePan=false +histoState=@ByteArray(\0\0\0\x1\0\0\0\0\x1\0\0\0\x80\x1\x1\xff\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0) +panSize=@Size(90 90) +useInfo=false +usePlaybar=false +lockZoom=false +lockZoomFlag=false +videoPlaybar=true +audioVolume=1 +state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\a\x80\0\0\x4\x87\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x1\0\0\0\x12\0T\0o\0o\0l\0\x42\0\x61\0r\0 \0\x31\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0) +showHisto=false +showInfo=false +showGrid=false +useAlpha=true + +[Format] +ps=ai eps epsf pdf ps +text=txt ini js c++ xmp gcode pas h cpp cc c css php +avi=divx vfw vob avi wmv asf +qt=mov 3gp2 3g2 3gp qt +mpeg=mpm m1s m1v mpg mpa m2v mpeg m4a mpe mts mp4 m2ts +audio=mid ogg snd au mpp aif mp+ rmi flac wav mp2 lnk asx wma mp3 mpc +archive=zip tgz gz rar arj tar +video=webm mkv flv rm + +[%General] +allFormats=false +version=@ByteArray(0.92) +useRecycleBin=false +confirmDel=false +selectNewFiles=false +useCopyOf=true +savingKeepDate=false +metaKeepDate=true +savingChanges=0 +renameDialog=true +lrotateBackup=false +lcropBackup=true +lotherBackup=true +pasteIntoSubfolder=false +useTabs=false +tabsOnBottom=false +tabWidthMax=20 +tabMax=0 +tabClose=false +tabThumb=1 +tabDoubleClick=1 +tabIconify=false +sync=true +maxRecent=20 +purgeRecent=false +dblMode=1 +midMode=0 +enterMode=1 +escKeyMode=0 +zoomPan=true +showAgain=65546 +useInternalVideoPlayer=true +formats=@Invalid() + +[Settings] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2U\0\0\0\xf2\0\0\x5\xf3\0\0\x3\x90\0\0\x2]\0\0\x1\x11\0\0\x5\xeb\0\0\x3\x88\0\0\0\0\0\0\0\0\a\x80) +cacheList=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2P\0\0\0\x3\x1\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x3\0\0\0}\0\0\0\x1\0\0\0\0\0\0\0}\0\0\0\x1\0\0\0\0\0\0\x1V\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0}) + +[FileReplace] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\xad\0\0\x1h\0\0\x4\xd0\0\0\x3\"\0\0\x2\xb5\0\0\x1\x87\0\0\x4\xc8\0\0\x3\x1a\0\0\0\0\0\0\0\0\a\x80) + +[RenFile] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\xef\0\0\x1\xfd\0\0\x4\x8e\0\0\x2\x8d\0\0\x2\xf7\0\0\x2\x1c\0\0\x4\x86\0\0\x2\x85\0\0\0\0\0\0\0\0\a\x80) + +[Rename] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2^\0\0\x1\x16\0\0\x5!\0\0\x3}\0\0\x2g\0\0\x1<\0\0\x5\x18\0\0\x3t\0\0\0\0\0\0\0\0\a\x80) +useTemplate=false +template=@Invalid() +start=1 +step=1 +templateAtStart=false +useCase=false +case=0 +useExt=true +ext=jpg +useReplace=false +replace= +with= +replaceCase=false +replaceReg=false +alwaysAdded=false +useNumbers=true +suffix=_## + +[Companion] +useForDelete=false +useForOther=false +list="@Variant(\0\0\0\v\0\0\0\x2\0\0\0\n\0{\0r\0\x61\0w\0}\0\0\0\"\0{\0\x65\0x\0t\0}\0.\0x\0m\0p\0;\0x\0m\0p\0;\0j\0p\0g)", @Variant(\0\0\0\v\0\0\0\x2\0\0\0\n\0{\0r\0\x61\0w\0}\0\0\0\b\0l\0m\0n\0r), @Variant(\0\0\0\v\0\0\0\x2\0\0\0\n\0{\0r\0\x61\0w\0}\0\0\0\x6\0p\0p\0\x33), @Variant(\0\0\0\v\0\0\0\x2\0\0\0\n\0{\0r\0\x61\0w\0}\0\0\0\x6\0o\0n\0\x31), @Variant(\0\0\0\v\0\0\0\x2\0\0\0\n\0{\0r\0\x61\0w\0}\0\0\0\x6\0\x66\0p\0\x31), "@Variant(\0\0\0\v\0\0\0\x2\0\0\0\x6\0j\0p\0g\0\0\0\"\0{\0\x65\0x\0t\0}\0.\0x\0m\0p\0;\0x\0m\0p\0;\0\x65\0x\0\x66)" + +[Convert] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x1\xee\0\0\x1\x14\0\0\x5\x92\0\0\x3\x85\0\0\x1\xf6\0\0\x1\x33\0\0\x5\x8a\0\0\x3}\0\0\0\0\0\0\0\0\a\x80) +Path= +script=@Invalid() +Preview=true +PictFilename= +History= +UseFolder=true +Filename={Filename}_result, {Filename}_{DstWidth}_{DstHeight}, {Filename}_{Current Date [m_d_Y]}, {Filename}_{Current Date [d_m_Y]}, Image## +Case=0 +StartIndex=1 +Format= +Overwrite=1 +OrgDate=false +KeepMeta=true +KeepIcc=false +KeepFolder=false +KeepParentFolder=false +KeepExtension=true +DelOrg=false +Multipage=false +AllPages=false +OpenExplorer=false +OpenBrowser=false +ClearItems=false +LoadLastScript=false +ClearFilename=false +OutputIdx=0 +ZipFile= +PicasaAlbum=-1 +SaveActions=true +RestoreInput=false +BackColor=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0) +Recipient=@Invalid() +list_folder=C:/Users/dymso/Pictures +list_mode=0 +list_header="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0,\0\0\0\x1\0\0\0\0\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe\0\0\0\xf\0\0\0\x10\0\0\0\x11\0\0\0\x12\0\0\0\x13\0\0\0\x14\0\0\0\x15\0\0\0\x16\0\0\0\x17\0\0\0\x18\0\0\0\x19\0\0\0\x1a\0\0\0\x1b\0\0\0\x1c\0\0\0\x1d\0\0\0\x1e\0\0\0\x1f\0\0\0 \0\0\0!\0\0\0\"\0\0\0#\0\0\0$\0\0\0%\0\0\0&\0\0\0'\0\0\0(\0\0\0)\0\0\0*\0\0\0+\0\0\0,\0\0\0\x1\0\0\0\0\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe\0\0\0\xf\0\0\0\x10\0\0\0\x11\0\0\0\x12\0\0\0\x13\0\0\0\x14\0\0\0\x15\0\0\0\x16\0\0\0\x17\0\0\0\x18\0\0\0\x19\0\0\0\x1a\0\0\0\x1b\0\0\0\x1c\0\0\0\x1d\0\0\0\x1e\0\0\0\x1f\0\0\0 \0\0\0!\0\0\0\"\0\0\0#\0\0\0$\0\0\0%\0\0\0&\0\0\0'\0\0\0(\0\0\0)\0\0\0*\0\0\0+\0\0\0,\x5\x1c\0\0\0\0\0\0\0\x5\0\0\0\x1\0\0\0\x64\0\0\0\x2\0\0\0\x64\0\0\0\v\0\0\0\x64\0\0\0\n\0\0\0\x64\0\0\0\f\0\0\0\x64\0\0\xf<\0\0\0,\x1\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\x2\0\0\0,\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\0\x64\0\0\0\x1\0\0\0\x2\0\0\x3\xe8\0\0\0\0\0)" +InputPathname=D:/_/ +LastScript=-1 +flickrAccount= +lastActions="@ByteArray(\n \n \n \n\n)" +inputFiles= + +[ResizeDlg] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\xfe\0\0\x1!\0\0\x4\x82\0\0\x3x\0\0\x3\x6\0\0\x1@\0\0\x4z\0\0\x3p\0\0\0\0\0\0\0\0\a\x80) +presets=@Variant(\0\0\0\b\0\0\0\x1\0\0\0\x16\0<\0L\0\x61\0s\0t\0 \0U\0s\0\x65\0\x64\0>\0\0\0\f\0\0\0@\0\0\0\x2\0\0\0\x1@i\0\0\0\0\0\0@i\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0@R\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0<) + +[Comment] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x3\v\0\0\x1\\\0\0\x4u\0\0\x3<\0\0\x3\x13\0\0\x1{\0\0\x4m\0\0\x3\x34\0\0\0\0\0\0\0\0\a\x80) +description=false +comment=false +use_same=false + +[File] +History=@Invalid() +LastUsed=false +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\xb6\0\0\x1t\0\0\x4\xca\0\0\x3$\0\0\x2\xbe\0\0\x1\x93\0\0\x4\xc2\0\0\x3\x1c\0\0\0\0\0\0\0\0\a\x80) diff --git a/AppData/Roaming/cmder/vendor/conemu-maximus5/ConEmu.xml b/AppData/Roaming/cmder/vendor/conemu-maximus5/ConEmu.xml new file mode 100644 index 0000000..e2e6568 --- /dev/null +++ b/AppData/Roaming/cmder/vendor/conemu-maximus5/ConEmu.xml @@ -0,0 +1,721 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/AppData/Roaming/vlc/vlc-qt-interface.ini b/AppData/Roaming/vlc/vlc-qt-interface.ini new file mode 100644 index 0000000..1fcfbee --- /dev/null +++ b/AppData/Roaming/vlc/vlc-qt-interface.ini @@ -0,0 +1,38 @@ +[General] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\xff\xff\xff\xf8\xff\xff\xff\xf8\0\0\a\x87\0\0\x4\x8f\0\0\0\b\0\0\0\x1f\0\0\aw\0\0\x4\xa7\0\0\0\0\x2\0\0\0\a\x80) +updatedate=@Variant(\0\0\0\xe\0%\x83\xa6) + +[Preferences] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2'\0\0\0\xc1\0\0\x5V\0\0\x3\xa3\0\0\x2/\0\0\0\xe0\0\0\x5N\0\0\x3\x9b\0\0\0\0\0\0\0\0\a\x80) + +[FullScreen] +pos=@Point(560 1135) +screen=@Rect(0 0 1920 1200) +wide=false + +[MainWindow] +pl-dock-status=true +playlist-visible=true +adv-controls=0 +status-bar-visible=false +bgSize=@Size(100 30) +playlistSize=@Size(1920 1064) + +[Update] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\xc6\0\0\x1\xaf\0\0\x4\xb9\0\0\x2\xda\0\0\x2\xc6\0\0\x1\xaf\0\0\x4\xb9\0\0\x2\xda\0\0\0\0\0\0\0\0\a\x80) + +[Playlist] +splitterSizes=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xf0\0\0\x6\x8b\x1\xff\xff\xff\xff\x1\0\0\0\x1\0) +leftSplitterGeometry=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xc0\0\0\0\x80\x1\xff\xff\xff\xff\x1\0\0\0\x2\0) +headerStateV2="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\xff\xff\xff\xff\x1\0\0\0\r\0\0\0\0\0\0\0\x2\0\0\0\x1\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\0\0\0\0\x2\0\0\0\x1\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\xf8\x1f\0\0\0\n\0\0\0\a\0\0\0}\0\0\0\x6\0\0\0}\0\0\0\x5\0\0\0}\0\0\0\x4\0\0\x1,\0\0\0\v\0\0\0}\0\0\0\n\0\0\0}\0\0\0\t\0\0\0}\0\0\0\b\0\0\0}\0\0\0\f\0\0\0}\0\0\0\x3\0\0\0}\0\0\x6\x89\0\0\0\r\x1\x1\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\r\0\0\x1q\0\0\0\x1\0\0\0\0\0\0\x1)\0\0\0\x1\0\0\0\0\0\0\x3\xef\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0)" +view-mode=1 +zoom=0 + +[playlistdialog] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\x94\0\0\0\xe7\0\0\x4\xeb\0\0\x3\xa2\0\0\x2\x94\0\0\0\xe7\0\0\x4\xeb\0\0\x3\xa2\0\0\0\0\0\0\0\0\a\x80) + +[Epanel] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\x1e\0\0\0\0\0\0\x4\x2\0\0\x2\x3\0\0\x2'\0\0\0&\0\0\x3\xf9\0\0\x1\xfa\0\0\0\0\0\0\0\0\a\x80) + +[Mediainfo] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x2\0\0\0\0\x2\x8c\0\0\x1:\0\0\x4\xf3\0\0\x3\x41\0\0\x2\x94\0\0\x1Y\0\0\x4\xeb\0\0\x3\x39\0\0\0\0\0\0\0\0\a\x80) diff --git a/AppData/Roaming/vlc/vlcrc b/AppData/Roaming/vlc/vlcrc new file mode 100644 index 0000000..68d367a --- /dev/null +++ b/AppData/Roaming/vlc/vlcrc @@ -0,0 +1,5245 @@ +### +### vlc 3.0.6 +### + +### +### lines beginning with a '#' character are comments +### + +[visual] # Visualizer filter + +# Effects list (string) +#effect-list=spectrum + +# Video width (integer) +#effect-width=800 + +# Video height (integer) +#effect-height=500 + +# FFT window (string) +#effect-fft-window=flat + +# Kaiser window parameter (float) +#effect-kaiser-param=3.000000 + +# Show 80 bands instead of 20 (boolean) +#visual-80-bands=1 + +# Draw peaks in the analyzer (boolean) +#visual-peaks=1 + +# Enable original graphic spectrum (boolean) +#spect-show-original=0 + +# Draw the base of the bands (boolean) +#spect-show-base=1 + +# Base pixel radius (integer) +#spect-radius=42 + +# Spectral sections (integer) +#spect-sections=3 + +# V-plane color (integer) +#spect-color=80 + +# Draw bands in the spectrometer (boolean) +#spect-show-bands=1 + +# Show 80 bands instead of 20 (boolean) +#spect-80-bands=1 + +# Number of blank pixels between bands. (integer) +#spect-separ=1 + +# Amplification (integer) +#spect-amp=8 + +# Draw peaks in the analyzer (boolean) +#spect-show-peaks=1 + +# Peak extra width (integer) +#spect-peak-width=61 + +# Peak height (integer) +#spect-peak-height=1 + +[projectm] # libprojectM effect + +# projectM preset path (string) +#projectm-preset-path= + +# Title font (string) +#projectm-title-font=C:\WINDOWS\Fonts\arial.ttf + +# Font menu (string) +#projectm-menu-font=C:\WINDOWS\Fonts\arial.ttf + +# Video width (integer) +#projectm-width=800 + +# Video height (integer) +#projectm-height=500 + +# Mesh width (integer) +#projectm-meshx=32 + +# Mesh height (integer) +#projectm-meshy=24 + +# Texture size (integer) +#projectm-texture-size=1024 + +[goom] # Goom effect + +# Goom display width (integer) +#goom-width=800 + +# Goom display height (integer) +#goom-height=500 + +# Goom animation speed (integer) +#goom-speed=6 + +[glspectrum] # 3D OpenGL spectrum visualization + +# Video width (integer) +#glspectrum-width=400 + +# Video height (integer) +#glspectrum-height=300 + +[wall] # Wall video filter + +# Number of columns (integer) +#wall-cols=3 + +# Number of rows (integer) +#wall-rows=3 + +# Active windows (string) +#wall-active= + +# Element aspect ratio (string) +#wall-element-aspect=16:9 + +[panoramix] # Panoramix: wall with overlap video filter + +# Number of columns (integer) +#panoramix-cols=-1 + +# Number of rows (integer) +#panoramix-rows=-1 + +# length of the overlapping area (in %) (integer) +#panoramix-bz-length=100 + +# height of the overlapping area (in %) (integer) +#panoramix-bz-height=100 + +# Attenuation (boolean) +#panoramix-attenuate=1 + +# Attenuation, begin (in %) (integer) +#panoramix-bz-begin=0 + +# Attenuation, middle (in %) (integer) +#panoramix-bz-middle=50 + +# Attenuation, end (in %) (integer) +#panoramix-bz-end=100 + +# middle position (in %) (integer) +#panoramix-bz-middle-pos=50 + +# Gamma (Red) correction (float) +#panoramix-bz-gamma-red=1.000000 + +# Gamma (Green) correction (float) +#panoramix-bz-gamma-green=1.000000 + +# Gamma (Blue) correction (float) +#panoramix-bz-gamma-blue=1.000000 + +# Black Crush for Red (integer) +#panoramix-bz-blackcrush-red=140 + +# Black Crush for Green (integer) +#panoramix-bz-blackcrush-green=140 + +# Black Crush for Blue (integer) +#panoramix-bz-blackcrush-blue=140 + +# White Crush for Red (integer) +#panoramix-bz-whitecrush-red=200 + +# White Crush for Green (integer) +#panoramix-bz-whitecrush-green=200 + +# White Crush for Blue (integer) +#panoramix-bz-whitecrush-blue=200 + +# Black Level for Red (integer) +#panoramix-bz-blacklevel-red=150 + +# Black Level for Green (integer) +#panoramix-bz-blacklevel-green=150 + +# Black Level for Blue (integer) +#panoramix-bz-blacklevel-blue=150 + +# White Level for Red (integer) +#panoramix-bz-whitelevel-red=0 + +# White Level for Green (integer) +#panoramix-bz-whitelevel-green=0 + +# White Level for Blue (integer) +#panoramix-bz-whitelevel-blue=0 + +# Active windows (string) +#panoramix-active= + +[clone] # Clone video filter + +# Number of clones (integer) +#clone-count=2 + +# Video output modules (string) +#clone-vout-list= + +[yuv] # YUV video output + +# device, fifo or filename (string) +#yuv-file=stream.yuv + +# Chroma used (string) +#yuv-chroma= + +# Add a YUV4MPEG2 header (boolean) +#yuv-yuv4mpeg2=0 + +[wgl] # WGL extension for OpenGL + +# GPU affinity (integer) +#gpu-affinity=-1 + +[vmem] # Video memory output + +# Width (integer) +#vmem-width=320 + +# Height (integer) +#vmem-height=200 + +# Pitch (integer) +#vmem-pitch=640 + +# Chroma (string) +#vmem-chroma=RV16 + +[vdummy] # Dummy video output + +# Dummy image chroma format (string) +#dummy-chroma= + +[gl] # OpenGL video output + +# OpenGL extension (string) +#gl= + +# Open GL/GLES hardware converter (string) +#glconv= + +# Rendering intent for color conversion (integer) +#rendering-intent=1 + +# Display primaries (integer) +#target-prim=0 + +# Display gamma / transfer function (integer) +#target-trc=0 + +# Tone-mapping algorithm (integer) +#tone-mapping=3 + +# Tone-mapping parameter (float) +#tone-mapping-param=0.000000 + +# Tone-mapping desaturation coefficient (float) +#tone-mapping-desat=0.500000 + +# Highlight clipped pixels (boolean) +#tone-mapping-warn=0 + +# Dithering algorithm (integer) +#dither-algo=-1 + +# Dither depth override (0 = framebuffer depth) (integer) +#dither-depth=0 + +[glwin32] # OpenGL video output for Windows + +# Open GL/GLES hardware converter (string) +#glconv= + +# Rendering intent for color conversion (integer) +#rendering-intent=1 + +# Display primaries (integer) +#target-prim=0 + +# Display gamma / transfer function (integer) +#target-trc=0 + +# Tone-mapping algorithm (integer) +#tone-mapping=3 + +# Tone-mapping parameter (float) +#tone-mapping-param=0.000000 + +# Tone-mapping desaturation coefficient (float) +#tone-mapping-desat=0.500000 + +# Highlight clipped pixels (boolean) +#tone-mapping-warn=0 + +# Dithering algorithm (integer) +#dither-algo=-1 + +# Dither depth override (0 = framebuffer depth) (integer) +#dither-depth=0 + +[flaschen] # Flaschen-Taschen video output + +# Flaschen-Taschen display address (string) +#flaschen-display= + +# Width (integer) +#flaschen-width=25 + +# Height (integer) +#flaschen-height=20 + +[drawable] # Embedded window video + +[directdraw] # DirectX (DirectDraw) video output + +# Use hardware YUV->RGB conversions (boolean) +#directx-hw-yuv=1 + +# Overlay video output (boolean) +#directx-overlay=1 + +# Use video buffers in system memory (boolean) +#directx-use-sysmem=0 + +# Use triple buffering for overlays (boolean) +#directx-3buffering=1 + +# Name of desired display device (string) +#directx-device= + +[direct3d9] # Direct3D9 video output + +# Use hardware blending support (boolean) +#direct3d9-hw-blending=1 + +# Pixel Shader (string) +#direct3d9-shader= + +# Path to HLSL file (string) +#direct3d9-shader-file= + +[direct3d11] # Direct3D11 video output + +# Use hardware blending support (boolean) +#direct3d11-hw-blending=1 + +[transform] # Video transformation filter + +# Transform type (string) +#transform-type=90 + +[sharpen] # Sharpen video filter + +# Sharpen strength (0-2) (float) +#sharpen-sigma=0.050000 + +[sepia] # Sepia video filter + +# Sepia intensity (integer) +#sepia-intensity=120 + +[scene] # Scene video filter + +# Image format (string) +#scene-format=png + +# Image width (integer) +#scene-width=-1 + +# Image height (integer) +#scene-height=-1 + +# Filename prefix (string) +#scene-prefix=scene + +# Directory path prefix (string) +#scene-path= + +# Always write to the same file (boolean) +#scene-replace=0 + +# Recording ratio (integer) +#scene-ratio=50 + +[rotate] # Rotate video filter + +# Angle in degrees (float) +#rotate-angle=30.000000 + +# Use motion sensors (boolean) +#rotate-use-motion=0 + +[puzzle] # Puzzle interactive game video filter + +# Number of puzzle rows (integer) +#puzzle-rows=4 + +# Number of puzzle columns (integer) +#puzzle-cols=4 + +# Border (integer) +#puzzle-border=3 + +# Small preview (boolean) +#puzzle-preview=0 + +# Small preview size (integer) +#puzzle-preview-size=15 + +# Piece edge shape size (integer) +#puzzle-shape-size=90 + +# Auto shuffle (integer) +#puzzle-auto-shuffle=0 + +# Auto solve (integer) +#puzzle-auto-solve=0 + +# Rotation (integer) +#puzzle-rotation=0 + +# Game mode (integer) +#puzzle-mode=0 + +[postproc] # Video post processing filter + +# Post processing quality (integer) +#postproc-q=6 + +# FFmpeg post processing filter chains (string) +#postproc-name=default + +[posterize] # Posterize video filter + +# Posterize level (integer) +#posterize-level=6 + +[motionblur] # Motion blur filter + +# Blur factor (1-127) (integer) +#blur-factor=80 + +[mirror] # Mirror video filter + +# Mirror orientation (integer) +#mirror-split=0 + +# Direction (integer) +#mirror-direction=0 + +[hqdn3d] # High Quality 3D Denoiser filter + +# Spatial luma strength (0-254) (float) +#hqdn3d-luma-spat=4.000000 + +# Spatial chroma strength (0-254) (float) +#hqdn3d-chroma-spat=3.000000 + +# Temporal luma strength (0-254) (float) +#hqdn3d-luma-temp=6.000000 + +# Temporal chroma strength (0-254) (float) +#hqdn3d-chroma-temp=4.500000 + +[grain] # Grain video filter + +# Variance (float) +#grain-variance=2.000000 + +# Minimal period (integer) +#grain-period-min=1 + +# Maximal period (integer) +#grain-period-max=48 + +[gradient] # Gradient video filter + +# Distort mode (string) +#gradient-mode=gradient + +# Gradient image type (integer) +#gradient-type=0 + +# Apply cartoon effect (boolean) +#gradient-cartoon=1 + +[gradfun] # Gradfun video filter + +# Radius (integer) +#gradfun-radius=16 + +# Strength (float) +#gradfun-strength=1.200000 + +[gaussianblur] # Gaussian blur video filter + +# Gaussian's std deviation (float) +#gaussianblur-sigma=2.000000 + +[fps] # FPS conversion video filter + +# Frame rate (string) +#fps-fps= + +[extract] # Extract RGB component video filter + +# RGB component to extract (integer) +#extract-component=16711680 + +[erase] # Erase video filter + +# Image mask (string) +#erase-mask= + +# X coordinate (integer) +#erase-x=0 + +# Y coordinate (integer) +#erase-y=0 + +[deinterlace] # Deinterlacing video filter + +# Streaming deinterlace mode (string) +#sout-deinterlace-mode=blend + +# Phosphor chroma mode for 4:2:0 input (integer) +#sout-deinterlace-phosphor-chroma=2 + +# Phosphor old field dimmer strength (integer) +#sout-deinterlace-phosphor-dimmer=2 + +[croppadd] # Video cropping filter + +# Pixels to crop from top (integer) +#croppadd-croptop=0 + +# Pixels to crop from bottom (integer) +#croppadd-cropbottom=0 + +# Pixels to crop from left (integer) +#croppadd-cropleft=0 + +# Pixels to crop from right (integer) +#croppadd-cropright=0 + +# Pixels to padd to top (integer) +#croppadd-paddtop=0 + +# Pixels to padd to bottom (integer) +#croppadd-paddbottom=0 + +# Pixels to padd to left (integer) +#croppadd-paddleft=0 + +# Pixels to padd to right (integer) +#croppadd-paddright=0 + +[colorthres] # Color threshold filter + +# Color (integer) +#colorthres-color=16711680 + +# Saturation threshold (integer) +#colorthres-saturationthres=20 + +# Similarity threshold (integer) +#colorthres-similaritythres=15 + +[canvas] # Canvas video filter + +# Output width (integer) +#canvas-width=0 + +# Output height (integer) +#canvas-height=0 + +# Output picture aspect ratio (string) +#canvas-aspect= + +# Pad video (boolean) +#canvas-padd=1 + +[bluescreen] # Bluescreen video filter + +# Bluescreen U value (integer) +#bluescreen-u=120 + +# Bluescreen V value (integer) +#bluescreen-v=90 + +# Bluescreen U tolerance (integer) +#bluescreen-ut=17 + +# Bluescreen V tolerance (integer) +#bluescreen-vt=17 + +[blendbench] # Blending benchmark filter + +# Number of time to blend (integer) +#blendbench-loops=1000 + +# Alpha of the blended image (integer) +#blendbench-alpha=128 + +# Image to be blended onto (string) +#blendbench-base-image= + +# Chroma for the base image (string) +#blendbench-base-chroma=I420 + +# Image which will be blended (string) +#blendbench-blend-image= + +# Chroma for the blend image (string) +#blendbench-blend-chroma=YUVA + +[ball] # Ball video filter + +# Ball color (string) +#ball-color=red + +# Ball speed (integer) +#ball-speed=4 + +# Ball size (integer) +#ball-size=10 + +# Gradient threshold (integer) +#ball-gradient-threshold=40 + +# Edge visible (boolean) +#ball-edge-visible=1 + +[antiflicker] # antiflicker video filter + +# Window size (integer) +#antiflicker-window-size=10 + +# Softening value (integer) +#antiflicker-softening-size=10 + +[anaglyph] # Convert 3D picture to anaglyph image video filter + +# Color scheme (string) +#anaglyph-scheme=red-cyan + +[alphamask] # Alpha mask video filter + +# Transparency mask (string) +#alphamask-mask= + +[adjust] # Image properties filter + +# Image contrast (0-2) (float) +#contrast=1.000000 + +# Image brightness (0-2) (float) +#brightness=1.000000 + +# Image hue (-180..180) (float) +#hue=0.000000 + +# Image saturation (0-3) (float) +#saturation=1.000000 + +# Image gamma (0-10) (float) +#gamma=1.000000 + +# Brightness threshold (boolean) +#brightness-threshold=0 + +[swscale] # Video scaling filter + +# Scaling mode (integer) +#swscale-mode=2 + +[sapi] # Speech synthesis for Windows + +# Voice Index (integer) +#sapi-voice=-1 + +[freetype] # Freetype2 font renderer + +# Font (string) +#freetype-font=Arial + +# Monospace Font (string) +#freetype-monofont=Courier New + +# Font size in pixels (integer) +#freetype-fontsize=0 + +# Relative font size (integer) +#freetype-rel-fontsize=0 + +# Text opacity (integer) +#freetype-opacity=255 + +# Text default color (integer) +#freetype-color=16777215 + +# Force bold (boolean) +#freetype-bold=0 + +# Background opacity (integer) +#freetype-background-opacity=0 + +# Background color (integer) +#freetype-background-color=0 + +# Outline opacity (integer) +#freetype-outline-opacity=255 + +# Outline color (integer) +#freetype-outline-color=0 + +# Outline thickness (integer) +#freetype-outline-thickness=4 + +# Shadow opacity (integer) +#freetype-shadow-opacity=128 + +# Shadow color (integer) +#freetype-shadow-color=0 + +# Shadow angle (float) +#freetype-shadow-angle=-45.000000 + +# Shadow distance (float) +#freetype-shadow-distance=0.060000 + +# Use YUVP renderer (boolean) +#freetype-yuvp=0 + +# Text direction (integer) +#freetype-text-direction=0 + +[stream_out_transcode] # Transcode stream output + +# Video encoder (string) +#sout-transcode-venc= + +# Destination video codec (string) +#sout-transcode-vcodec= + +# Video bitrate (integer) +#sout-transcode-vb=0 + +# Video scaling (float) +#sout-transcode-scale=0.000000 + +# Video frame-rate (string) +#sout-transcode-fps= + +# Deinterlace video (boolean) +#sout-transcode-deinterlace=0 + +# Deinterlace module (string) +#sout-transcode-deinterlace-module=deinterlace + +# Video width (integer) +#sout-transcode-width=0 + +# Video height (integer) +#sout-transcode-height=0 + +# Maximum video width (integer) +#sout-transcode-maxwidth=0 + +# Maximum video height (integer) +#sout-transcode-maxheight=0 + +# Video filter (string) +#sout-transcode-vfilter= + +# Audio encoder (string) +#sout-transcode-aenc= + +# Destination audio codec (string) +#sout-transcode-acodec= + +# Audio bitrate (integer) +#sout-transcode-ab=96 + +# Audio language (string) +#sout-transcode-alang= + +# Audio channels (integer) +#sout-transcode-channels=0 + +# Audio sample rate (integer) +#sout-transcode-samplerate=0 + +# Audio filter (string) +#sout-transcode-afilter= + +# Subtitle encoder (string) +#sout-transcode-senc= + +# Destination subtitle codec (string) +#sout-transcode-scodec= + +# Destination subtitle codec (boolean) +#sout-transcode-soverlay=0 + +# Overlays (string) +#sout-transcode-sfilter= + +# Number of threads (integer) +#sout-transcode-threads=0 + +# Picture pool size (integer) +#sout-transcode-pool-size=10 + +# High priority (boolean) +#sout-transcode-high-priority=0 + +[stats] # Writes statistic info about stream + +# Output file (string) +#sout-stats-output= + +# Prefix to show on output line (string) +#sout-stats-prefix=stats + +[stream_out_standard] # Standard stream output + +# Output access method (string) +#sout-standard-access= + +# Output muxer (string) +#sout-standard-mux= + +# Output destination (string) +#sout-standard-dst= + +# Address to bind to (helper setting for dst) (string) +#sout-standard-bind= + +# Filename for stream (helper setting for dst) (string) +#sout-standard-path= + +# SAP announcing (boolean) +#sout-standard-sap=0 + +# Session name (string) +#sout-standard-name= + +# Session description (string) +#sout-standard-description= + +# Session URL (string) +#sout-standard-url= + +# Session email (string) +#sout-standard-email= + +[smem] # Stream output to memory buffer + +# Time Synchronized output (boolean) +#sout-smem-time-sync=1 + +[setid] # Change the id of an elementary stream + +# Elementary Stream ID (integer) +#sout-setid-id=0 + +# New ES ID (integer) +#sout-setid-new-id=0 + +# Elementary Stream ID (integer) +#sout-setlang-id=0 + +# Language (string) +#sout-setlang-lang=eng + +[stream_out_rtp] # RTP stream output + +# Destination (string) +#sout-rtp-dst= + +# SDP (string) +#sout-rtp-sdp= + +# Muxer (string) +#sout-rtp-mux= + +# SAP announcing (boolean) +#sout-rtp-sap=0 + +# Session name (string) +#sout-rtp-name= + +# Session category (string) +#sout-rtp-cat= + +# Session description (string) +#sout-rtp-description= + +# Session URL (string) +#sout-rtp-url= + +# Session email (string) +#sout-rtp-email= + +# Transport protocol (string) +#sout-rtp-proto=udp + +# Port (integer) +#sout-rtp-port=5004 + +# Audio port (integer) +#sout-rtp-port-audio=0 + +# Video port (integer) +#sout-rtp-port-video=0 + +# Hop limit (TTL) (integer) +#sout-rtp-ttl=-1 + +# RTP/RTCP multiplexing (boolean) +#sout-rtp-rtcp-mux=0 + +# Caching value (ms) (integer) +#sout-rtp-caching=300 + +# SRTP key (hexadecimal) (string) +#sout-rtp-key= + +# SRTP salt (hexadecimal) (string) +#sout-rtp-salt= + +# MP4A LATM (boolean) +#sout-rtp-mp4a-latm=0 + +# RTSP session timeout (s) (integer) +#rtsp-timeout=60 + +# Username (string) +#sout-rtsp-user= + +# Password (string) +#sout-rtsp-pwd= + +[record] # Record stream output + +# Destination prefix (string) +#sout-record-dst-prefix= + +[mosaic_bridge] # Mosaic bridge stream output + +# ID (string) +#sout-mosaic-bridge-id=Id + +# Video width (integer) +#sout-mosaic-bridge-width=0 + +# Video height (integer) +#sout-mosaic-bridge-height=0 + +# Sample aspect ratio (string) +#sout-mosaic-bridge-sar=1:1 + +# Image chroma (string) +#sout-mosaic-bridge-chroma= + +# Video filter (string) +#sout-mosaic-bridge-vfilter= + +# Transparency (integer) +#sout-mosaic-bridge-alpha=255 + +# X offset (integer) +#sout-mosaic-bridge-x=-1 + +# Y offset (integer) +#sout-mosaic-bridge-y=-1 + +[es] # Elementary stream output + +# Output access method (string) +#sout-es-access= + +# Output muxer (string) +#sout-es-mux= + +# Output URL (string) +#sout-es-dst= + +# Audio output access method (string) +#sout-es-access-audio= + +# Audio output muxer (string) +#sout-es-mux-audio= + +# Audio output URL (string) +#sout-es-dst-audio= + +# Video output access method (string) +#sout-es-access-video= + +# Video output muxer (string) +#sout-es-mux-video= + +# Video output URL (string) +#sout-es-dst-video= + +[display] # Display stream output + +# Enable audio (boolean) +#sout-display-audio=1 + +# Enable video (boolean) +#sout-display-video=1 + +# Delay (ms) (integer) +#sout-display-delay=100 + +[delay] # Delay a stream + +# Elementary Stream ID (integer) +#sout-delay-id=0 + +# Delay of the ES (ms) (integer) +#sout-delay-delay=0 + +[stream_out_chromecast] # Chromecast stream output + +# ? (string) +#sout-chromecast-ip= + +# ? (integer) +#sout-chromecast-port=8009 + +# ? (boolean) +#sout-chromecast-video=1 + +# HTTP port (integer) +#sout-chromecast-http-port=8010 + +# Performance warning (integer) +#sout-chromecast-show-perf-warning=1 + +# Enable Audio passthrough (boolean) +#sout-chromecast-audio-passthrough=0 + +# Conversion quality (integer) +#sout-chromecast-conversion-quality=1 + +[stream_out_chromaprint] # Chromaprint stream output + +# Duration of the fingerprinting (integer) +#duration=90 + +[bridge] # Bridge stream output + +# ID (integer) +#sout-bridge-out-id=0 + +# Destination bridge-in name (string) +#sout-bridge-out-in-name=default + +# Delay (integer) +#sout-bridge-in-delay=0 + +# ID Offset (integer) +#sout-bridge-in-id-offset=8192 + +# Name of current instance (string) +#sout-bridge-in-name=default + +# Fallback to placeholder stream when out of data (boolean) +#sout-bridge-in-placeholder=0 + +# Placeholder delay (integer) +#sout-bridge-in-placeholder-delay=200 + +# Wait for I frame before toggling placeholder (boolean) +#sout-bridge-in-placeholder-switch-on-iframe=1 + +[prefetch] # Stream prefetch filter + +# Buffer size (integer) +#prefetch-buffer-size=16384 + +# Read size (integer) +#prefetch-read-size=16384 + +# Seek threshold (integer) +#prefetch-seek-threshold=16384 + +[subsdelay] # Subtitle delay + +# Delay calculation mode (integer) +#subsdelay-mode=1 + +# Calculation factor (float) +#subsdelay-factor=2.000000 + +# Maximum overlapping subtitles (integer) +#subsdelay-overlap=3 + +# Minimum alpha value (integer) +#subsdelay-min-alpha=70 + +# Interval between two disappearances (integer) +#subsdelay-min-stops=1000 + +# Interval between appearance and disappearance (integer) +#subsdelay-min-start-stop=1000 + +# Interval between disappearance and appearance (integer) +#subsdelay-min-stop-start=1000 + +[rss] # RSS and Atom feed display + +# Feed URLs (string) +#rss-urls= + +# X offset (integer) +#rss-x=0 + +# Y offset (integer) +#rss-y=0 + +# Text position (integer) +#rss-position=-1 + +# Opacity (integer) +#rss-opacity=255 + +# Color (integer) +#rss-color=16777215 + +# Font size, pixels (integer) +#rss-size=0 + +# Speed of feeds (integer) +#rss-speed=100000 + +# Max length (integer) +#rss-length=60 + +# Refresh time (integer) +#rss-ttl=1800 + +# Feed images (boolean) +#rss-images=1 + +# Title display mode (integer) +#rss-title=-1 + +[remoteosd] # Remote-OSD over VNC + +# VNC Host (string) +#rmtosd-host=myvdr + +# VNC Port (integer) +#rmtosd-port=20001 + +# VNC Password (string) +#rmtosd-password= + +# VNC poll interval (integer) +#rmtosd-update=1000 + +# VNC polling (boolean) +#rmtosd-vnc-polling=0 + +# Mouse events (boolean) +#rmtosd-mouse-events=0 + +# Key events (boolean) +#rmtosd-key-events=0 + +# Alpha transparency value (default 255) (integer) +#rmtosd-alpha=255 + +[mosaic] # Mosaic video sub source + +# Transparency (integer) +#mosaic-alpha=255 + +# Height (integer) +#mosaic-height=100 + +# Width (integer) +#mosaic-width=100 + +# Mosaic alignment (integer) +#mosaic-align=5 + +# Top left corner X coordinate (integer) +#mosaic-xoffset=0 + +# Top left corner Y coordinate (integer) +#mosaic-yoffset=0 + +# Border width (integer) +#mosaic-borderw=0 + +# Border height (integer) +#mosaic-borderh=0 + +# Positioning method (integer) +#mosaic-position=0 + +# Number of rows (integer) +#mosaic-rows=2 + +# Number of columns (integer) +#mosaic-cols=2 + +# Keep aspect ratio (boolean) +#mosaic-keep-aspect-ratio=0 + +# Keep original size (boolean) +#mosaic-keep-picture=0 + +# Elements order (string) +#mosaic-order= + +# Offsets in order (string) +#mosaic-offsets= + +# Delay (integer) +#mosaic-delay=0 + +[marq] # Marquee display + +# Text (string) +#marq-marquee=VLC + +# Text file (string) +#marq-file= + +# X offset (integer) +#marq-x=0 + +# Y offset (integer) +#marq-y=0 + +# Marquee position (integer) +#marq-position=-1 + +# Opacity (integer) +#marq-opacity=255 + +# Color (integer) +#marq-color=16777215 + +# Font size, pixels (integer) +#marq-size=0 + +# Timeout (integer) +#marq-timeout=0 + +# Refresh period in ms (integer) +#marq-refresh=1000 + +[logo] # Logo sub source + +# Logo filenames (string) +#logo-file= + +# X coordinate (integer) +#logo-x=-1 + +# Y coordinate (integer) +#logo-y=-1 + +# Logo individual image time in ms (integer) +#logo-delay=1000 + +# Logo animation # of loops (integer) +#logo-repeat=-1 + +# Opacity of the logo (integer) +#logo-opacity=255 + +# Logo position (integer) +#logo-position=-1 + +[audiobargraph_v] # Audio Bar Graph Video sub source + +# X coordinate (integer) +#audiobargraph_v-x=0 + +# Y coordinate (integer) +#audiobargraph_v-y=0 + +# Transparency of the bargraph (integer) +#audiobargraph_v-transparency=255 + +# Bargraph position (integer) +#audiobargraph_v-position=-1 + +# Bar width in pixel (integer) +#audiobargraph_v-barWidth=10 + +# Bar Height in pixel (integer) +#audiobargraph_v-barHeight=400 + +[upnp] # Universal Plug'n'Play + +# SAT>IP channel list (string) +#satip-channelist=auto + +# Custom SAT>IP channel list URL (string) +#satip-channellist-url= + +[sap] # Network streams (SAP) + +# SAP multicast address (string) +#sap-addr= + +# SAP timeout (seconds) (integer) +#sap-timeout=1800 + +# Try to parse the announce (boolean) +#sap-parse=1 + +# SAP Strict mode (boolean) +#sap-strict=0 + +[podcast] # Podcasts + +# Podcast URLs list (string) +#podcast-urls= + +[mpegvideo] # MPEG-I/II video packetizer + +# Sync on Intra Frame (boolean) +#packetizer-mpegvideo-sync-iframe=0 + +[mux_ts] # TS muxer (libdvbpsi) + +# Digital TV Standard (string) +#sout-ts-standard=dvb + +# Video PID (integer) +#sout-ts-pid-video=100 + +# Audio PID (integer) +#sout-ts-pid-audio=200 + +# SPU PID (integer) +#sout-ts-pid-spu=300 + +# PMT PID (integer) +#sout-ts-pid-pmt=32 + +# TS ID (integer) +#sout-ts-tsid=0 + +# NET ID (integer) +#sout-ts-netid=0 + +# PMT Program numbers (string) +#sout-ts-program-pmt= + +# Set PID to ID of ES (boolean) +#sout-ts-es-id-pid=0 + +# Mux PMT (requires --sout-ts-es-id-pid) (string) +#sout-ts-muxpmt= + +# SDT Descriptors (requires --sout-ts-es-id-pid) (string) +#sout-ts-sdtdesc= + +# Data alignment (boolean) +#sout-ts-alignment=1 + +# Shaping delay (ms) (integer) +#sout-ts-shaping=200 + +# Use keyframes (boolean) +#sout-ts-use-key-frames=0 + +# PCR interval (ms) (integer) +#sout-ts-pcr=70 + +# Minimum B (deprecated) (integer) +#sout-ts-bmin=0 + +# Maximum B (deprecated) (integer) +#sout-ts-bmax=0 + +# DTS delay (ms) (integer) +#sout-ts-dts-delay=400 + +# Crypt audio (boolean) +#sout-ts-crypt-audio=1 + +# Crypt video (boolean) +#sout-ts-crypt-video=1 + +# CSA Key (string) +#sout-ts-csa-ck= + +# Second CSA Key (string) +#sout-ts-csa2-ck= + +# CSA Key in use (string) +#sout-ts-csa-use=1 + +# Packet size in bytes to encrypt (integer) +#sout-ts-csa-pkt=188 + +[ps] # PS muxer + +# DTS delay (ms) (integer) +#sout-ps-dts-delay=200 + +# PES maximum size (integer) +#sout-ps-pes-max-size=65500 + +[mux_ogg] # Ogg/OGM muxer + +# Index interval (integer) +#sout-ogg-indexintvl=1000 + +# Index size ratio (float) +#sout-ogg-indexratio=1.000000 + +[mp4] # MP4/MOV muxer + +# Create "Fast Start" files (boolean) +#sout-mp4-faststart=1 + +[avi] # AVI muxer + +# Artist (string) +#sout-avi-artist= + +# Date (string) +#sout-avi-date= + +# Genre (string) +#sout-avi-genre= + +# Copyright (string) +#sout-avi-copyright= + +# Comment (string) +#sout-avi-comment= + +# Name (string) +#sout-avi-name= + +# Subject (string) +#sout-avi-subject= + +# Encoder (string) +#sout-avi-encoder=VLC Media Player - 3.0.6 Vetinari + +# Keywords (string) +#sout-avi-keywords= + +[asf] # ASF muxer + +# Title (string) +#sout-asf-title= + +# Author (string) +#sout-asf-author= + +# Copyright (string) +#sout-asf-copyright= + +# Comment (string) +#sout-asf-comment= + +# Rating (string) +#sout-asf-rating= + +# Packet Size (integer) +#sout-asf-packet-size=4096 + +# Bitrate override (integer) +#sout-asf-bitrate-override=0 + +[rtsp] # Legacy RTSP VoD server + +# MUX for RAW RTSP transport (string) +#rtsp-raw-mux=ts + +# Maximum number of connections (integer) +#rtsp-throttle-users=0 + +# Sets the timeout option in the RTSP session string (integer) +#rtsp-session-timeout=5 + +[logger] # File logging + +[gnutls] # GNU TLS transport layer security + +# Use system trust database (boolean) +#gnutls-system-trust=1 + +# Trust directory (string) +#gnutls-dir-trust= + +# TLS cipher priorities (string) +#gnutls-priorities=NORMAL + +[audioscrobbler] # Submission of played songs to last.fm + +# Username (string) +#lastfm-username= + +# Password (string) +#lastfm-password= + +# Scrobbler URL (string) +#scrobbler-url=post.audioscrobbler.com + +[folder] # Folder meta data + +# Album art filename (string) +#album-art-filename= + +[lua] # Lua interpreter + +# Lua interface (string) +#lua-intf=dummy + +# Lua interface configuration (string) +#lua-config= + +# Password (string) +#http-password= + +# Source directory (string) +#http-src= + +# Directory index (boolean) +#http-index=0 + +# TCP command input (string) +#rc-host= + +# CLI input (string) +#cli-host= + +# Host (string) +#telnet-host=localhost + +# Port (integer) +#telnet-port=4212 + +# Password (string) +#telnet-password= + +[file] # File logger + +# Log to file (boolean) +#file-logging=0 + +# Log filename (string) +#logfile= + +# Log format (string) +#logmode=text + +# Verbosity (integer) +#log-verbose=-1 + +[console] # Console logger + +[file] # Secrets are stored on a file without any encryption + +# ? (string) +#keystore-file= + +[skins2] # Skinnable Interface + +# Skin to use (string) +skins2-last=C:\Program Files\VideoLAN\VLC\skins\default.vlt + +# Config of last used skin (string) +skins2-config=["aboutwin" "aboutwinwin-main" 795 514 330 171 0]["eqwin" "eqwin-main" 795 514 330 171 0]["fullscreenController" "fsc_normal" 710 1034 500 130 0]["main" "normal" 710 425 500 350 1]["plwin" "plwin-normal" 806 485 500 350 0] + +# Systray icon (boolean) +#skins2-systray=1 + +# Show VLC on the taskbar (boolean) +#skins2-taskbar=1 + +# Enable transparency effects (boolean) +#skins2-transparency=0 + +# Use a skinned playlist (boolean) +#skinned-playlist=1 + +# Display video in a skinned window if any (boolean) +#skinned-video=1 + +[qt] # Qt interface + +# Start in minimal view (without menus) (boolean) +#qt-minimal-view=0 + +# Systray icon (boolean) +#qt-system-tray=1 + +# Show notification popup on track change (integer) +#qt-notification=1 + +# Start VLC with only a systray icon (boolean) +#qt-start-minimized=0 + +# Pause the video playback when minimized (boolean) +#qt-pause-minimized=0 + +# Windows opacity between 0.1 and 1 (float) +#qt-opacity=1.000000 + +# Fullscreen controller opacity between 0.1 and 1 (float) +#qt-fs-opacity=0.800000 + +# Resize interface to the native video size (boolean) +#qt-video-autoresize=1 + +# Show playing item name in window title (boolean) +#qt-name-in-title=1 + +# Show a controller in fullscreen mode (boolean) +#qt-fs-controller=1 + +# Save the recently played items in the menu (boolean) +#qt-recentplay=1 + +# List of words separated by | to filter (string) +#qt-recentplay-filter= + +# Continue playback? (integer) +#qt-continue=1 + +# Activate the updates availability notification (boolean) +#qt-updates-notif=1 + +# Number of days between two update checks (integer) +#qt-updates-days=3 + +# Ignore keyboard volume buttons. (boolean) +#qt-disable-volume-keys=1 + +# Embed the file browser in open dialog (boolean) +#qt-embedded-open=0 + +# Show advanced preferences over simple ones (boolean) +#qt-advanced-pref=0 + +# Show unimportant error and warnings dialogs (boolean) +#qt-error-dialogs=1 + +# Define the colors of the volume slider (string) +#qt-slider-colours=153;210;153;20;210;20;255;199;15;245;39;29 + +# Ask for network policy at start (boolean) +qt-privacy-ask=0 + +# Define which screen fullscreen goes (integer) +#qt-fullscreen-screennumber=-1 + +# Load extensions on startup (boolean) +#qt-autoload-extensions=1 + +# Display background cone or art (boolean) +#qt-bgcone=1 + +# Expanding background cone or art (boolean) +#qt-bgcone-expands=0 + +# Allow automatic icon changes (boolean) +#qt-icon-change=1 + +# Maximum Volume displayed (integer) +#qt-max-volume=125 + +# Fullscreen controller mouse sensitivity (integer) +#qt-fs-sensitivity=3 + +# When to raise the interface (integer) +#qt-auto-raise=1 + +[vc1] # VC1 video demuxer + +# Frames per Second (float) +#vc1-fps=25.000000 + +[ts] # MPEG Transport Stream demuxer + +# Digital TV Standard (string) +#ts-standard=auto + +# Extra PMT (string) +#ts-extra-pmt= + +# Trust in-stream PCR (boolean) +#ts-trust-pcr=1 + +# Set id of ES to PID (boolean) +#ts-es-id-pid=1 + +# CSA Key (string) +#ts-csa-ck= + +# Second CSA Key (string) +#ts-csa2-ck= + +# Packet size in bytes to decrypt (integer) +#ts-csa-pkt=188 + +# Separate sub-streams (boolean) +#ts-split-es=1 + +# Seek based on percent not time (boolean) +#ts-seek-percent=0 + +# Check packets continuity counter (boolean) +#ts-cc-check=1 + +# Only create ES on program sending data (boolean) +#ts-pmtfix-waitdata=1 + +# Try to generate PAT/PMT if missing (boolean) +#ts-patfix=1 + +# Try to fix too early PCR (or late DTS) (boolean) +#ts-pcr-offsetfix=1 + +[subtitle] # Text subtitle parser + +# Frames per Second (float) +#sub-fps=0.000000 + +# Subtitle delay (integer) +#sub-delay=0 + +# Subtitle format (string) +#sub-type=auto + +# Subtitle description (string) +#sub-description= + +[rawvid] # Raw video demuxer + +# Frames per Second (string) +#rawvid-fps= + +# Width (integer) +#rawvid-width=0 + +# Height (integer) +#rawvid-height=0 + +# Force chroma (Use carefully) (string) +#rawvid-chroma= + +# Aspect ratio (string) +#rawvid-aspect-ratio= + +[rawdv] # DV (Digital Video) demuxer + +# Hurry up (boolean) +#rawdv-hurry-up=0 + +[rawaud] # Raw audio demuxer + +# Audio channels (integer) +#rawaud-channels=2 + +# Audio samplerate (Hz) (integer) +#rawaud-samplerate=48000 + +# FOURCC code of raw input format (string) +#rawaud-fourcc=s16l + +# Forces the audio language (string) +#rawaud-lang=eng + +[ps] # MPEG-PS demuxer + +# Trust MPEG timestamps (boolean) +#ps-trust-timestamps=1 + +[playlist] # Playlist + +# Skip ads (boolean) +#playlist-skip-ads=1 + +# Show shoutcast adult content (boolean) +#shoutcast-show-adult=0 + +[mp4] # MP4 stream demuxer + +# M4A audio only (boolean) +#mp4-m4a-audioonly=0 + +[mod] # MOD demuxer (libmodplug) + +# Noise reduction (boolean) +#mod-noisereduction=1 + +# Reverb (boolean) +#mod-reverb=0 + +# Reverberation level (integer) +#mod-reverb-level=0 + +# Reverberation delay (integer) +#mod-reverb-delay=40 + +# Mega bass (boolean) +#mod-megabass=0 + +# Mega bass level (integer) +#mod-megabass-level=0 + +# Mega bass cutoff (integer) +#mod-megabass-range=10 + +# Surround (boolean) +#mod-surround=0 + +# Surround level (integer) +#mod-surround-level=0 + +# Surround delay (ms) (integer) +#mod-surround-delay=5 + +[mkv] # Matroska stream demuxer + +# Respect ordered chapters (boolean) +#mkv-use-ordered-chapters=1 + +# Chapter codecs (boolean) +#mkv-use-chapter-codec=1 + +# Preload MKV files in the same directory (boolean) +#mkv-preload-local-dir=1 + +# Seek based on percent not time (boolean) +#mkv-seek-percent=0 + +# Dummy Elements (boolean) +#mkv-use-dummy=0 + +# Preload clusters (boolean) +#mkv-preload-clusters=0 + +[mjpeg] # M-JPEG camera demuxer + +# Frames per Second (float) +#mjpeg-fps=0.000000 + +[image] # Image demuxer + +# ES ID (integer) +#image-id=-1 + +# Group (integer) +#image-group=0 + +# Decode (boolean) +#image-decode=1 + +# Forced chroma (string) +#image-chroma= + +# Duration in seconds (float) +#image-duration=10.000000 + +# Frame rate (string) +#image-fps=10/1 + +# Real-time (boolean) +#image-realtime=0 + +[h26x] # H264 video demuxer + +# Frames per Second (float) +#h264-fps=0.000000 + +# Frames per Second (float) +#hevc-fps=0.000000 + +[es] # MPEG-I/II/4 / A52 / DTS / MLP audio + +# Frames per Second (float) +#es-fps=25.000000 + +[diracsys] # Dirac video demuxer + +# Value to adjust dts by (integer) +#dirac-dts-offset=0 + +[demuxdump] # File dumper + +# Dump module (string) +#demuxdump-access=file + +# Dump filename (string) +#demuxdump-file=stream-demux.dump + +# Append to existing file (boolean) +#demuxdump-append=0 + +[avi] # AVI demuxer + +# Force interleaved method (boolean) +#avi-interleaved=0 + +# Force index creation (integer) +#avi-index=0 + +[adaptive] # Unified adaptive streaming for DASH/HLS + +# Adaptive Logic (string) +#adaptive-logic= + +# Maximum device width (integer) +#adaptive-maxwidth=0 + +# Maximum device height (integer) +#adaptive-maxheight=0 + +# Fixed Bandwidth in KiB/s (integer) +#adaptive-bw=250 + +# Use regular HTTP modules (boolean) +#adaptive-use-access=0 + +[d3d9_filters] # Direct3D9 adjust filter + +# Image contrast (0-2) (float) +#contrast=1.000000 + +# Image brightness (0-2) (float) +#brightness=1.000000 + +# Image hue (0-360) (float) +#hue=0.000000 + +# Image saturation (0-3) (float) +#saturation=1.000000 + +# Image gamma (0-10) (float) +#gamma=1.000000 + +# Brightness threshold (boolean) +#brightness-threshold=0 + +[d3d11_filters] # Direct3D11 adjust filter + +# Image contrast (0-2) (float) +#contrast=1.000000 + +# Image brightness (0-2) (float) +#brightness=1.000000 + +# Image hue (0-360) (float) +#hue=0.000000 + +# Image saturation (0-3) (float) +#saturation=1.000000 + +# Image gamma (0-10) (float) +#gamma=1.000000 + +# Brightness threshold (boolean) +#brightness-threshold=0 + +[oldrc] # Remote control interface + +# Show stream position (boolean) +#rc-show-pos=0 + +# Do not open a DOS command box interface (boolean) +#rc-quiet=0 + +# TCP command input (string) +#rc-host= + +[ntservice] # Windows Service interface + +# Install Windows Service (boolean) +#ntservice-install=0 + +# Uninstall Windows Service (boolean) +#ntservice-uninstall=0 + +# Display name of the Service (string) +#ntservice-name=VLC media player + +# Configuration options (string) +#ntservice-options= + +# Extra interface modules (string) +#ntservice-extraintf= + +[netsync] # Network synchronization + +# Network master clock (boolean) +#netsync-master=0 + +# Master server IP address (string) +#netsync-master-ip= + +# UDP timeout (in ms) (integer) +#netsync-timeout=500 + +[gestures] # Mouse gestures control interface + +# Motion threshold (10-100) (integer) +#gestures-threshold=30 + +# Trigger button (string) +#gestures-button=left + +[dummy] # Dummy interface + +# Do not open a DOS command box interface (boolean) +#dummy-quiet=0 + +[zvbi] # VBI and Teletext decoder + +# Teletext page (integer) +#vbi-page=100 + +# Opacity (boolean) +#vbi-opaque=0 + +# Teletext alignment (integer) +#vbi-position=8 + +# Teletext text subtitles (boolean) +#vbi-text=0 + +# Presentation Level (integer) +#vbi-level=3 + +[x264] # H.264/MPEG-4 Part 10/AVC encoder (x264) + +# Maximum GOP size (integer) +#sout-x264-keyint=250 + +# Minimum GOP size (integer) +#sout-x264-min-keyint=25 + +# Use recovery points to close GOPs (boolean) +#sout-x264-opengop=0 + +# Enable compatibility hacks for Blu-ray support (boolean) +#sout-x264-bluray-compat=0 + +# Extra I-frames aggressivity (integer) +#sout-x264-scenecut=40 + +# B-frames between I and P (integer) +#sout-x264-bframes=3 + +# Adaptive B-frame decision (integer) +#sout-x264-b-adapt=1 + +# Influence (bias) B-frames usage (integer) +#sout-x264-b-bias=0 + +# Keep some B-frames as references (string) +#sout-x264-bpyramid=normal + +# CABAC (boolean) +#sout-x264-cabac=1 + +# Use fullrange instead of TV colorrange (boolean) +#sout-x264-fullrange=0 + +# Number of reference frames (integer) +#sout-x264-ref=3 + +# Skip loop filter (boolean) +#sout-x264-nf=0 + +# Loop filter AlphaC0 and Beta parameters alpha:beta (string) +#sout-x264-deblock=0:0 + +# Strength of psychovisual optimization, default is "1.0:0.0" (string) +#sout-x264-psy-rd=1.0:0.0 + +# Use Psy-optimizations (boolean) +#sout-x264-psy=1 + +# H.264 level (string) +#sout-x264-level=0 + +# H.264 profile (string) +#sout-x264-profile=high + +# Interlaced mode (boolean) +#sout-x264-interlaced=0 + +# Frame packing (integer) +#sout-x264-frame-packing=-1 + +# Force number of slices per frame (integer) +#sout-x264-slices=0 + +# Limit the size of each slice in bytes (integer) +#sout-x264-slice-max-size=0 + +# Limit the size of each slice in macroblocks (integer) +#sout-x264-slice-max-mbs=0 + +# HRD-timing information (string) +#sout-x264-hrd=none + +# Set QP (integer) +#sout-x264-qp=-1 + +# Quality-based VBR (integer) +#sout-x264-crf=23 + +# Min QP (integer) +#sout-x264-qpmin=10 + +# Max QP (integer) +#sout-x264-qpmax=51 + +# Max QP step (integer) +#sout-x264-qpstep=4 + +# Average bitrate tolerance (float) +#sout-x264-ratetol=1.000000 + +# Max local bitrate (integer) +#sout-x264-vbv-maxrate=0 + +# VBV buffer (integer) +#sout-x264-vbv-bufsize=0 + +# Initial VBV buffer occupancy (float) +#sout-x264-vbv-init=0.900000 + +# QP factor between I and P (float) +#sout-x264-ipratio=1.400000 + +# QP factor between P and B (float) +#sout-x264-pbratio=1.300000 + +# QP difference between chroma and luma (integer) +#sout-x264-chroma-qp-offset=0 + +# Multipass ratecontrol (integer) +#sout-x264-pass=0 + +# QP curve compression (float) +#sout-x264-qcomp=0.600000 + +# Reduce fluctuations in QP (float) +#sout-x264-cplxblur=20.000000 + +# Reduce fluctuations in QP (float) +#sout-x264-qblur=0.500000 + +# How AQ distributes bits (integer) +#sout-x264-aq-mode=1 + +# Strength of AQ (float) +#sout-x264-aq-strength=1.000000 + +# Partitions to consider (string) +#sout-x264-partitions=normal + +# Direct MV prediction mode (string) +#sout-x264-direct=spatial + +# Direct prediction size (integer) +#sout-x264-direct-8x8=1 + +# Weighted prediction for B-frames (boolean) +#sout-x264-weightb=1 + +# Weighted prediction for P-frames (integer) +#sout-x264-weightp=2 + +# Integer pixel motion estimation method (string) +#sout-x264-me=hex + +# Maximum motion vector search range (integer) +#sout-x264-merange=16 + +# Maximum motion vector length (integer) +#sout-x264-mvrange=-1 + +# Minimum buffer space between threads (integer) +#sout-x264-mvrange-thread=-1 + +# Subpixel motion estimation and partition decision quality (integer) +#sout-x264-subme=7 + +# Decide references on a per partition basis (boolean) +#sout-x264-mixed-refs=1 + +# Chroma in motion estimation (boolean) +#sout-x264-chroma-me=1 + +# Adaptive spatial transform size (boolean) +#sout-x264-8x8dct=1 + +# Trellis RD quantization (integer) +#sout-x264-trellis=1 + +# Framecount to use on frametype lookahead (integer) +#sout-x264-lookahead=40 + +# Use Periodic Intra Refresh (boolean) +#sout-x264-intra-refresh=0 + +# Use mb-tree ratecontrol (boolean) +#sout-x264-mbtree=1 + +# Early SKIP detection on P-frames (boolean) +#sout-x264-fast-pskip=1 + +# Coefficient thresholding on P-frames (boolean) +#sout-x264-dct-decimate=1 + +# Noise reduction (integer) +#sout-x264-nr=0 + +# Inter luma quantization deadzone (integer) +#sout-x264-deadzone-inter=21 + +# Intra luma quantization deadzone (integer) +#sout-x264-deadzone-intra=11 + +# Non-deterministic optimizations when threaded (boolean) +#sout-x264-non-deterministic=0 + +# CPU optimizations (boolean) +#sout-x264-asm=1 + +# PSNR computation (boolean) +#sout-x264-psnr=0 + +# SSIM computation (boolean) +#sout-x264-ssim=0 + +# Quiet mode (boolean) +#sout-x264-quiet=0 + +# SPS and PPS id numbers (integer) +#sout-x264-sps-id=0 + +# Access unit delimiters (boolean) +#sout-x264-aud=0 + +# Statistics (boolean) +#sout-x264-verbose=0 + +# Filename for 2 pass stats file (string) +#sout-x264-stats=x264_2pass.log + +# Default preset setting used (string) +sout-x264-preset=ultrafast + +# Default tune setting used (string) +sout-x264-tune=film + +# x264 advanced options (string) +#sout-x264-options= + +[x26410b] # H.264/MPEG-4 Part 10/AVC encoder (x264 10-bit) + +# Maximum GOP size (integer) +#sout-x26410b-keyint=250 + +# Minimum GOP size (integer) +#sout-x26410b-min-keyint=25 + +# Use recovery points to close GOPs (boolean) +#sout-x26410b-opengop=0 + +# Enable compatibility hacks for Blu-ray support (boolean) +#sout-x26410b-bluray-compat=0 + +# Extra I-frames aggressivity (integer) +#sout-x26410b-scenecut=40 + +# B-frames between I and P (integer) +#sout-x26410b-bframes=3 + +# Adaptive B-frame decision (integer) +#sout-x26410b-b-adapt=1 + +# Influence (bias) B-frames usage (integer) +#sout-x26410b-b-bias=0 + +# Keep some B-frames as references (string) +#sout-x26410b-bpyramid=normal + +# CABAC (boolean) +#sout-x26410b-cabac=1 + +# Use fullrange instead of TV colorrange (boolean) +#sout-x26410b-fullrange=0 + +# Number of reference frames (integer) +#sout-x26410b-ref=3 + +# Skip loop filter (boolean) +#sout-x26410b-nf=0 + +# Loop filter AlphaC0 and Beta parameters alpha:beta (string) +#sout-x26410b-deblock=0:0 + +# Strength of psychovisual optimization, default is "1.0:0.0" (string) +#sout-x26410b-psy-rd=1.0:0.0 + +# Use Psy-optimizations (boolean) +#sout-x26410b-psy=1 + +# H.264 level (string) +#sout-x26410b-level=0 + +# H.264 profile (string) +#sout-x26410b-profile=high + +# Interlaced mode (boolean) +#sout-x26410b-interlaced=0 + +# Frame packing (integer) +#sout-x26410b-frame-packing=-1 + +# Force number of slices per frame (integer) +#sout-x26410b-slices=0 + +# Limit the size of each slice in bytes (integer) +#sout-x26410b-slice-max-size=0 + +# Limit the size of each slice in macroblocks (integer) +#sout-x26410b-slice-max-mbs=0 + +# HRD-timing information (string) +#sout-x26410b-hrd=none + +# Set QP (integer) +#sout-x26410b-qp=-1 + +# Quality-based VBR (integer) +#sout-x26410b-crf=23 + +# Min QP (integer) +#sout-x26410b-qpmin=10 + +# Max QP (integer) +#sout-x26410b-qpmax=51 + +# Max QP step (integer) +#sout-x26410b-qpstep=4 + +# Average bitrate tolerance (float) +#sout-x26410b-ratetol=1.000000 + +# Max local bitrate (integer) +#sout-x26410b-vbv-maxrate=0 + +# VBV buffer (integer) +#sout-x26410b-vbv-bufsize=0 + +# Initial VBV buffer occupancy (float) +#sout-x26410b-vbv-init=0.900000 + +# QP factor between I and P (float) +#sout-x26410b-ipratio=1.400000 + +# QP factor between P and B (float) +#sout-x26410b-pbratio=1.300000 + +# QP difference between chroma and luma (integer) +#sout-x26410b-chroma-qp-offset=0 + +# Multipass ratecontrol (integer) +#sout-x26410b-pass=0 + +# QP curve compression (float) +#sout-x26410b-qcomp=0.600000 + +# Reduce fluctuations in QP (float) +#sout-x26410b-cplxblur=20.000000 + +# Reduce fluctuations in QP (float) +#sout-x26410b-qblur=0.500000 + +# How AQ distributes bits (integer) +#sout-x26410b-aq-mode=1 + +# Strength of AQ (float) +#sout-x26410b-aq-strength=1.000000 + +# Partitions to consider (string) +#sout-x26410b-partitions=normal + +# Direct MV prediction mode (string) +#sout-x26410b-direct=spatial + +# Direct prediction size (integer) +#sout-x26410b-direct-8x8=1 + +# Weighted prediction for B-frames (boolean) +#sout-x26410b-weightb=1 + +# Weighted prediction for P-frames (integer) +#sout-x26410b-weightp=2 + +# Integer pixel motion estimation method (string) +#sout-x26410b-me=hex + +# Maximum motion vector search range (integer) +#sout-x26410b-merange=16 + +# Maximum motion vector length (integer) +#sout-x26410b-mvrange=-1 + +# Minimum buffer space between threads (integer) +#sout-x26410b-mvrange-thread=-1 + +# Subpixel motion estimation and partition decision quality (integer) +#sout-x26410b-subme=7 + +# Decide references on a per partition basis (boolean) +#sout-x26410b-mixed-refs=1 + +# Chroma in motion estimation (boolean) +#sout-x26410b-chroma-me=1 + +# Adaptive spatial transform size (boolean) +#sout-x26410b-8x8dct=1 + +# Trellis RD quantization (integer) +#sout-x26410b-trellis=1 + +# Framecount to use on frametype lookahead (integer) +#sout-x26410b-lookahead=40 + +# Use Periodic Intra Refresh (boolean) +#sout-x26410b-intra-refresh=0 + +# Use mb-tree ratecontrol (boolean) +#sout-x26410b-mbtree=1 + +# Early SKIP detection on P-frames (boolean) +#sout-x26410b-fast-pskip=1 + +# Coefficient thresholding on P-frames (boolean) +#sout-x26410b-dct-decimate=1 + +# Noise reduction (integer) +#sout-x26410b-nr=0 + +# Inter luma quantization deadzone (integer) +#sout-x26410b-deadzone-inter=21 + +# Intra luma quantization deadzone (integer) +#sout-x26410b-deadzone-intra=11 + +# Non-deterministic optimizations when threaded (boolean) +#sout-x26410b-non-deterministic=0 + +# CPU optimizations (boolean) +#sout-x26410b-asm=1 + +# PSNR computation (boolean) +#sout-x26410b-psnr=0 + +# SSIM computation (boolean) +#sout-x26410b-ssim=0 + +# Quiet mode (boolean) +#sout-x26410b-quiet=0 + +# SPS and PPS id numbers (integer) +#sout-x26410b-sps-id=0 + +# Access unit delimiters (boolean) +#sout-x26410b-aud=0 + +# Statistics (boolean) +#sout-x26410b-verbose=0 + +# Filename for 2 pass stats file (string) +#sout-x26410b-stats=x264_2pass.log + +# Default preset setting used (string) +#sout-x26410b-preset= + +# Default tune setting used (string) +#sout-x26410b-tune= + +# x264 advanced options (string) +#sout-x26410b-options= + +[vpx] # WebM video decoder + +# Quality mode (integer) +#sout-vpx-quality-mode=1000000 + +[vorbis] # Vorbis audio decoder + +# Encoding quality (integer) +#sout-vorbis-quality=0 + +# Maximum encoding bitrate (integer) +#sout-vorbis-max-bitrate=0 + +# Minimum encoding bitrate (integer) +#sout-vorbis-min-bitrate=0 + +# CBR encoding (boolean) +#sout-vorbis-cbr=0 + +[twolame] # Libtwolame audio encoder + +# Encoding quality (float) +#sout-twolame-quality=0.000000 + +# Stereo mode (integer) +#sout-twolame-mode=0 + +# VBR mode (boolean) +#sout-twolame-vbr=0 + +# Psycho-acoustic model (integer) +#sout-twolame-psy=3 + +[ttml] # TTML subtitles decoder + +# Subtitle justification (integer) +#ttml-align=0 + +[theora] # Theora video decoder + +# Post processing quality (integer) +#theora-postproc=-1 + +# Encoding quality (integer) +#sout-theora-quality=2 + +[svcdsub] # Philips OGT (SVCD subtitle) decoder + +[subsusf] # USF subtitles decoder + +# Formatted Subtitles (boolean) +#subsdec-formatted=1 + +[subsdec] # Text subtitle decoder + +# Subtitle justification (integer) +#subsdec-align=-1 + +# Subtitle text encoding (string) +#subsdec-encoding= + +# UTF-8 subtitle autodetection (boolean) +#subsdec-autodetect-utf8=1 + +[spudec] # DVD subtitles decoder + +# Disable DVD subtitle transparency (boolean) +#dvdsub-transparency=0 + +[speex] # Speex audio decoder + +# Mode (integer) +#sout-speex-mode=0 + +# Encoding complexity (integer) +#sout-speex-complexity=3 + +# CBR encoding (boolean) +#sout-speex-cbr=0 + +# Encoding quality (float) +#sout-speex-quality=8.000000 + +# Maximal bitrate (integer) +#sout-speex-max-bitrate=0 + +# Voice activity detection (boolean) +#sout-speex-vad=1 + +# Discontinuous Transmission (boolean) +#sout-speex-dtx=0 + +[schroedinger] # Dirac video decoder using libschroedinger + +# Rate control method (string) +#sout-schro-rate-control= + +# Constant quality factor (float) +#sout-schro-quality=-1.000000 + +# Noise Threshold (float) +#sout-schro-noise-threshold=-1.000000 + +# CBR bitrate (kbps) (integer) +#sout-schro-bitrate=-1 + +# Maximum bitrate (kbps) (integer) +#sout-schro-max-bitrate=-1 + +# Minimum bitrate (kbps) (integer) +#sout-schro-min-bitrate=-1 + +# GOP structure (string) +#sout-schro-gop-structure= + +# GOP length (integer) +#sout-schro-gop-length=-1 + +# Chroma format (string) +#sout-schro-chroma-fmt=420 + +# Picture coding mode (string) +#sout-schro-coding-mode=auto + +# Motion Vector precision (string) +#sout-schro-mv-precision= + +# Size of motion compensation blocks (string) +#sout-schro-motion-block-size= + +# Overlap of motion compensation blocks (string) +#sout-schro-motion-block-overlap= + +# Three component motion estimation (integer) +#sout-schro-me-combined=-1 + +# Enable hierarchical Motion Estimation (integer) +#sout-schro-enable-hierarchical-me=-1 + +# Number of levels of downsampling (integer) +#sout-schro-downsample-levels=-1 + +# Enable Global Motion Estimation (integer) +#sout-schro-enable-global-me=-1 + +# Enable Phase Correlation Estimation (integer) +#sout-schro-enable-phasecorr-me=-1 + +# Intra picture DWT filter (string) +#sout-schro-intra-wavelet= + +# Inter picture DWT filter (string) +#sout-schro-inter-wavelet= + +# Number of DWT iterations (integer) +#sout-schro-transform-depth=-1 + +# Enable multiple quantizers (integer) +#sout-schro-enable-multiquant=-1 + +# Size of code blocks in each subband (string) +#sout-schro-codeblock-size= + +# Prefilter (string) +#sout-schro-filtering= + +# Amount of prefiltering (float) +#sout-schro-filter-value=-1.000000 + +# Enable Scene Change Detection (integer) +#sout-schro-enable-scd=-1 + +# perceptual weighting method (string) +#sout-schro-perceptual-weighting= + +# perceptual distance (float) +#sout-schro-perceptual-distance=-1.000000 + +# Disable arithmetic coding (integer) +#sout-schro-enable-noarith=-1 + +# Horizontal slices per frame (integer) +#sout-schro-horiz-slices=-1 + +# Vertical slices per frame (integer) +#sout-schro-vert-slices=-1 + +# Force Profile (string) +#sout-schro-force-profile= + +[qsv] # Intel QuickSync Video encoder for MPEG4-Part10/MPEG2 (aka H.264/H.262) + +# Enable software mode (boolean) +#sout-qsv-software=0 + +# Codec Profile (string) +#sout-qsv-h264-profile=unspecified + +# Codec Level (string) +#sout-qsv-h264-level=unspecified + +# Codec Profile (string) +#sout-qsv-mpeg2-profile=unspecified + +# Codec Level (string) +#sout-qsv-mpeg2-level=unspecified + +# Group of Picture size (integer) +#sout-qsv-gop-size=32 + +# Group of Picture Reference Distance (integer) +#sout-qsv-gop-refdist=4 + +# IDR interval (integer) +#sout-qsv-idr-interval=0 + +# Target Usage (string) +#sout-qsv-target-usage=quality + +# Rate Control Method (string) +#sout-qsv-rc-method=vbr + +# Quantization parameter (integer) +#sout-qsv-qp=0 + +# Quantization parameter for I-frames (integer) +#sout-qsv-qpi=0 + +# Quantization parameter for P-frames (integer) +#sout-qsv-qpp=0 + +# Quantization parameter for B-frames (integer) +#sout-qsv-qpb=0 + +# Maximum Bitrate (integer) +#sout-qsv-bitrate-max=0 + +# Accuracy of RateControl (integer) +#sout-qsv-accuracy=0 + +# Convergence time of 'avbr' RateControl (integer) +#sout-qsv-convergence=0 + +# Number of slices per frame (integer) +#sout-qsv-num-slice=0 + +# Number of reference frames (integer) +#sout-qsv-num-ref-frame=0 + +# Number of parallel operations (integer) +#sout-qsv-async-depth=4 + +[kate] # Kate overlay decoder + +# Formatted Subtitles (boolean) +#kate-formatted=1 + +[jpeg] # JPEG image decoder + +# Quality level (integer) +#sout-jpeg-quality=95 + +[fluidsynth] # FluidSynth MIDI synthesizer + +# SoundFont file (string) +#soundfont= + +# Chorus (boolean) +#synth-chorus=1 + +# Synthesis gain (float) +#synth-gain=0.500000 + +# Polyphony (integer) +#synth-polyphony=256 + +# Reverb (boolean) +#synth-reverb=1 + +# Sample rate (integer) +#synth-sample-rate=44100 + +[dvbsub] # DVB subtitles decoder + +# Subpicture position (integer) +#dvbsub-position=8 + +# Decoding X coordinate (integer) +#dvbsub-x=-1 + +# Decoding Y coordinate (integer) +#dvbsub-y=-1 + +# Encoding X coordinate (integer) +#sout-dvbsub-x=-1 + +# Encoding Y coordinate (integer) +#sout-dvbsub-y=-1 + +[ddummy] # Dummy decoder + +# Save raw codec data (boolean) +#dummy-save-es=0 + +[dca] # DTS Coherent Acoustics audio decoder + +# DTS dynamic range compression (boolean) +#dts-dynrng=1 + +[dav1d] # Dav1d video decoder + +# Frames Threads (integer) +#dav1d-thread-frames=0 + +# Tiles Threads (integer) +#dav1d-thread-tiles=0 + +[cc] # Closed Captions decoder + +# Opacity (boolean) +#cc-opaque=1 + +[avcodec] # FFmpeg audio/video decoder + +# Direct rendering (boolean) +#avcodec-dr=1 + +# Show corrupted frames (boolean) +#avcodec-corrupted=1 + +# Error resilience (integer) +#avcodec-error-resilience=1 + +# Workaround bugs (integer) +#avcodec-workaround-bugs=1 + +# Hurry up (boolean) +#avcodec-hurry-up=1 + +# Skip frame (default=0) (integer) +#avcodec-skip-frame=0 + +# Skip idct (default=0) (integer) +#avcodec-skip-idct=0 + +# Allow speed tricks (boolean) +#avcodec-fast=0 + +# Skip the loop filter for H.264 decoding (integer) +#avcodec-skiploopfilter=0 + +# Debug mask (integer) +#avcodec-debug=0 + +# Codec name (string) +#avcodec-codec= + +# Hardware decoding (string) +#avcodec-hw=any + +# Threads (integer) +#avcodec-threads=0 + +# Advanced options (string) +#avcodec-options= + +# Codec name (string) +#sout-avcodec-codec= + +# Quality level (string) +#sout-avcodec-hq=rd + +# Ratio of key frames (integer) +#sout-avcodec-keyint=0 + +# Ratio of B frames (integer) +#sout-avcodec-bframes=0 + +# Hurry up (boolean) +#sout-avcodec-hurry-up=0 + +# Interlaced encoding (boolean) +#sout-avcodec-interlace=0 + +# Interlaced motion estimation (boolean) +#sout-avcodec-interlace-me=1 + +# Video bitrate tolerance (integer) +#sout-avcodec-vt=0 + +# Pre-motion estimation (boolean) +#sout-avcodec-pre-me=0 + +# Rate control buffer size (integer) +#sout-avcodec-rc-buffer-size=0 + +# Rate control buffer aggressiveness (float) +#sout-avcodec-rc-buffer-aggressivity=1.000000 + +# I quantization factor (float) +#sout-avcodec-i-quant-factor=0.000000 + +# Noise reduction (integer) +#sout-avcodec-noise-reduction=0 + +# MPEG4 quantization matrix (boolean) +#sout-avcodec-mpeg4-matrix=0 + +# Minimum video quantizer scale (integer) +#sout-avcodec-qmin=0 + +# Maximum video quantizer scale (integer) +#sout-avcodec-qmax=0 + +# Trellis quantization (boolean) +#sout-avcodec-trellis=0 + +# Fixed quantizer scale (float) +#sout-avcodec-qscale=3.000000 + +# Strict standard compliance (integer) +#sout-avcodec-strict=0 + +# Luminance masking (float) +#sout-avcodec-lumi-masking=0.000000 + +# Darkness masking (float) +#sout-avcodec-dark-masking=0.000000 + +# Motion masking (float) +#sout-avcodec-p-masking=0.000000 + +# Border masking (float) +#sout-avcodec-border-masking=0.000000 + +# Luminance elimination (integer) +#sout-avcodec-luma-elim-threshold=0 + +# Chrominance elimination (integer) +#sout-avcodec-chroma-elim-threshold=0 + +# Specify AAC audio profile to use (string) +#sout-avcodec-aac-profile=low + +# Advanced options (string) +#sout-avcodec-options= + +# Format name (string) +#avformat-format= + +# Advanced options (string) +#avformat-options= + +# Avformat mux (string) +#sout-avformat-mux= + +# Advanced options (string) +#sout-avformat-options= + +# Advanced options (string) +#avio-options= + +# Advanced options (string) +#sout-avio-options= + +[aribsub] # ARIB subtitles decoder + +# Ignore ruby (furigana) (boolean) +#aribsub-ignore-ruby=0 + +# Use Core Text renderer (boolean) +#aribsub-use-coretext=0 + +[a52] # ATSC A/52 (AC-3) audio decoder + +# A/52 dynamic range compression (boolean) +#a52-dynrng=1 + +[waveout] # WaveOut audio output + +# Select Audio Device (string) +#waveout-audio-device=wavemapper + +# Audio volume (float) +#waveout-volume=1.000000 + +# Use float32 output (boolean) +#waveout-float32=1 + +# Audio output channels (integer) +#waveout-audio-channels=9 + +[mmdevice] # Windows Multimedia Device output + +# Output back-end (string) +#mmdevice-backend=any + +# HDMI/SPDIF audio passthrough (integer) +#mmdevice-passthrough=0 + +# Output device (string) +#mmdevice-audio-device= + +# Audio volume (float) +#mmdevice-volume=1.000000 + +[directsound] # DirectX audio output + +# Output device (string) +#directx-audio-device= + +# Use float32 output (boolean) +#directx-audio-float32=1 + +# Speaker configuration (string) +#directx-audio-speaker=Windows default + +# Audio volume (float) +#directx-volume=1.000000 + +[amem] # Audio memory output + +# Sample format (string) +#amem-format=S16N + +# Sample rate (integer) +#amem-rate=44100 + +# Channels count (integer) +#amem-channels=2 + +[afile] # File audio output + +# Output file (string) +#audiofile-file=audiofile.wav + +# Output format (string) +#audiofile-format=s16 + +# Number of output channels (integer) +#audiofile-channels=0 + +# Add WAVE header (boolean) +#audiofile-wav=1 + +[stereo_widen] # Simple stereo widening effect + +# Delay time (float) +#stereowiden-delay=20.000000 + +# Feedback gain (float) +#stereowiden-feedback=0.300000 + +# Crossfeed (float) +#stereowiden-crossfeed=0.300000 + +# Dry mix (float) +#stereowiden-dry-mix=0.800000 + +[speex_resampler] # Speex resampler + +# Resampling quality (integer) +#speex-resampler-quality=4 + +[spatializer] # Audio Spatializer + +# Room size (float) +#spatializer-roomsize=0.850000 + +# Room width (float) +#spatializer-width=1.000000 + +# Wet (float) +#spatializer-wet=0.400000 + +# Dry (float) +#spatializer-dry=0.500000 + +# Damp (float) +#spatializer-damp=0.500000 + +[spatialaudio] # Ambisonics renderer and binauralizer + +# Headphones mode (binaural) (boolean) +#spatialaudio-headphones=0 + +# HRTF file for the binauralization (string) +#hrtf-file= + +[scaletempo] # Audio tempo scaler synched with rate + +# Stride Length (integer) +#scaletempo-stride=30 + +# Overlap Length (float) +#scaletempo-overlap=0.200000 + +# Search Length (integer) +#scaletempo-search=14 + +[scaletempo_pitch] # Pitch Shifter + +# Stride Length (integer) +#scaletempo-stride=30 + +# Overlap Length (float) +#scaletempo-overlap=0.200000 + +# Search Length (integer) +#scaletempo-search=14 + +# Pitch Shift (float) +#pitch-shift=0.000000 + +[samplerate] # Secret Rabbit Code (libsamplerate) resampler + +# Sample rate converter type (integer) +#src-converter-type=2 + +[remap] # Audio channel remapper + +# Left (integer) +#aout-remap-channel-left=0 + +# Center (integer) +#aout-remap-channel-center=1 + +# Right (integer) +#aout-remap-channel-right=2 + +# Rear left (integer) +#aout-remap-channel-rearleft=3 + +# Rear center (integer) +#aout-remap-channel-rearcenter=4 + +# Rear right (integer) +#aout-remap-channel-rearright=5 + +# Side left (integer) +#aout-remap-channel-middleleft=6 + +# Side right (integer) +#aout-remap-channel-middleright=7 + +# Low-frequency effects (integer) +#aout-remap-channel-lfe=8 + +# Normalize channels (boolean) +#aout-remap-normalize=1 + +[param_eq] # Parametric Equalizer + +# Low freq (Hz) (float) +#param-eq-lowf=100.000000 + +# Low freq gain (dB) (float) +#param-eq-lowgain=0.000000 + +# High freq (Hz) (float) +#param-eq-highf=10000.000000 + +# High freq gain (dB) (float) +#param-eq-highgain=0.000000 + +# Freq 1 (Hz) (float) +#param-eq-f1=300.000000 + +# Freq 1 gain (dB) (float) +#param-eq-gain1=0.000000 + +# Freq 1 Q (float) +#param-eq-q1=3.000000 + +# Freq 2 (Hz) (float) +#param-eq-f2=1000.000000 + +# Freq 2 gain (dB) (float) +#param-eq-gain2=0.000000 + +# Freq 2 Q (float) +#param-eq-q2=3.000000 + +# Freq 3 (Hz) (float) +#param-eq-f3=3000.000000 + +# Freq 3 gain (dB) (float) +#param-eq-gain3=0.000000 + +# Freq 3 Q (float) +#param-eq-q3=3.000000 + +[normvol] # Volume normalizer + +# Number of audio buffers (integer) +#norm-buff-size=20 + +# Maximal volume level (float) +#norm-max-level=2.000000 + +[mono] # Stereo to mono downmixer + +# Use downmix algorithm (boolean) +#sout-mono-downmix=1 + +# Select channel to keep (integer) +#sout-mono-channel=-1 + +[headphone] # Headphone virtual spatialization effect + +# Characteristic dimension (integer) +#headphone-dim=10 + +# Compensate delay (boolean) +#headphone-compensate=0 + +# No decoding of Dolby Surround (boolean) +#headphone-dolby=0 + +[gain] # Gain control filter + +# Gain multiplier (float) +#gain-value=1.000000 + +[equalizer] # Equalizer with 10 bands + +# Equalizer preset (string) +#equalizer-preset=flat + +# Bands gain (string) +#equalizer-bands= + +# Two pass (boolean) +#equalizer-2pass=0 + +# Use VLC frequency bands (boolean) +#equalizer-vlcfreqs=1 + +# Global gain (float) +#equalizer-preamp=12.000000 + +[compressor] # Dynamic range compressor + +# RMS/peak (float) +#compressor-rms-peak=0.200000 + +# Attack time (float) +#compressor-attack=25.000000 + +# Release time (float) +#compressor-release=100.000000 + +# Threshold level (float) +#compressor-threshold=-11.000000 + +# Ratio (float) +#compressor-ratio=4.000000 + +# Knee radius (float) +#compressor-knee=5.000000 + +# Makeup gain (float) +#compressor-makeup-gain=7.000000 + +[chorus_flanger] # Sound Delay + +# Delay time (float) +#delay-time=20.000000 + +# Sweep Depth (float) +#sweep-depth=6.000000 + +# Sweep Rate (float) +#sweep-rate=6.000000 + +# Feedback gain (float) +#feedback-gain=0.500000 + +# Wet mix (float) +#wet-mix=0.400000 + +# Dry Mix (float) +#dry-mix=0.400000 + +[audiobargraph_a] # Audio part of the BarGraph function + +# Defines if BarGraph information should be sent (integer) +#audiobargraph_a-bargraph=1 + +# Sends the barGraph information every n audio packets (integer) +#audiobargraph_a-bargraph_repetition=4 + +# Defines if silence alarm information should be sent (integer) +#audiobargraph_a-silence=1 + +# Time window to use in ms (integer) +#audiobargraph_a-time_window=5000 + +# Minimum Audio level to raise the alarm (float) +#audiobargraph_a-alarm_threshold=0.020000 + +# Time between two alarm messages in ms (integer) +#audiobargraph_a-repetition_time=2000 + +[udp] # UDP stream output + +# Caching value (ms) (integer) +#sout-udp-caching=300 + +# Group packets (integer) +#sout-udp-group=1 + +[access_output_srt] # SRT stream output + +# SRT chunk size (bytes) (integer) +#chunk-size=1316 + +# Return poll wait after timeout milliseconds (-1 = infinite) (integer) +#poll-timeout=100 + +# SRT latency (ms) (integer) +#latency=125 + +# Password for stream encryption (string) +#passphrase= + +# Crypto key length in bytes (integer) +#key-length=16 + +[access_output_shout] # IceCAST output + +# Stream name (string) +#sout-shout-name=VLC media player - Live stream + +# Stream description (string) +#sout-shout-description=Live stream from VLC media player + +# Stream MP3 (boolean) +#sout-shout-mp3=0 + +# Genre description (string) +#sout-shout-genre=Alternative + +# URL description (string) +#sout-shout-url=http://www.videolan.org/vlc + +# Bitrate (string) +#sout-shout-bitrate= + +# Samplerate (string) +#sout-shout-samplerate= + +# Number of channels (string) +#sout-shout-channels= + +# Ogg Vorbis Quality (string) +#sout-shout-quality= + +# Stream public (boolean) +#sout-shout-public=0 + +[access_output_livehttp] # HTTP Live streaming output + +# Segment length (integer) +#sout-livehttp-seglen=10 + +# Number of segments (integer) +#sout-livehttp-numsegs=0 + +# Number of first segment (integer) +#sout-livehttp-initial-segment-number=1 + +# Split segments anywhere (boolean) +#sout-livehttp-splitanywhere=0 + +# Delete segments (boolean) +#sout-livehttp-delsegs=1 + +# Use muxers rate control mechanism (boolean) +#sout-livehttp-ratecontrol=0 + +# Allow cache (boolean) +#sout-livehttp-caching=0 + +# Use randomized IV for encryption (boolean) +#sout-livehttp-generate-iv=0 + +# Index file (string) +#sout-livehttp-index= + +# Full URL to put in index file (string) +#sout-livehttp-index-url= + +# AES key URI to place in playlist (string) +#sout-livehttp-key-uri= + +# AES key file (string) +#sout-livehttp-key-file= + +# File where vlc reads key-uri and keyfile-location (string) +#sout-livehttp-key-loadfile= + +[http] # HTTP stream output + +# Username (string) +#sout-http-user= + +# Password (string) +#sout-http-pwd= + +# Mime (string) +#sout-http-mime= + +# Metacube (boolean) +#sout-http-metacube=0 + +[file] # File stream output + +# Overwrite existing file (boolean) +#sout-file-overwrite=1 + +# Append to file (boolean) +#sout-file-append=0 + +# Format time and date (boolean) +#sout-file-format=0 + +[vnc] # VNC client access + +# Username (string) +#rfb-user= + +# Password (string) +#rfb-password= + +# X.509 Certificate Authority (string) +#rfb-x509-ca= + +# X.509 Certificate Revocation List (string) +#rfb-x509-crl= + +# X.509 Client certificate (string) +#rfb-x509-client-cert= + +# X.509 Client private key (string) +#rfb-x509-client-key= + +# Frame rate (float) +#rfb-fps=5.000000 + +# Frame buffer depth (string) +#rfb-chroma=RV32 + +# Compression level (integer) +#rfb-compress-level=0 + +# Image quality (integer) +#rfb-quality-level=9 + +[vdr] # VDR recordings + +# Chapter offset in ms (integer) +#vdr-chapter-offset=0 + +# Frame rate (float) +#vdr-fps=25.000000 + +[udp] # UDP input + +# UDP Source timeout (sec) (integer) +#udp-timeout=-1 + +[timecode] # Time code subpicture elementary stream generator + +# Frame rate (string) +#timecode-fps=25/1 + +[smb] # SMB input + +# Username (string) +#smb-user= + +# Password (string) +#smb-pwd= + +# SMB domain (string) +#smb-domain= + +[shm] # Shared memory framebuffer + +# Frame rate (float) +#shm-fps=10.000000 + +# Frame buffer depth (integer) +#shm-depth=0 + +# Frame buffer width (integer) +#shm-width=800 + +# Frame buffer height (integer) +#shm-height=480 + +[sftp] # SFTP input + +# SFTP port (integer) +#sftp-port=22 + +# Username (string) +#sftp-user= + +# Password (string) +#sftp-pwd= + +[screen] # Screen Input + +# Frame rate (float) +#screen-fps=1.000000 + +# Region top row (integer) +#screen-top=0 + +# Region left column (integer) +#screen-left=0 + +# Capture region width (integer) +#screen-width=0 + +# Capture region height (integer) +#screen-height=0 + +# Follow the mouse (boolean) +#screen-follow-mouse=0 + +# Mouse pointer image (string) +#screen-mouse-image= + +# Capture fragment size (integer) +#screen-fragment-size=0 + +[satip] # SAT>IP Receiver Plugin + +# Receive buffer (integer) +#satip-buffer=4194304 + +# Request multicast stream (boolean) +#satip-multicast=0 + +# Host (string) +#satip-host= + +[rtp] # Real-Time Protocol (RTP) input + +# RTCP (local) port (integer) +#rtcp-port=0 + +# SRTP key (hexadecimal) (string) +#srtp-key= + +# SRTP salt (hexadecimal) (string) +#srtp-salt= + +# Maximum RTP sources (integer) +#rtp-max-src=1 + +# RTP source timeout (sec) (integer) +#rtp-timeout=5 + +# Maximum RTP sequence number dropout (integer) +#rtp-max-dropout=3000 + +# Maximum RTP sequence number misordering (integer) +#rtp-max-misorder=100 + +# RTP payload format assumed for dynamic payloads (string) +#rtp-dynamic-pt= + +[nfs] # NFS input + +# Set NFS uid/guid automatically (boolean) +#nfs-auto-guid=1 + +[live555] # RTP/RTSP/SDP demuxer (using Live555) + +# Use RTP over RTSP (TCP) (boolean) +#rtsp-tcp=0 + +# Client port (integer) +#rtp-client-port=-1 + +# Force multicast RTP via RTSP (boolean) +#rtsp-mcast=0 + +# Tunnel RTSP and RTP over HTTP (boolean) +#rtsp-http=0 + +# HTTP tunnel port (integer) +#rtsp-http-port=80 + +# Kasenna RTSP dialect (boolean) +#rtsp-kasenna=0 + +# WMServer RTSP dialect (boolean) +#rtsp-wmserver=0 + +# Username (string) +#rtsp-user= + +# Password (string) +#rtsp-pwd= + +# RTSP frame buffer size (integer) +#rtsp-frame-buffer-size=250000 + +[libbluray] # Blu-ray Disc support (libbluray) + +# Blu-ray menus (boolean) +#bluray-menu=1 + +# Region code (string) +#bluray-region=B + +[http] # HTTP input + +# Auto re-connect (boolean) +#http-reconnect=0 + +[access] # HTTPS input + +# Cookies forwarding (boolean) +#http-forward-cookies=1 + +# User agent (string) +#http-user-agent= + +[ftp] # FTP input + +# Username (string) +#ftp-user= + +# Password (string) +#ftp-pwd= + +# FTP account (string) +#ftp-account=anonymous + +[filesystem] # File input + +# List special files (boolean) +#list-special-files=0 + +[dvdread] # DVDRead Input (no menu support) + +# DVD angle (integer) +#dvdread-angle=1 + +[dvdnav] # DVDnav Input + +# DVD angle (integer) +#dvdnav-angle=1 + +# Start directly in menu (boolean) +#dvdnav-menu=1 + +[dtv] # Digital Television and Radio + +# DVB adapter (integer) +#dvb-adapter=-1 + +# Network name (string) +#dvb-network-name= + +# Network name to create (string) +#dvb-create-name= + +# Frequency (Hz) (integer) +#dvb-frequency=0 + +# Spectrum inversion (integer) +#dvb-inversion=-1 + +# Bandwidth (MHz) (integer) +#dvb-bandwidth=0 + +# Transmission mode (integer) +#dvb-transmission=0 + +# Guard interval (string) +#dvb-guard= + +# High-priority code rate (string) +#dvb-code-rate-hp= + +# Low-priority code rate (string) +#dvb-code-rate-lp= + +# Hierarchy mode (integer) +#dvb-hierarchy=-1 + +# DVB-T2 Physical Layer Pipe (integer) +#dvb-plp-id=0 + +# Layer A modulation (string) +#dvb-a-modulation= + +# Layer A code rate (string) +#dvb-a-fec= + +# Layer A segments count (integer) +#dvb-a-count=0 + +# Layer A time interleaving (integer) +#dvb-a-interleaving=0 + +# Layer B modulation (string) +#dvb-b-modulation= + +# Layer B code rate (string) +#dvb-b-fec= + +# Layer B segments count (integer) +#dvb-b-count=0 + +# Layer B time interleaving (integer) +#dvb-b-interleaving=0 + +# Layer C modulation (string) +#dvb-c-modulation= + +# Layer C code rate (string) +#dvb-c-fec= + +# Layer C segments count (integer) +#dvb-c-count=0 + +# Layer C time interleaving (integer) +#dvb-c-interleaving=0 + +# Modulation / Constellation (string) +#dvb-modulation= + +# Symbol rate (bauds) (integer) +#dvb-srate=0 + +# FEC code rate (string) +#dvb-fec= + +# Stream identifier (integer) +#dvb-stream=0 + +# Pilot (integer) +#dvb-pilot=-1 + +# Roll-off factor (integer) +#dvb-rolloff=-1 + +# Transport stream ID (integer) +#dvb-ts-id=0 + +# Polarization (Voltage) (string) +#dvb-polarization= + +# (integer) +#dvb-voltage=13 + +# Local oscillator low frequency (kHz) (integer) +#dvb-lnb-low=0 + +# Local oscillator high frequency (kHz) (integer) +#dvb-lnb-high=0 + +# Universal LNB switch frequency (kHz) (integer) +#dvb-lnb-switch=11700000 + +# Network identifier (integer) +#dvb-network-id=0 + +# Satellite azimuth (integer) +#dvb-azimuth=0 + +# Satellite elevation (integer) +#dvb-elevation=0 + +# Satellite longitude (integer) +#dvb-longitude=0 + +# Satellite range code (string) +#dvb-range= + +# Major channel (integer) +#dvb-major-channel=0 + +# ATSC minor channel (integer) +#dvb-minor-channel=0 + +# Physical channel (integer) +#dvb-physical-channel=0 + +[dshow] # DirectShow input + +# Video device name (string) +#dshow-vdev= + +# Audio device name (string) +#dshow-adev= + +# Video size (string) +#dshow-size= + +# Picture aspect-ratio n:m (string) +#dshow-aspect-ratio=4:3 + +# Video input chroma format (string) +#dshow-chroma= + +# Video input frame rate (float) +#dshow-fps=0.000000 + +# Device properties (boolean) +#dshow-config=0 + +# Tuner properties (boolean) +#dshow-tuner=0 + +# Tuner TV Channel (integer) +#dshow-tuner-channel=0 + +# Tuner Frequency (integer) +#dshow-tuner-frequency=0 + +# Tuner country code (integer) +#dshow-tuner-country=0 + +# Video standard (integer) +#dshow-tuner-standard=0 + +# Tuner input type (integer) +#dshow-tuner-input=0 + +# Video input pin (integer) +#dshow-video-input=-1 + +# Video output pin (integer) +#dshow-video-output=-1 + +# Audio input pin (integer) +#dshow-audio-input=-1 + +# Audio output pin (integer) +#dshow-audio-output=-1 + +# AM Tuner mode (integer) +#dshow-amtuner-mode=1 + +# Number of audio channels (integer) +#dshow-audio-channels=0 + +# Audio sample rate (integer) +#dshow-audio-samplerate=0 + +# Audio bits per sample (integer) +#dshow-audio-bitspersample=0 + +[dcp] # Digital Cinema Package module + +# KDM file (string) +#kdm= + +[cdda] # Audio CD input + +# Audio CD device (string) +#cd-audio=D: + +# CDDB Server (string) +#cddb-server=freedb.videolan.org + +# CDDB port (integer) +#cddb-port=80 + +[wasapi] # Windows Audio Session API input + +# Loopback mode (boolean) +#wasapi-loopback=0 + +[access_srt] # SRT input + +# SRT chunk size (bytes) (integer) +#chunk-size=1316 + +# Return poll wait after timeout milliseconds (-1 = infinite) (integer) +#poll-timeout=-1 + +# SRT latency (ms) (integer) +#latency=125 + +# Password for stream encryption (string) +#passphrase= + +# Crypto key length in bytes (integer) +#key-length=16 + +[access_mms] # Microsoft Media Server (MMS) input + +# TCP/UDP timeout (ms) (integer) +#mms-timeout=5000 + +# Force selection of all streams (boolean) +#mms-all=0 + +# Maximum bitrate (integer) +#mms-maxbitrate=0 + +[imem] # Memory input + +# ID (integer) +#imem-id=-1 + +# Group (integer) +#imem-group=0 + +# Category (integer) +#imem-cat=0 + +# Codec (string) +#imem-codec= + +# Language (string) +#imem-language= + +# Sample rate (integer) +#imem-samplerate=0 + +# Channels count (integer) +#imem-channels=0 + +# Width (integer) +#imem-width=0 + +# Height (integer) +#imem-height=0 + +# Display aspect ratio (string) +#imem-dar= + +# Frame rate (string) +#imem-fps= + +# Size (integer) +#imem-size=0 + +[concat] # Concatenated inputs + +# Inputs list (string) +#concat-list= + +[core] # core program + +# Enable audio (boolean) +#audio=1 + +# Audio gain (float) +#gain=1.000000 + +# Audio output volume step (float) +#volume-step=12.800000 + +# Remember the audio volume (boolean) +#volume-save=1 + +# Force S/PDIF support (boolean) +#spdif=0 + +# Force detection of Dolby Surround (integer) +#force-dolby-surround=0 + +# Stereo audio output mode (integer) +#stereo-mode=0 + +# Audio desynchronization compensation (integer) +#audio-desync=0 + +# Replay gain mode (string) +#audio-replay-gain-mode=none + +# Replay preamp (float) +#audio-replay-gain-preamp=0.000000 + +# Default replay gain (float) +#audio-replay-gain-default=-7.000000 + +# Peak protection (boolean) +#audio-replay-gain-peak-protection=1 + +# Enable time stretching audio (boolean) +#audio-time-stretch=1 + +# Audio output module (string) +aout=any + +# Media role (string) +#role=video + +# Audio filters (string) +#audio-filter= + +# Audio visualizations (string) +#audio-visual=none + +# Audio resampler (string) +#audio-resampler= + +# Enable video (boolean) +#video=1 + +# Grayscale video output (boolean) +#grayscale=0 + +# Fullscreen video output (boolean) +#fullscreen=0 + +# Embedded video (boolean) +#embedded-video=1 + +# (boolean) +#xlib=1 + +# Drop late frames (boolean) +#drop-late-frames=1 + +# Skip frames (boolean) +#skip-frames=1 + +# Quiet synchro (boolean) +#quiet-synchro=0 + +# Key press events (boolean) +#keyboard-events=1 + +# Mouse events (boolean) +#mouse-events=1 + +# Always on top (boolean) +#video-on-top=0 + +# Enable wallpaper mode (boolean) +#video-wallpaper=0 + +# Disable screensaver (boolean) +#disable-screensaver=1 + +# Show media title on video (boolean) +#video-title-show=1 + +# Show video title for x milliseconds (integer) +#video-title-timeout=5000 + +# Position of video title (integer) +#video-title-position=8 + +# Hide cursor and fullscreen controller after x milliseconds (integer) +#mouse-hide-timeout=1000 + +# Video snapshot directory (or filename) (string) +snapshot-path=D:\Pictures\vlc\201902 + +# Video snapshot file prefix (string) +snapshot-prefix= + +# Video snapshot format (string) +snapshot-format=jpg + +# Display video snapshot preview (boolean) +#snapshot-preview=1 + +# Use sequential numbers instead of timestamps (boolean) +#snapshot-sequential=0 + +# Video snapshot width (integer) +#snapshot-width=-1 + +# Video snapshot height (integer) +#snapshot-height=-1 + +# Video width (integer) +#width=-1 + +# Video height (integer) +#height=-1 + +# Video X coordinate (integer) +#video-x=0 + +# Video Y coordinate (integer) +#video-y=0 + +# Video cropping (string) +#crop= + +# Custom crop ratios list (string) +#custom-crop-ratios= + +# Source aspect ratio (string) +#aspect-ratio= + +# Video Auto Scaling (boolean) +#autoscale=1 + +# Monitor pixel aspect ratio (string) +#monitor-par= + +# Custom aspect ratios list (string) +#custom-aspect-ratios= + +# Fix HDTV height (boolean) +#hdtv-fix=1 + +# Window decorations (boolean) +#video-deco=1 + +# Video title (string) +#video-title= + +# Video alignment (integer) +#align=0 + +# Zoom video (float) +#zoom=1.000000 + +# Deinterlace (integer) +#deinterlace=-1 + +# Deinterlace mode (string) +#deinterlace-mode=auto + +# Video output module (string) +vout=any + +# Video filter module (string) +#video-filter= + +# Video splitter module (string) +#video-splitter= + +# Enable sub-pictures (boolean) +#spu=1 + +# On Screen Display (boolean) +osd=0 + +# Text rendering module (string) +#text-renderer= + +# Use subtitle file (string) +#sub-file= + +# Autodetect subtitle files (boolean) +#sub-autodetect-file=1 + +# Subtitle autodetection fuzziness (integer) +#sub-autodetect-fuzzy=3 + +# Subtitle autodetection paths (string) +#sub-autodetect-path=.\subtitles, .\subs + +# Force subtitle position (integer) +#sub-margin=0 + +# Subpictures source module (string) +#sub-source= + +# Subpictures filter module (string) +#sub-filter= + +# Program (integer) +#program=0 + +# Programs (string) +#programs= + +# Audio track (integer) +#audio-track=-1 + +# Subtitle track (integer) +#sub-track=-1 + +# Audio language (string) +#audio-language= + +# Subtitle language (string) +#sub-language= + +# Menu language (string) +#menu-language= + +# Audio track ID (integer) +#audio-track-id=-1 + +# Subtitle track ID (integer) +#sub-track-id=-1 + +# Preferred Closed Captions decoder (integer) +#captions=608 + +# Preferred video resolution (integer) +#preferred-resolution=-1 + +# Input repetitions (integer) +#input-repeat=0 + +# Start time (float) +#start-time=0.000000 + +# Stop time (float) +#stop-time=0.000000 + +# Run time (float) +#run-time=0.000000 + +# Fast seek (boolean) +#input-fast-seek=0 + +# Playback speed (float) +#rate=1.000000 + +# Input list (string) +#input-list= + +# Input slave (experimental) (string) +#input-slave= + +# Bookmarks list for a stream (string) +#bookmarks= + +# DVD device (string) +#dvd= + +# VCD device (string) +#vcd=D: + +# MTU of the network interface (integer) +#mtu=1400 + +# TCP connection timeout (integer) +#ipv4-timeout=5000 + +# HTTP server address (string) +#http-host= + +# HTTP server port (integer) +#http-port=8080 + +# HTTPS server port (integer) +#https-port=8443 + +# RTSP server address (string) +#rtsp-host= + +# RTSP server port (integer) +#rtsp-port=554 + +# HTTP/TLS server certificate (string) +#http-cert= + +# HTTP/TLS server private key (string) +#http-key= + +# HTTP proxy (string) +#http-proxy= + +# HTTP proxy password (string) +#http-proxy-pwd= + +# SOCKS server (string) +#socks= + +# SOCKS user name (string) +#socks-user= + +# SOCKS password (string) +#socks-pwd= + +# Title metadata (string) +#meta-title= + +# Author metadata (string) +#meta-author= + +# Artist metadata (string) +#meta-artist= + +# Genre metadata (string) +#meta-genre= + +# Copyright metadata (string) +#meta-copyright= + +# Description metadata (string) +#meta-description= + +# Date metadata (string) +#meta-date= + +# URL metadata (string) +#meta-url= + +# File caching (ms) (integer) +#file-caching=300 + +# Live capture caching (ms) (integer) +#live-caching=300 + +# Disc caching (ms) (integer) +#disc-caching=300 + +# Network caching (ms) (integer) +#network-caching=1000 + +# Clock reference average counter (integer) +#cr-average=40 + +# Clock synchronisation (integer) +#clock-synchro=-1 + +# Clock jitter (integer) +#clock-jitter=5000 + +# Network synchronisation (boolean) +#network-synchronisation=0 + +# Record directory (string) +#input-record-path= + +# Prefer native stream recording (boolean) +#input-record-native=1 + +# Timeshift directory (string) +#input-timeshift-path= + +# Timeshift granularity (integer) +#input-timeshift-granularity=-1 + +# Change title according to current media (string) +#input-title-format=$Z + +# Disable all lua plugins (boolean) +#lua=1 + +# Preferred decoders list (string) +#codec= + +# Preferred encoders list (string) +#encoder= + +# Access module (string) +#access= + +# Demux module (string) +#demux=any + +# Stream filter module (string) +#stream-filter= + +# Demux filter module (string) +#demux-filter= + +# Default stream output chain (string) +#sout= + +# Display while streaming (boolean) +#sout-display=0 + +# Keep stream output open (boolean) +#sout-keep=0 + +# Enable streaming of all ES (boolean) +#sout-all=1 + +# Enable audio stream output (boolean) +#sout-audio=1 + +# Enable video stream output (boolean) +#sout-video=1 + +# Enable SPU stream output (boolean) +#sout-spu=1 + +# Stream output muxer caching (ms) (integer) +#sout-mux-caching=1500 + +# VLM configuration file (string) +#vlm-conf= + +# SAP announcement interval (integer) +#sap-interval=5 + +# Mux module (string) +#mux= + +# Access output module (string) +#access_output= + +# Hop limit (TTL) (integer) +#ttl=-1 + +# Multicast output interface (string) +#miface= + +# DiffServ Code Point (integer) +#dscp=0 + +# Preferred packetizer list (string) +#packetizer= + +# VoD server module (string) +#vod-server= + +# Use a plugins cache (boolean) +#plugins-cache=1 + +# Scan for new plugins (boolean) +#plugins-scan=1 + +# Preferred keystore list (string) +#keystore= + +# Increase the priority of the process (boolean) +#high-priority=0 + +# Clock source (string) +#clock-source= + +# Play files randomly forever (boolean) +#random=0 + +# Repeat all (boolean) +loop=1 + +# Repeat current item (boolean) +#repeat=0 + +# Play and exit (boolean) +#play-and-exit=0 + +# Play and stop (boolean) +#play-and-stop=0 + +# Play and pause (boolean) +#play-and-pause=0 + +# Start paused (boolean) +#start-paused=0 + +# Auto start (boolean) +#playlist-autostart=1 + +# Pause on audio communication (boolean) +#playlist-cork=1 + +# Allow only one running instance (boolean) +#one-instance=0 + +# Use only one instance when started from file manager (boolean) +#one-instance-when-started-from-file=1 + +# Enqueue items into playlist in one instance mode (boolean) +#playlist-enqueue=0 + +# Use media library (boolean) +#media-library=0 + +# Display playlist tree (boolean) +#playlist-tree=0 + +# Default stream (string) +#open= + +# Automatically preparse items (boolean) +#auto-preparse=1 + +# Preparsing timeout (integer) +#preparse-timeout=5000 + +# Allow metadata network access (boolean) +#metadata-network-access=0 + +# Subdirectory behavior (string) +#recursive=collapse + +# Ignored extensions (string) +#ignore-filetypes=m3u,db,nfo,ini,jpg,jpeg,ljpg,gif,png,pgm,pgmyuv,pbm,pam,tga,bmp,pnm,xpm,xcf,pcx,tif,tiff,lbm,sfv,txt,sub,idx,srt,cue,ssa + +# Show hidden files (boolean) +#show-hiddenfiles=0 + +# Services discovery modules (string) +#services-discovery= + +# Show advanced options (boolean) +#advanced=0 + +# Interface interaction (boolean) +#interact=1 + +# Locally collect statistics (boolean) +#stats=1 + +# Interface module (string) +#intf= + +# Extra interface modules (string) +#extraintf= + +# Control interfaces (string) +#control= + +# Mouse wheel vertical axis control (integer) +#hotkeys-y-wheel-mode=0 + +# Mouse wheel horizontal axis control (integer) +#hotkeys-x-wheel-mode=2 + +# Fullscreen (string) +#global-key-toggle-fullscreen= + +# Fullscreen (string) +#key-toggle-fullscreen=f + +# Exit fullscreen (string) +#global-key-leave-fullscreen= + +# Exit fullscreen (string) +#key-leave-fullscreen=Esc + +# Play/Pause (string) +#global-key-play-pause= + +# Play/Pause (string) +#key-play-pause=Space + +# Pause only (string) +#global-key-pause= + +# Pause only (string) +#key-pause=Browser Stop + +# Play only (string) +#global-key-play= + +# Play only (string) +#key-play=Browser Refresh + +# Faster (string) +#global-key-faster= + +# Faster (string) +#key-faster=+ + +# Slower (string) +#global-key-slower= + +# Slower (string) +#key-slower=- + +# Normal rate (string) +#global-key-rate-normal= + +# Normal rate (string) +#key-rate-normal== + +# Faster (fine) (string) +#global-key-rate-faster-fine= + +# Faster (fine) (string) +#key-rate-faster-fine=] + +# Slower (fine) (string) +#global-key-rate-slower-fine= + +# Slower (fine) (string) +#key-rate-slower-fine=[ + +# Next (string) +#global-key-next= + +# Next (string) +#key-next=n + +# Previous (string) +#global-key-prev= + +# Previous (string) +#key-prev=p + +# Stop (string) +#global-key-stop= + +# Stop (string) +#key-stop=s + +# Position (string) +#global-key-position= + +# Position (string) +#key-position=t + +# Very short backwards jump (string) +#global-key-jump-extrashort= + +# Very short backwards jump (string) +#key-jump-extrashort=Shift+Left + +# Very short forward jump (string) +#global-key-jump+extrashort= + +# Very short forward jump (string) +#key-jump+extrashort=Shift+Right + +# Short backwards jump (string) +#global-key-jump-short= + +# Short backwards jump (string) +#key-jump-short=Alt+Left + +# Short forward jump (string) +#global-key-jump+short= + +# Short forward jump (string) +#key-jump+short=Alt+Right + +# Medium backwards jump (string) +#global-key-jump-medium= + +# Medium backwards jump (string) +#key-jump-medium=Ctrl+Left + +# Medium forward jump (string) +#global-key-jump+medium= + +# Medium forward jump (string) +#key-jump+medium=Ctrl+Right + +# Long backwards jump (string) +#global-key-jump-long= + +# Long backwards jump (string) +#key-jump-long=Ctrl+Alt+Left + +# Long forward jump (string) +#global-key-jump+long= + +# Long forward jump (string) +#key-jump+long=Ctrl+Alt+Right + +# Next frame (string) +#global-key-frame-next= + +# Next frame (string) +#key-frame-next=e + +# Activate (string) +#global-key-nav-activate= + +# Activate (string) +#key-nav-activate=Enter + +# Navigate up (string) +#global-key-nav-up= + +# Navigate up (string) +#key-nav-up=Up + +# Navigate down (string) +#global-key-nav-down= + +# Navigate down (string) +#key-nav-down=Down + +# Navigate left (string) +#global-key-nav-left= + +# Navigate left (string) +#key-nav-left=Left + +# Navigate right (string) +#global-key-nav-right= + +# Navigate right (string) +#key-nav-right=Right + +# Go to the DVD menu (string) +#global-key-disc-menu= + +# Go to the DVD menu (string) +#key-disc-menu=Shift+m + +# Select previous DVD title (string) +#global-key-title-prev= + +# Select previous DVD title (string) +#key-title-prev=Shift+o + +# Select next DVD title (string) +#global-key-title-next= + +# Select next DVD title (string) +#key-title-next=Shift+b + +# Select prev DVD chapter (string) +#global-key-chapter-prev= + +# Select prev DVD chapter (string) +#key-chapter-prev=Shift+p + +# Select next DVD chapter (string) +#global-key-chapter-next= + +# Select next DVD chapter (string) +#key-chapter-next=Shift+n + +# Quit (string) +#global-key-quit= + +# Quit (string) +#key-quit=Ctrl+q + +# Volume up (string) +#global-key-vol-up= + +# Volume up (string) +#key-vol-up=Ctrl+Up + +# Volume down (string) +#global-key-vol-down= + +# Volume down (string) +#key-vol-down=Ctrl+Down + +# Mute (string) +#global-key-vol-mute= + +# Mute (string) +#key-vol-mute=m + +# Subtitle delay up (string) +#global-key-subdelay-up= + +# Subtitle delay up (string) +#key-subdelay-up=h + +# Subtitle delay down (string) +#global-key-subdelay-down= + +# Subtitle delay down (string) +#key-subdelay-down=g + +# Subtitle sync / bookmark audio timestamp (string) +#global-key-subsync-markaudio= + +# Subtitle sync / bookmark audio timestamp (string) +#key-subsync-markaudio=Shift+h + +# Subtitle sync / bookmark subtitle timestamp (string) +#global-key-subsync-marksub= + +# Subtitle sync / bookmark subtitle timestamp (string) +#key-subsync-marksub=Shift+j + +# Subtitle sync / synchronize audio & subtitle timestamps (string) +#global-key-subsync-apply= + +# Subtitle sync / synchronize audio & subtitle timestamps (string) +#key-subsync-apply=Shift+k + +# Subtitle sync / reset audio & subtitle synchronization (string) +#global-key-subsync-reset= + +# Subtitle sync / reset audio & subtitle synchronization (string) +#key-subsync-reset=Ctrl+Shift+k + +# Subtitle position up (string) +#global-key-subpos-up= + +# Subtitle position up (string) +#key-subpos-up= + +# Subtitle position down (string) +#global-key-subpos-down= + +# Subtitle position down (string) +#key-subpos-down= + +# Audio delay up (string) +#global-key-audiodelay-up= + +# Audio delay up (string) +#key-audiodelay-up=k + +# Audio delay down (string) +#global-key-audiodelay-down= + +# Audio delay down (string) +#key-audiodelay-down=j + +# Cycle audio track (string) +#global-key-audio-track= + +# Cycle audio track (string) +#key-audio-track=b + +# Cycle through audio devices (string) +#global-key-audiodevice-cycle= + +# Cycle through audio devices (string) +#key-audiodevice-cycle=Shift+a + +# Cycle subtitle track in reverse order (string) +#global-key-subtitle-revtrack= + +# Cycle subtitle track in reverse order (string) +#key-subtitle-revtrack=Alt+v + +# Cycle subtitle track (string) +#global-key-subtitle-track= + +# Cycle subtitle track (string) +#key-subtitle-track=v + +# Toggle subtitles (string) +#global-key-subtitle-toggle= + +# Toggle subtitles (string) +#key-subtitle-toggle=Shift+v + +# Cycle next program Service ID (string) +#global-key-program-sid-next= + +# Cycle next program Service ID (string) +#key-program-sid-next=x + +# Cycle previous program Service ID (string) +#global-key-program-sid-prev= + +# Cycle previous program Service ID (string) +#key-program-sid-prev=Shift+x + +# Cycle source aspect ratio (string) +#global-key-aspect-ratio= + +# Cycle source aspect ratio (string) +#key-aspect-ratio=a + +# Cycle video crop (string) +#global-key-crop= + +# Cycle video crop (string) +#key-crop=c + +# Toggle autoscaling (string) +#global-key-toggle-autoscale= + +# Toggle autoscaling (string) +#key-toggle-autoscale=o + +# Increase scale factor (string) +#global-key-incr-scalefactor= + +# Increase scale factor (string) +#key-incr-scalefactor=Alt+o + +# Decrease scale factor (string) +#global-key-decr-scalefactor= + +# Decrease scale factor (string) +#key-decr-scalefactor=Alt+Shift+o + +# Toggle deinterlacing (string) +#global-key-deinterlace= + +# Toggle deinterlacing (string) +#key-deinterlace=d + +# Cycle deinterlace modes (string) +#global-key-deinterlace-mode= + +# Cycle deinterlace modes (string) +#key-deinterlace-mode=Shift+d + +# Show controller in fullscreen (string) +#global-key-intf-show= + +# Show controller in fullscreen (string) +#key-intf-show=i + +# Boss key (string) +#global-key-intf-boss= + +# Boss key (string) +#key-intf-boss= + +# Context menu (string) +#global-key-intf-popup-menu= + +# Context menu (string) +#key-intf-popup-menu=Menu + +# Take video snapshot (string) +#global-key-snapshot= + +# Take video snapshot (string) +key-snapshot=z + +# Record (string) +#global-key-record= + +# Record (string) +#key-record=Shift+r + +# Zoom (string) +#global-key-zoom= + +# Zoom (string) +key-zoom= + +# Un-Zoom (string) +#global-key-unzoom= + +# Un-Zoom (string) +#key-unzoom=Shift+z + +# Toggle wallpaper mode in video output (string) +#global-key-wallpaper= + +# Toggle wallpaper mode in video output (string) +#key-wallpaper=w + +# Crop one pixel from the top of the video (string) +#global-key-crop-top= + +# Crop one pixel from the top of the video (string) +#key-crop-top=Alt+r + +# Uncrop one pixel from the top of the video (string) +#global-key-uncrop-top= + +# Uncrop one pixel from the top of the video (string) +#key-uncrop-top=Alt+Shift+r + +# Crop one pixel from the left of the video (string) +#global-key-crop-left= + +# Crop one pixel from the left of the video (string) +#key-crop-left=Alt+d + +# Uncrop one pixel from the left of the video (string) +#global-key-uncrop-left= + +# Uncrop one pixel from the left of the video (string) +#key-uncrop-left=Alt+Shift+d + +# Crop one pixel from the bottom of the video (string) +#global-key-crop-bottom= + +# Crop one pixel from the bottom of the video (string) +#key-crop-bottom=Alt+c + +# Uncrop one pixel from the bottom of the video (string) +#global-key-uncrop-bottom= + +# Uncrop one pixel from the bottom of the video (string) +#key-uncrop-bottom=Alt+Shift+c + +# Crop one pixel from the right of the video (string) +#global-key-crop-right= + +# Crop one pixel from the right of the video (string) +#key-crop-right=Alt+f + +# Uncrop one pixel from the right of the video (string) +#global-key-uncrop-right= + +# Uncrop one pixel from the right of the video (string) +#key-uncrop-right=Alt+Shift+f + +# Random (string) +#global-key-random= + +# Random (string) +#key-random=r + +# Normal/Loop/Repeat (string) +#global-key-loop= + +# Normal/Loop/Repeat (string) +#key-loop=l + +# Shrink the viewpoint field of view (360°) (string) +#global-key-viewpoint-fov-in= + +# Shrink the viewpoint field of view (360°) (string) +#key-viewpoint-fov-in=Page Up + +# Expand the viewpoint field of view (360°) (string) +#global-key-viewpoint-fov-out= + +# Expand the viewpoint field of view (360°) (string) +#key-viewpoint-fov-out=Page Down + +# Roll the viewpoint clockwise (360°) (string) +#global-key-viewpoint-roll-clock= + +# Roll the viewpoint clockwise (360°) (string) +#key-viewpoint-roll-clock= + +# Roll the viewpoint anti-clockwise (360°) (string) +#global-key-viewpoint-roll-anticlock= + +# Roll the viewpoint anti-clockwise (360°) (string) +#key-viewpoint-roll-anticlock= + +# 1:4 Quarter (string) +#global-key-zoom-quarter= + +# 1:4 Quarter (string) +#key-zoom-quarter=Alt+1 + +# 1:2 Half (string) +#global-key-zoom-half= + +# 1:2 Half (string) +#key-zoom-half=Alt+2 + +# 1:1 Original (string) +#global-key-zoom-original= + +# 1:1 Original (string) +#key-zoom-original=Alt+3 + +# 2:1 Double (string) +#global-key-zoom-double= + +# 2:1 Double (string) +#key-zoom-double=Alt+4 + +# Very short jump length (integer) +#extrashort-jump-size=3 + +# Short jump length (integer) +#short-jump-size=10 + +# Medium jump length (integer) +#medium-jump-size=60 + +# Long jump length (integer) +#long-jump-size=300 + +# Set playlist bookmark 1 (string) +#global-key-set-bookmark1= + +# Set playlist bookmark 1 (string) +#key-set-bookmark1=Ctrl+F1 + +# Set playlist bookmark 2 (string) +#global-key-set-bookmark2= + +# Set playlist bookmark 2 (string) +#key-set-bookmark2=Ctrl+F2 + +# Set playlist bookmark 3 (string) +#global-key-set-bookmark3= + +# Set playlist bookmark 3 (string) +#key-set-bookmark3=Ctrl+F3 + +# Set playlist bookmark 4 (string) +#global-key-set-bookmark4= + +# Set playlist bookmark 4 (string) +#key-set-bookmark4=Ctrl+F4 + +# Set playlist bookmark 5 (string) +#global-key-set-bookmark5= + +# Set playlist bookmark 5 (string) +#key-set-bookmark5=Ctrl+F5 + +# Set playlist bookmark 6 (string) +#global-key-set-bookmark6= + +# Set playlist bookmark 6 (string) +#key-set-bookmark6=Ctrl+F6 + +# Set playlist bookmark 7 (string) +#global-key-set-bookmark7= + +# Set playlist bookmark 7 (string) +#key-set-bookmark7=Ctrl+F7 + +# Set playlist bookmark 8 (string) +#global-key-set-bookmark8= + +# Set playlist bookmark 8 (string) +#key-set-bookmark8=Ctrl+F8 + +# Set playlist bookmark 9 (string) +#global-key-set-bookmark9= + +# Set playlist bookmark 9 (string) +#key-set-bookmark9=Ctrl+F9 + +# Set playlist bookmark 10 (string) +#global-key-set-bookmark10= + +# Set playlist bookmark 10 (string) +#key-set-bookmark10=Ctrl+F10 + +# Play playlist bookmark 1 (string) +#global-key-play-bookmark1= + +# Play playlist bookmark 1 (string) +#key-play-bookmark1=F1 + +# Play playlist bookmark 2 (string) +#global-key-play-bookmark2= + +# Play playlist bookmark 2 (string) +#key-play-bookmark2=F2 + +# Play playlist bookmark 3 (string) +#global-key-play-bookmark3= + +# Play playlist bookmark 3 (string) +#key-play-bookmark3=F3 + +# Play playlist bookmark 4 (string) +#global-key-play-bookmark4= + +# Play playlist bookmark 4 (string) +#key-play-bookmark4=F4 + +# Play playlist bookmark 5 (string) +#global-key-play-bookmark5= + +# Play playlist bookmark 5 (string) +#key-play-bookmark5=F5 + +# Play playlist bookmark 6 (string) +#global-key-play-bookmark6= + +# Play playlist bookmark 6 (string) +#key-play-bookmark6=F6 + +# Play playlist bookmark 7 (string) +#global-key-play-bookmark7= + +# Play playlist bookmark 7 (string) +#key-play-bookmark7=F7 + +# Play playlist bookmark 8 (string) +#global-key-play-bookmark8= + +# Play playlist bookmark 8 (string) +#key-play-bookmark8=F8 + +# Play playlist bookmark 9 (string) +#global-key-play-bookmark9= + +# Play playlist bookmark 9 (string) +#key-play-bookmark9=F9 + +# Play playlist bookmark 10 (string) +#global-key-play-bookmark10= + +# Play playlist bookmark 10 (string) +#key-play-bookmark10=F10 + +# Clear the playlist (string) +#global-key-clear-playlist= + +# Clear the playlist (string) +#key-clear-playlist=Ctrl+w + +# Reset subtitles text scale (string) +#global-key-subtitle-text-scale-normal= + +# Reset subtitles text scale (string) +#key-subtitle-text-scale-normal=Ctrl+0 + +# Scale down subtitles text (string) +#global-key-subtitle-text-scale-up= + +# Scale down subtitles text (string) +#key-subtitle-text-scale-up=Ctrl+Mouse Wheel Up + +# Scale up subtitles text (string) +#global-key-subtitle-text-scale-down= + +# Scale up subtitles text (string) +#key-subtitle-text-scale-down=Ctrl+Mouse Wheel Down + +# Playlist bookmark 1 (string) +#bookmark1= + +# Playlist bookmark 2 (string) +#bookmark2= + +# Playlist bookmark 3 (string) +#bookmark3= + +# Playlist bookmark 4 (string) +#bookmark4= + +# Playlist bookmark 5 (string) +#bookmark5= + +# Playlist bookmark 6 (string) +#bookmark6= + +# Playlist bookmark 7 (string) +#bookmark7= + +# Playlist bookmark 8 (string) +#bookmark8= + +# Playlist bookmark 9 (string) +#bookmark9= + +# Playlist bookmark 10 (string) +#bookmark10= + diff --git a/Cygwin.bat b/Cygwin.bat new file mode 100755 index 0000000..9f0c52a --- /dev/null +++ b/Cygwin.bat @@ -0,0 +1,6 @@ +@echo off + +D: +chdir D:\win\cyg\bin + +zsh -l -i diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0c97efd --- /dev/null +++ b/LICENSE @@ -0,0 +1,235 @@ +GNU AFFERO GENERAL PUBLIC LICENSE +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + + Preamble + +The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. + +The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification follow. + + TERMS AND CONDITIONS + +0. Definitions. + +"This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the Program. + +To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + + c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + + a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + + d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + + e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. + +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. + +14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/_reg/Disable Drivers Installation in Windows Update.reg b/_reg/Disable Drivers Installation in Windows Update.reg new file mode 100644 index 0000000..9f7d959 --- /dev/null +++ b/_reg/Disable Drivers Installation in Windows Update.reg @@ -0,0 +1,23 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\current\device\Update] +"ExcludeWUDriversInQualityUpdate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Update] +"ExcludeWUDriversInQualityUpdate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings] +"ExcludeWUDriversInQualityUpdate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] +"ExcludeWUDriversInQualityUpdate"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Update\ExcludeWUDriversInQualityUpdate] +"value"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Device Metadata] +"PreventDeviceMetadataFromNetwork"=dword:00000001 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching] +"SearchOrderConfig"=dword:00000000 +"DontSearchWindowsUpdate"=dword:00000001 diff --git a/_reg/Passwordless.reg b/_reg/Passwordless.reg new file mode 100644 index 0000000000000000000000000000000000000000..65f074e1e772b2160924f76a47c1d07f775b6f58 GIT binary patch literal 358 zcmZ{g!D<3Q5JcZu@E^nvkX*b3JQx#6NHn4n5l1BGCM?J<>_#O&uRaI%um>52nW~zu z>gmgQK}yDsoD(H2rX>8zmHbigFY}_BigIy_FZDt-6=&iu9Ufdw8gZ|9<=vVk8$S4C zK;Lu2$aA3f##l8lQyVg8AwP}GNYAa_x$ZeXCI;1dcVjDpJ_p|wc9Qw3-cew}w+^NM uxpllVJ&8E*?Cls+64tTXc8$AN`D9+oUaxvqo1R>i^BCuFn?<#%nOp(1tv;{- literal 0 HcmV?d00001 diff --git a/_reg/ShowInfoTip-Off.reg b/_reg/ShowInfoTip-Off.reg new file mode 100644 index 0000000000000000000000000000000000000000..f96951819db8b8e7cf81ba09a2ae5d495bc7fc44 GIT binary patch literal 2994 zcmd6pTW?ZP5QXR2#Q)Ir*_hU-Q4=5NMQtoCf!4-|X^^wqo|FQCQ)vD1>bLf0xERAZ zycxo|&zd!B&t?Dqbz!;nEwh15ZERcCv|!gf8(U!`d*sO>Z*%Sj+;7L7MO9)LZt zEBv*2yUeW(-aTK8V9@9NDw8(I4>q)3;nw8?LFU5BUWbbVuXq^{a(y*$7Q1tg zH*lJw#K7)|R_7G)dd6;_JcfCs(yS=)?Q9S5CEXiD8#otaM+5B&lw0rJ5n6mH_DA4c zadk%g!-}@f{D`#_kFqs#pLG}x$v-hZh^w{7RhiyyeSzH%GA-vkEn(^!rz|S47?oJK z7uTgleh;Hv^~_jc1Z%Tv@9c{#EDutW&`DHdco!qRaDYYrI&WQ&jGe zBkS#4HP_$_3u$mVtE(RIY>JWUyC9me?L|$ha!6e+P|ZVrV_5Xb(hgU*zf7SJ`=Q*2!r3s)(r0Qw#whYr%TET{YzX(p^kaTcpedmaWmMknP%6J9AIRoDZQrE4$k8FS?g$6b5N@ik{X+4;v&Q&#gU z^-=fc{b}=+aDfN3S@ieEmp#9=kAZV0R(|$pdTk}8>Zn}3^&6O6seu7g+G3|iX zYwzspe7}k#o*jCtrc725Wl`&wplRZ1R;7BqE>$Yksw(M!-mA8WC!no%v|+Y$73V(z CwbeiX literal 0 HcmV?d00001 diff --git a/_reg/add TakeOwnership to context menu.reg b/_reg/add TakeOwnership to context menu.reg new file mode 100644 index 0000000..4154f6f --- /dev/null +++ b/_reg/add TakeOwnership to context menu.reg @@ -0,0 +1,17 @@ +Windows Registry Editor Version 5.00 + +[HKEY_CLASSES_ROOT\*\shell\runas] +@="Take Ownership" +"NoWorkingDirectory"="" + +[HKEY_CLASSES_ROOT\*\shell\runas\command] +@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" +"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F" + +[HKEY_CLASSES_ROOT\Directory\shell\runas] +@="Take Ownership" +"NoWorkingDirectory"="" + +[HKEY_CLASSES_ROOT\Directory\shell\runas\command] +@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" +"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t" diff --git a/_reg/auto-login.reg b/_reg/auto-login.reg new file mode 100644 index 0000000000000000000000000000000000000000..97e57a9a59e564851b20d79aa095696381ecd0b4 GIT binary patch literal 2642 zcmbuBZBH6O6ov2SCjAd&KedUpAVsN3KLA2CDiYC>rZ$Gki=+sIm#S&{*V{g4hG7A< z(l(pj*`1kt=FGWw?%iKM>(;ftHEm!wHnxPFSj#%}jcsBhyQ8PXXqT@6-wFG`_=wRi z-+jKb_R3OR&+VDJKiQrgVDr%~?9h&_XnEQTJEAQzwr>?i&#lH-*-oua|B3540`n5= z0q6s3v*J0U%j_yxoP#rE-UudrW-T)cHa##pj^k&?D`K6g+l6+h-8Dd%z~hSV9#>@V z*y#;6BibFeEA7l*=^07^yG#2DwwO+xcCw6^mzdqrY;Mub6@C*90-rJbz2(HM8Ce>; zV6)5YFW`1yCZ)f*r!20y8Vl?7>5Hx8u?Chs<_C@iw_|y(?^b$xcO_;9lp4O;!&X}D z(?0=OyKeC2y}zDfWiUo)*0M8D+xq4A6XIewR!{l3J78#L@7L6;uFm^dD!9< zt6MC*&w_qcaK>E0`z7WKSwknF&e#a%ip0(nI%a2{ufp+$l@v*O>l1y7X!R)K6p3LZ zL{H2`kzHhFioc#_q2=@=cYJM96DU-^}m>b;d>Yl*F-x*LwQptAaIC?oE>s;$hV<_sAr54 z+C>X3GDN2OrYji1BO7o~?TE@)+)IYNYCP@L$+>93xUi(V=>CYcHq;FI^RD+XnABo=r~q z2KOb;)a+m@$0lBS|8twnmw*ZIQNTn zsf^nC0}1L#`Mirv`F}m!pmX>qh^vvRp7)YsPnk4HhD;L0dP|ctvt&wT+Z<12Q1wa& z-B~o)rhV&rQ_R@r&M+g(c<4>>9pWi?+Mlr|HPW9o)nR24pUckRQsO@;Sm`gJ&5S9Y qnaph}e_^v)@%%bfl&o>p$zUf=2k+6KQ=S;QM*sdw{nkH>=k^;S;GWI^ literal 0 HcmV?d00001 diff --git a/_reg/disable Win+L.reg b/_reg/disable Win+L.reg new file mode 100644 index 0000000000000000000000000000000000000000..366f391362815943ea5401d1066cfe54115901f3 GIT binary patch literal 326 zcmY+9-AV#c6otR*z;_TIAnd}MpbN1==tmhdiB5>=7=twfGllr_+2E#`~()F}BiTliu8+)FZGhnJ; zCc5WAJZ0iPBl(WFwlH}u*}uCb{k~MxZcxhq-y|`%?>$@!6-`Xp yMUI>gUShirmns?-ysFK)wP(r3Nr!ZsP%rd8rt5HF_HA%0&Lig`>+ziZX8r+SQaMHd literal 0 HcmV?d00001 diff --git a/_reg/fix cursor not changing color with Flux active.reg b/_reg/fix cursor not changing color with Flux active.reg new file mode 100644 index 0000000000000000000000000000000000000000..3cd5154c5e8dde15ba22a7be8ffcd3f2bd0c0d44 GIT binary patch literal 204 zcmYj~!3u&<6hzND=pV#=QHz$XA_$@g(;_lLNJ0<=Eux>Vj;`WyANR~KcfOw^1r;}H zUbF;66IOsoV%xN)SfovT>6XQpAwtM>@M{~=FW(zf7kv4A2T9^ literal 0 HcmV?d00001 diff --git a/macos.ahk b/macos.ahk new file mode 100644 index 0000000..a4d81af --- /dev/null +++ b/macos.ahk @@ -0,0 +1,85 @@ +;;; +;;; macos.ahk +;;; + +#InstallKeybdHook +#SingleInstance force + +;; Win is Ctrl (assuming mac alu keyboard) +LWin:: Ctrl + +; CapsLock is Delete +CapsLock:: Send {Delete} + +; DoubleShift is CapsLock +RShift & LShift:: SetCapsLockState, % (State:=!State) ? "On" : "Off" ; +LShift & RShift:: SetCapsLockState, % (State:=!State) ? "On" : "Off" ; + + +; disable menu focus +; ~LAlt Up:: return +; ~+LAlt Up:: return +; ~^LAlt Up:: return +; ~^+LAlt Up:: return + +; Context Switching +; <#Tab:: AltTab ; Sys.AppSwitcher +; Save As +#IfWinActive ahk_class #32770 +^S:: Send !{S} ; Cmd+S +^D:: Send !{N} ; Cmd+D +#IfWinActive diff --git a/num-lock--on.bat b/num-lock--on.bat new file mode 100755 index 0000000..9bde725 --- /dev/null +++ b/num-lock--on.bat @@ -0,0 +1 @@ +Set-ItemProperty -Path 'Registry::HKU\.DEFAULT\Control Panel\Keyboard' -Name "InitialKeyboardIndicators" -Value "2" \ No newline at end of file diff --git a/paths.bat b/paths.bat new file mode 100755 index 0000000..b4a2d5f --- /dev/null +++ b/paths.bat @@ -0,0 +1,29 @@ +move "%userprofile%\Videos\Captures\*" c:\_\ +move "%userprofile%\Pictures\Screenshots\*" c:\_\ +move "%userprofile%\Pictures\Saved Pictures\*" c:\_\ +move "%userprofile%\Pictures\Camera Roll\*" c:\_\ +move "%userprofile%\Desktop\*" c:\_\ +move "%userprofile%\Downloads\*" c:\_\ +move "%userprofile%\Music\*" c:\_\ +move "%userprofile%\Documents\*" c:\_\ +move "%userprofile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets\*" c:\_\ + +rmdir "%userprofile%\Videos\Captures\" +rmdir "%userprofile%\Pictures\Screenshots\" +rmdir "%userprofile%\Pictures\Saved Pictures\" +rmdir "%userprofile%\Pictures\Camera Roll\" +rmdir "%userprofile%\Desktop\" +rmdir "%userprofile%\Downloads\" +rmdir "%userprofile%\Music\" +rmdir "%userprofile%\Documents\" +rmdir "%userprofile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets" + +mklink /D "%userprofile%\Videos\Captures\" c:\_\ +mklink /D "%userprofile%\Pictures\Screenshots\" c:\_\ +mklink /D "%userprofile%\Pictures\Saved Pictures\" c:\_\ +mklink /D "%userprofile%\Pictures\Camera Roll\" c:\_\ +mklink /D "%userprofile%\Desktop\" c:\_\ +mklink /D "%userprofile%\Downloads\" c:\_\ +mklink /D "%userprofile%\Music\" c:\_\ +mklink /D "%userprofile%\Documents\" c:\_\ +mklink /D "%userprofile%\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets" c:\_\ diff --git a/paths.sh b/paths.sh new file mode 100755 index 0000000..eaaecf1 --- /dev/null +++ b/paths.sh @@ -0,0 +1,32 @@ +MERGE_DIR='/media/dym/2C4E14E74E14AB98/_/' +WND_USER='/media/dym/2C4E14E74E14AB98/Users/dym' + +mv -R "$WND_USER/Videos/Captures/*" $MERGE_DIR +mv -R "$WND_USER/Pictures/Screenshots/*" $MERGE_DIR +mv -R "$WND_USER/Pictures/Saved Pictures/*" $MERGE_DIR +mv -R "$WND_USER/Pictures/Camera Roll/*" $MERGE_DIR +mv -R "$WND_USER/Desktop/*" $MERGE_DIR +mv -R "$WND_USER/Downloads/*" $MERGE_DIR +mv -R "$WND_USER/Music/*" $MERGE_DIR +mv -R "$WND_USER/Documents/*" $MERGE_DIR +mv -R "$WND_USER/AppData/Local/Packages/Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy/LocalState/Assets/*" $MERGE_DIR + +rm -rf "$WND_USER/Videos/Captures" +rm -rf "$WND_USER/Pictures/Screenshots" +rm -rf "$WND_USER/Pictures/Saved Pictures" +rm -rf "$WND_USER/Pictures/Camera Roll" +rm -rf "$WND_USER/Desktop" +rm -rf "$WND_USER/Downloads" +rm -rf "$WND_USER/Music" +rm -rf "$WND_USER/Documents" +rm -rf "$WND_USER/AppData/Local/Packages/Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy/LocalState/Asset" + +ln -s $MERGE_DIR "$WND_USER/Videos/Captures" +ln -s $MERGE_DIR "$WND_USER/Pictures/Screenshots" +ln -s $MERGE_DIR "$WND_USER/Pictures/Saved Pictures" +ln -s $MERGE_DIR "$WND_USER/Pictures/Camera Roll" +ln -s $MERGE_DIR "$WND_USER/Desktop" +ln -s $MERGE_DIR "$WND_USER/Downloads" +ln -s $MERGE_DIR "$WND_USER/Music" +ln -s $MERGE_DIR "$WND_USER/Documents" +ln -s $MERGE_DIR "$WND_USER/AppData/Local/Packages/Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy/LocalState/Asset" diff --git a/sharpkeys/keys.skl b/sharpkeys/keys.skl new file mode 100644 index 0000000000000000000000000000000000000000..38ef3852b13b9e6e5011153b302e56f48f2cc00b GIT binary patch literal 28 acmZQzfB+UC75u=8A^L#@g9VTTi2?vFJ_J|* literal 0 HcmV?d00001 diff --git a/sharpkeys/screenshot.png b/sharpkeys/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..348389101143b8b7b447c4dc7a7d3e1e6a73398e GIT binary patch literal 18696 zcmbWf2T)W^^Dm6A3lc?=AP7iaKtOT^mmnEdkenoEP;y3>oCOwXwD)oS8X&W_r4R)7{fMkx+F7B7ACmEG#S{B}F++EUf>0 z2ma`B{{xh?d0!<07my7^4T6PL8BcIwh7CMFuu#-g!@}}q#lm_Of`xSk6unx-!t!{8 zg|+@13rp-B78d1;jHag&Kn0Guih>;0HR>OtwIB&7!F!>o?}mkSyA$5yAFPjM!4!O1|t zjub*zz5i{4e_w)se{*K@;qiWl@NGeHo&o-5{sEh8AI}d^9H5V1?qP2PZ2&h|jW-}S zfC~sUZmj>gMexG*z~U$#-62QSpzDS55UT3xZI%|7yVcp3jtgx8n^HiXZ7Sm8B-BCY zq2Q^8M$17+=8fz4*Ec*Fv9KN=NhBzKX7Sl+Jsw>f?@CiiHq?|0Ht08drT`e zAx`YgyIo0o)cpl3uN=A=b)W*UaI}VTgzV!ec)G@tB}blJT1Q&SwKFc?`~5~NjMXoCy=8C zaPt8;)(w8PWhr^6UX?&ct^oBH+*ML84= zRGj1ASLik!2ibKlYS;nN`q;_(P54j|Ef+X{n861tNpgRzS+wavv0urgTcdu;&z)XS$Q_Qn=|zT_t+eM5JXk5 zjt2!DRcGfDC_ggMv7zh8r`o8ngzVZJvLfdmHQiwEr@lNyvdU@z6o66Gl5I(+GlJW4 zjhfuo*2hYcl9GVls3<=ato%T%X!|xpnk71vjXcWdWJE^yh0M)ovq2zy(rZ85UeLPRCPa6ib(U zF2whi#eI&g>ci?s%JzD>dvOH7P(Hw_Ub~E1_bUDP-Vw}NO|7ETS#+Gz8xsu(tu4<( zQKj~-5&LyA^73V1Dr;z-SU{(BpcxyIt9ZaO3?;;`5Ws)`AGZ&{|27z91S`;Vjrc6; zae9A9RTWCL;kV(?xIaKP;`4qOUtJ(+CGA_U&Ts!LZwBF(cWfs1Bs{`NT57oou;Cx} z!{eTNj-3CfeF*c6PD(v2oMJv z
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 CSs4rf literal 0 HcmV?d00001