diff --git a/Autohotkey/FlashpointCampaigns-V2.ahk b/Autohotkey/FlashpointCampaigns-V2.ahk index 6d97ada..e1d45f2 100755 --- a/Autohotkey/FlashpointCampaigns-V2.ahk +++ b/Autohotkey/FlashpointCampaigns-V2.ahk @@ -50,7 +50,7 @@ y::Send("^d") ; Y - Range Rings v::Send("^u") ; V - Hide Units ; Mouse click handling -+e::Send("{Click,right}") ++e::Send("{Click,right}") ; Shift+E - Right-click AppsKey::Send("{Shift Down}{Click,right}{Shift Up}") RButton::Send("{Shift Down}{Click,right}{Shift Up}") diff --git a/Batch/AppX-ProvisionedPackage-remove.ps1 b/Batch/AppXProvisionedPackage-remove.ps1 similarity index 100% rename from Batch/AppX-ProvisionedPackage-remove.ps1 rename to Batch/AppXProvisionedPackage-remove.ps1 diff --git a/Batch/genHTMLIndex.sh b/Batch/mkHTMLIndex.sh similarity index 100% rename from Batch/genHTMLIndex.sh rename to Batch/mkHTMLIndex.sh diff --git a/Batch/save-StoneShard.cmd b/Batch/save-StoneShard.cmd index 067ef9a..5302efb 100755 --- a/Batch/save-StoneShard.cmd +++ b/Batch/save-StoneShard.cmd @@ -1,6 +1,6 @@ @echo off -set save_dir="f:\My Games\Stoneshard" set game_dir="%localappdata%\StoneShard" +set save_dir="f:\My Games\Stoneshard" for /f "tokens=1-3 delims=. " %%a in ("%DATE%") do (set mydate=%%c-%%b-%%a) for /f "tokens=1-3 delims=: " %%a in ("%TIME%") do (set mytime=%%a%%b%%c) diff --git a/Batch/save-TheLongDark.cmd b/Batch/save-TheLongDark.cmd index 91bbaf5..faca937 100755 --- a/Batch/save-TheLongDark.cmd +++ b/Batch/save-TheLongDark.cmd @@ -1,6 +1,6 @@ @echo off -set save_dir="%documents%\My Games\The Long Dark" set game_dir="%localappdata%\Hinterland" +set save_dir="%documents%\My Games\The Long Dark" for /f "tokens=1-3 delims=. " %%a in ("%DATE%") do (set mydate=%%c-%%b-%%a) for /f "tokens=1-3 delims=: " %%a in ("%TIME%") do (set mytime=%%a%%b%%c) diff --git a/Batch/start-FlashpointCampaigns.cmd b/Batch/start-FlashpointCampaigns.cmd index 59403a3..74e32c7 100755 --- a/Batch/start-FlashpointCampaigns.cmd +++ b/Batch/start-FlashpointCampaigns.cmd @@ -3,7 +3,7 @@ REM Launch Flashpoint Campaigns and AHK script REM ========================================== set ahk_dir="d:\bin\Autohotkey" set ahk_script="%DOCUMENTS%\Settings\Autohotkey\FlashpointCampaigns-V2.ahk" -set game_dir="f:\Games\Flashpoint Campaigns Southern Storm" +set game_dir="f:\Games\Flashpoint Campaigns Cold War" set game_exe="FlashpointCampaigns.exe" REM Start AHK and load script diff --git a/Batch/vid2ani.cmd b/Batch/vid2ani.cmd index 19519db..85f6280 100755 --- a/Batch/vid2ani.cmd +++ b/Batch/vid2ani.cmd @@ -288,7 +288,6 @@ GOTO :EOF :help_message :: Print usage message -ECHO: ECHO %GREEN%Video to GIF/APNG/WEBP converter v6.0%OFF% ECHO %BLUE%By MDHEXT, Nabi KaramAliZadeh, Pathduck%OFF% ECHO: @@ -311,7 +310,7 @@ ECHO -k Enables paletteuse error diffusion ECHO -p Opens the resulting animation in the default image viewer ECHO -v Set FFmpeg log level (default: error) ECHO: -ECHO %GREEN%Dithering Algorithms%OFF% +ECHO %GREEN%Dithering Algorithms:%OFF% ECHO 0: None ECHO 1: Bayer ECHO 2: Heckbert @@ -322,20 +321,20 @@ ECHO 6: Sierra3 ECHO 7: Burkes ECHO 8: Atkinson ECHO: -ECHO %GREEN%Palettegen Modes%OFF% +ECHO %GREEN%Palettegen Modes:%OFF% ECHO 1: diff - only what moves affects the palette ECHO 2: single - one palette per frame ECHO 3: full - one palette for the whole animation ECHO: -ECHO %GREEN%About Bayerscale%OFF% +ECHO %GREEN%About Bayerscale:%OFF% ECHO When bayer dithering is selected, the Bayer Scale option defines the ECHO scale of the pattern (how much the crosshatch pattern is visible). ECHO A low value means more visible pattern for less banding, a higher value ECHO means less visible pattern at the cost of more banding. ECHO: -ECHO %GREEN%People who made this project come to fruition%OFF% -ECHO ubitux, Nabi KaramAliZadeh, and the very kind and patient people in the -ECHO Batch Discord Server. Without these people's contributions, this script -ECHO would not be possible. Thank you all for your contributions and -ECHO assistance^^! +ECHO %GREEN%People who made this project come to fruition:%OFF% +ECHO ubitux, Nabi KaramAliZadeh, MDHEXT, Pathduck +ECHO Along with the very kind and patient people in the Batch Discord Server. +ECHO Without these people's contributions, this script would not be possible. +ECHO Thank you all for your contributions and assistance^^! GOTO :EOF diff --git a/Batch/vid2ani.sh b/Batch/vid2ani.sh index f1125a7..5353ad0 100755 --- a/Batch/vid2ani.sh +++ b/Batch/vid2ani.sh @@ -287,7 +287,7 @@ ${GREEN}Arguments:${OFF} -p Opens the resulting animation in the default image viewer -v Set FFmpeg log level (default: error) -${GREEN}Dithering Algorithms${OFF} +${GREEN}Dithering Algorithms:${OFF} 0: None 1: Bayer 2: Heckbert @@ -298,22 +298,22 @@ ${GREEN}Dithering Algorithms${OFF} 7: Burkes 8: Atkinson -${GREEN}Palettegen Modes${OFF} +${GREEN}Palettegen Modes:${OFF} 1: diff - only what moves affects the palette 2: single - one palette per frame 3: full - one palette for the whole animation -${GREEN}About Bayerscale${OFF} +${GREEN}About Bayerscale:${OFF} When bayer dithering is selected, the Bayer Scale option defines the scale of the pattern (how much the crosshatch pattern is visible). A low value means more visible pattern for less banding, a higher value means less visible pattern at the cost of more banding. -${GREEN}People who made this project come to fruition${OFF} -ubitux, Nabi KaramAliZadeh, and the very kind and patient people in the -Batch Discord Server. Without these people's contributions, this script -would not be possible. Thank you all for your contributions and -assistance^^! +${GREEN}People who made this project come to fruition:${OFF} +ubitux, Nabi KaramAliZadeh, MDHEXT, Pathduck +Along with the very kind and patient people in the Batch Discord Server. +Without these people's contributions, this script would not be possible. +Thank you all for your contributions and assistance! EOF } ### End print_help ### diff --git a/Notepad++/config.xml b/Notepad++/config.xml index 66bc236..cb90611 100755 --- a/Notepad++/config.xml +++ b/Notepad++/config.xml @@ -16,14 +16,14 @@ small show - + vertical hide - - + + - no + no yes no 0 @@ -65,11 +65,11 @@ + - diff --git a/Notepad++/localization/nativeLang.xml b/Notepad++/localization/nativeLang.xml new file mode 100755 index 0000000..0703020 --- /dev/null +++ b/Notepad++/localization/nativeLang.xml @@ -0,0 +1,1912 @@ + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Notepad++/nativeLang.xml b/Notepad++/nativeLang.xml index 2daab8d..0703020 100755 --- a/Notepad++/nativeLang.xml +++ b/Notepad++/nativeLang.xml @@ -5,7 +5,7 @@ Translation note: 2. All the comments are for explanation, they are not for translation. --> - +
@@ -41,6 +41,7 @@ Translation note: + @@ -139,6 +140,8 @@ Translation note: + + @@ -196,7 +199,9 @@ Translation note: - + + + @@ -223,7 +228,7 @@ Translation note: - + @@ -416,6 +421,8 @@ Translation note: + +
@@ -996,6 +1003,7 @@ Translation note: + @@ -1214,6 +1222,7 @@ Translation note: + @@ -1579,6 +1588,8 @@ Please test those commands and, if needed, re-edit them. Alternatively, you can downgrade to Notepad++ v8.5.2 and restore your previous data. Notepad++ will backup your old "shortcuts.xml" and save it as "shortcuts.xml.v8.5.2.backup". Renaming "shortcuts.xml.v8.5.2.backup" -> "shortcuts.xml", your commands should be restored and work properly."/> + - + + @@ -1889,6 +1902,11 @@ If you select advanced mode but do not edit files in the aforementioned language + + + + + diff --git a/Notepad++/shortcuts.xml b/Notepad++/shortcuts.xml index 476626a..e654478 100755 --- a/Notepad++/shortcuts.xml +++ b/Notepad++/shortcuts.xml @@ -26,8 +26,8 @@ https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD) $(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst https://developer.mozilla.org/search?q=$(CURRENT_WORD) - D:\bin\Vivaldi\Application\vivaldi.exe "$(FULL_CURRENT_PATH)" - "$(FULL_CURRENT_PATH)" + D:\bin\Vivaldi\Application\vivaldi.exe "$(FULL_CURRENT_PATH)" + "$(FULL_CURRENT_PATH)" diff --git a/Notepad++/themes/Cobalt.xml b/Notepad++/themes/Cobalt.xml index 6307297..a1e9c0c 100755 --- a/Notepad++/themes/Cobalt.xml +++ b/Notepad++/themes/Cobalt.xml @@ -1,5 +1,5 @@ - + @@ -152,7 +152,7 @@ - + @@ -252,7 +252,7 @@ - + @@ -523,12 +523,11 @@ bool long int char bool long int char + - - - + @@ -572,7 +571,7 @@ - + @@ -601,15 +600,15 @@ - - - - - - + + + + + + - - + + diff --git a/Notepad++/userDefineLangs/autohotkey.dark.udl.xml b/Notepad++/userDefineLangs/autohotkey.dark.udl.xml index 82d67da..dd2d8bb 100755 --- a/Notepad++/userDefineLangs/autohotkey.dark.udl.xml +++ b/Notepad++/userDefineLangs/autohotkey.dark.udl.xml @@ -36,7 +36,7 @@ - + diff --git a/Notepad++/userDefineLangs/markdown.blackboard.dark.udl.xml b/Notepad++/userDefineLangs/markdown.blackboard.dark.udl.xml index 5c89c4e..798980c 100755 --- a/Notepad++/userDefineLangs/markdown.blackboard.dark.udl.xml +++ b/Notepad++/userDefineLangs/markdown.blackboard.dark.udl.xml @@ -54,7 +54,7 @@ https://github.com/Edditoria/markdown-plus-plus/blob/master/LICENSE.txt - + @@ -66,7 +66,7 @@ https://github.com/Edditoria/markdown-plus-plus/blob/master/LICENSE.txt - + diff --git a/Zoomplayer/stians-media.key b/Zoomplayer/stians-media.key index 33275fa..0f195a5 100755 --- a/Zoomplayer/stians-media.key +++ b/Zoomplayer/stians-media.key @@ -1,9 +1,3 @@ -AddKey(Alt+Ctrl,107,fnsubsyncahead) -AddKey(Alt+Ctrl,109,fnsubsyncback) -AddKey(Alt+Ctrl,188,fndecrateex) -AddKey(Alt+Ctrl,190,fnincrateex) -AddKey(Alt+Ctrl,219,fndurationbackward) -AddKey(Alt+Ctrl,221,fndurationforward) AddKey(Alt+Ctrl,67,fnpostoclipboard) AddKey(Alt+Ctrl,68,fndatetime) AddKey(Alt+Ctrl,70,fncapturescrapedimage) @@ -12,17 +6,13 @@ AddKey(Alt+Ctrl,83,fnscheduler) AddKey(Alt+Ctrl,84,fntoggletagdisplay) AddKey(Alt+Ctrl,85,fnopenclipboardurl) AddKey(Alt+Ctrl,90,fnzoominlevel) -AddKey(Alt+Shift,107,fnsubdown) -AddKey(Alt+Shift,109,fnsubup) -AddKey(Alt+Shift,120,fnpstogglepresize) -AddKey(Alt+Shift,121,fnpstogglepostsize) -AddKey(Alt+Shift,122,fnpstoggleboth) -AddKey(Alt+Shift,123,fnpreconfigpctype) +AddKey(Alt+Ctrl,107,fnsubsyncahead) +AddKey(Alt+Ctrl,109,fnsubsyncback) +AddKey(Alt+Ctrl,188,fndecrateex) +AddKey(Alt+Ctrl,190,fnincrateex) +AddKey(Alt+Ctrl,219,fndurationbackward) +AddKey(Alt+Ctrl,221,fndurationforward) AddKey(Alt+Shift,13,fnfsactmonitor) -AddKey(Alt+Shift,188,fnbalanceleft) -AddKey(Alt+Shift,190,fnbalanceright) -AddKey(Alt+Shift,219,fnprevdvdtitle) -AddKey(Alt+Shift,221,fnnextdvdtitle) AddKey(Alt+Shift,67,fncontactsheet) AddKey(Alt+Shift,68,fnloaddf) AddKey(Alt+Shift,70,fnfavoritesnav) @@ -35,21 +25,17 @@ AddKey(Alt+Shift,83,fnsavefileas) AddKey(Alt+Shift,84,fnincderivedar) AddKey(Alt+Shift,87,fnwhitewash) AddKey(Alt+Shift,90,fnzoomto43wide) -AddKey(Alt,107,fnzoominheight) -AddKey(Alt,109,fnzoomoutheight) -AddKey(Alt,116,fnincbrightness) -AddKey(Alt,117,fninccontrast) -AddKey(Alt,118,fnincgamma) -AddKey(Alt,119,fninchue) -AddKey(Alt,120,fnincsaturation) +AddKey(Alt+Shift,107,fnsubdown) +AddKey(Alt+Shift,109,fnsubup) +AddKey(Alt+Shift,120,fnpstogglepresize) +AddKey(Alt+Shift,121,fnpstogglepostsize) +AddKey(Alt+Shift,122,fnpstoggleboth) +AddKey(Alt+Shift,123,fnpreconfigpctype) +AddKey(Alt+Shift,188,fnbalanceleft) +AddKey(Alt+Shift,190,fnbalanceright) +AddKey(Alt+Shift,219,fnprevdvdtitle) +AddKey(Alt+Shift,221,fnnextdvdtitle) AddKey(Alt,13,fnfullscreen) -AddKey(Alt,186,fndvdchaptermenu) -AddKey(Alt,188,fnjumpbackward) -AddKey(Alt,190,fnjumpforward) -AddKey(Alt,191,fnsubsearchplaying) -AddKey(Alt,219,fnrevpresetcycle) -AddKey(Alt,221,fnpresetcycle) -AddKey(Alt,222,fndvdanglemenu) AddKey(Alt,32,fnbar) AddKey(Alt,33,fnplitemup) AddKey(Alt,34,fnplitemdown) @@ -93,33 +79,31 @@ AddKey(Alt,86,fnplgetduration) AddKey(Alt,87,fnmwfuncnav) AddKey(Alt,88,fnexit) AddKey(Alt,90,fnzoomaxis) -AddKey(Ctrl+Shift,121,fnswitchtoclassic) -AddKey(Ctrl+Shift,122,fnswitchtomodernui) -AddKey(Ctrl+Shift,123,fniptvwizard) -AddKey(Ctrl+Shift,188,fnseeklongbackward) -AddKey(Ctrl+Shift,190,fnseeklongforward) +AddKey(Alt,107,fnzoominheight) +AddKey(Alt,109,fnzoomoutheight) +AddKey(Alt,116,fnincbrightness) +AddKey(Alt,117,fninccontrast) +AddKey(Alt,118,fnincgamma) +AddKey(Alt,119,fninchue) +AddKey(Alt,120,fnincsaturation) +AddKey(Alt,186,fndvdchaptermenu) +AddKey(Alt,188,fnjumpbackward) +AddKey(Alt,190,fnjumpforward) +AddKey(Alt,191,fnsubsearchplaying) +AddKey(Alt,219,fnrevpresetcycle) +AddKey(Alt,221,fnpresetcycle) +AddKey(Alt,222,fndvdanglemenu) AddKey(Ctrl+Shift,67,fnaddchapter) AddKey(Ctrl+Shift,68,fndeinterlace) AddKey(Ctrl+Shift,70,fnaddtofavorites) AddKey(Ctrl+Shift,77,fnmediascannernav) AddKey(Ctrl+Shift,83,fnsharpen) AddKey(Ctrl+Shift,84,fnpleditmetadata) -AddKey(Ctrl,107,fnzoominwidth) -AddKey(Ctrl,109,fnzoomoutwidth) -AddKey(Ctrl,116,fndecbrightness) -AddKey(Ctrl,117,fndeccontrast) -AddKey(Ctrl,118,fndecgamma) -AddKey(Ctrl,119,fndechue) -AddKey(Ctrl,120,fndecsaturation) -AddKey(Ctrl,122,fnoverlayreset) -AddKey(Ctrl,123,fnoverlayapply) -AddKey(Ctrl,188,fnseekbackward) -AddKey(Ctrl,190,fnseekforward) -AddKey(Ctrl,191,fneject) -AddKey(Ctrl,192,fndefaultuisize) -AddKey(Ctrl,219,fnrevblankcycle) -AddKey(Ctrl,221,fnblankcycle) -AddKey(Ctrl,222,fndvdmenuprev) +AddKey(Ctrl+Shift,121,fnswitchtoclassic) +AddKey(Ctrl+Shift,122,fnswitchtomodernui) +AddKey(Ctrl+Shift,123,fniptvwizard) +AddKey(Ctrl+Shift,188,fnseeklongbackward) +AddKey(Ctrl+Shift,190,fnseeklongforward) AddKey(Ctrl,32,fncontroloverlay) AddKey(Ctrl,33,fnprevarrowfunc) AddKey(Ctrl,34,fnnextarrowfunc) @@ -149,20 +133,22 @@ AddKey(Ctrl,85,fnscenecuttoggle) AddKey(Ctrl,87,fnopenwebpage) AddKey(Ctrl,88,fndownloadnav) AddKey(Ctrl,90,fnpauseateof) -AddKey(None,107,fnzoomin) -AddKey(None,109,fnzoomout) -AddKey(None,112,fnkeyhelp) -AddKey(None,113,fnaudiomode) -AddKey(None,121,fndvdmode) -AddKey(None,186,fndvdrootmenu) -AddKey(None,187,fnvolup) -AddKey(None,188,fnprevframe) -AddKey(None,189,fnvoldown) -AddKey(None,190,fnnextframe) -AddKey(None,192,fnfitsource) -AddKey(None,219,fnprevtrack) -AddKey(None,221,fnnexttrack) -AddKey(None,222,fndvdtitlemenu) +AddKey(Ctrl,107,fnzoominwidth) +AddKey(Ctrl,109,fnzoomoutwidth) +AddKey(Ctrl,116,fndecbrightness) +AddKey(Ctrl,117,fndeccontrast) +AddKey(Ctrl,118,fndecgamma) +AddKey(Ctrl,119,fndechue) +AddKey(Ctrl,120,fndecsaturation) +AddKey(Ctrl,122,fnoverlayreset) +AddKey(Ctrl,123,fnoverlayapply) +AddKey(Ctrl,188,fnseekbackward) +AddKey(Ctrl,190,fnseekforward) +AddKey(Ctrl,191,fneject) +AddKey(Ctrl,192,fndefaultuisize) +AddKey(Ctrl,219,fnrevblankcycle) +AddKey(Ctrl,221,fnblankcycle) +AddKey(Ctrl,222,fndvdmenuprev) AddKey(None,32,fnspace) AddKey(None,65,fnaudiotrack) AddKey(None,66,fnaddalbookmark) @@ -186,17 +172,20 @@ AddKey(None,85,fnunpause) AddKey(None,87,fnrewind) AddKey(None,88,fnradiomanager) AddKey(None,90,fnzoom) -AddKey(Shift,107,fnresyncahead) -AddKey(Shift,109,fnresyncback) -AddKey(Shift,186,fndvdsubmenu) -AddKey(Shift,187,fnvolup) -AddKey(Shift,188,fnskipbackward) -AddKey(Shift,190,fnskipforward) -AddKey(Shift,191,fnvlccasttodevice) -AddKey(Shift,192,fnremovearframe) -AddKey(Shift,219,fnprevchapter) -AddKey(Shift,221,fnnextchapter) -AddKey(Shift,222,fndvdaudiomenu) +AddKey(None,107,fnzoomin) +AddKey(None,109,fnzoomout) +AddKey(None,112,fnkeyhelp) +AddKey(None,113,fnaudiomode) +AddKey(None,121,fndvdmode) +AddKey(None,186,fndvdrootmenu) +AddKey(None,187,fnvolup) +AddKey(None,188,fnprevframe) +AddKey(None,189,fnvoldown) +AddKey(None,190,fnnextframe) +AddKey(None,192,fnfitsource) +AddKey(None,219,fnprevtrack) +AddKey(None,221,fnnexttrack) +AddKey(None,222,fndvdtitlemenu) AddKey(Shift,27,fnclosenavs) AddKey(Shift,32,fnbar) AddKey(Shift,33,fnprevvid) @@ -226,10 +215,18 @@ AddKey(Shift,87,fnwebnav) AddKey(Shift,88,fncontextnav) AddKey(Shift,89,fnmediaserverclient) AddKey(Shift,90,fnfastplay) -exAddKey(Alt+Ctrl,115,extranswin,255) -exAddKey(Alt+Ctrl,116,extranswin,204) -exAddKey(Alt+Ctrl,117,extranswin,153) -exAddKey(Alt+Ctrl,118,extranswin,102) +AddKey(Shift,107,fnresyncahead) +AddKey(Shift,109,fnresyncback) +AddKey(Shift,186,fndvdsubmenu) +AddKey(Shift,187,fnincpreamp) +AddKey(Shift,188,fnskipbackward) +AddKey(Shift,189,fndecpreamp) +AddKey(Shift,190,fnskipforward) +AddKey(Shift,191,fnvlccasttodevice) +AddKey(Shift,192,fnremovearframe) +AddKey(Shift,219,fnprevchapter) +AddKey(Shift,221,fnnextchapter) +AddKey(Shift,222,fndvdaudiomenu) exAddKey(Alt+Ctrl,48,exdvdnumpad,0) exAddKey(Alt+Ctrl,49,exdvdnumpad,1) exAddKey(Alt+Ctrl,50,exdvdnumpad,2) @@ -240,14 +237,10 @@ exAddKey(Alt+Ctrl,54,exdvdnumpad,6) exAddKey(Alt+Ctrl,55,exdvdnumpad,7) exAddKey(Alt+Ctrl,56,exdvdnumpad,8) exAddKey(Alt+Ctrl,57,exdvdnumpad,9) -exAddKey(Alt+Shift,112,expspreset,1) -exAddKey(Alt+Shift,113,expspreset,2) -exAddKey(Alt+Shift,114,expspreset,3) -exAddKey(Alt+Shift,115,expspreset,4) -exAddKey(Alt+Shift,116,expspreset,5) -exAddKey(Alt+Shift,117,expspreset,6) -exAddKey(Alt+Shift,118,expspreset,7) -exAddKey(Alt+Shift,119,expspreset,8) +exAddKey(Alt+Ctrl,115,extranswin,255) +exAddKey(Alt+Ctrl,116,extranswin,204) +exAddKey(Alt+Ctrl,117,extranswin,153) +exAddKey(Alt+Ctrl,118,extranswin,102) exAddKey(Alt+Shift,48,exsetcustomar,0) exAddKey(Alt+Shift,49,exsetcustomar,1) exAddKey(Alt+Shift,50,exsetcustomar,2) @@ -258,6 +251,14 @@ exAddKey(Alt+Shift,54,exsetcustomar,6) exAddKey(Alt+Shift,55,exsetcustomar,7) exAddKey(Alt+Shift,56,exsetcustomar,8) exAddKey(Alt+Shift,57,exsetcustomar,9) +exAddKey(Alt+Shift,112,expspreset,1) +exAddKey(Alt+Shift,113,expspreset,2) +exAddKey(Alt+Shift,114,expspreset,3) +exAddKey(Alt+Shift,115,expspreset,4) +exAddKey(Alt+Shift,116,expspreset,5) +exAddKey(Alt+Shift,117,expspreset,6) +exAddKey(Alt+Shift,118,expspreset,7) +exAddKey(Alt+Shift,119,expspreset,8) exAddKey(Ctrl+Shift,48,exoverlaycolor,0) exAddKey(Ctrl+Shift,49,exoverlaycolor,1) exAddKey(Ctrl+Shift,50,exoverlaycolor,2) @@ -268,12 +269,6 @@ exAddKey(Ctrl+Shift,54,exoverlaycolor,6) exAddKey(Ctrl+Shift,55,exoverlaycolor,7) exAddKey(Ctrl+Shift,56,exoverlaycolor,8) exAddKey(Ctrl+Shift,57,exoverlaycolor,9) -exAddKey(Ctrl,100,exsavepr,4) -exAddKey(Ctrl,101,exsavepr,5) -exAddKey(Ctrl,102,exsavepr,6) -exAddKey(Ctrl,103,exsavepr,7) -exAddKey(Ctrl,104,exsavepr,8) -exAddKey(Ctrl,105,exsavepr,9) exAddKey(Ctrl,48,exsavepr,0) exAddKey(Ctrl,49,exsavepr,1) exAddKey(Ctrl,50,exsavepr,2) @@ -288,6 +283,22 @@ exAddKey(Ctrl,96,exsavepr,0) exAddKey(Ctrl,97,exsavepr,1) exAddKey(Ctrl,98,exsavepr,2) exAddKey(Ctrl,99,exsavepr,3) +exAddKey(Ctrl,100,exsavepr,4) +exAddKey(Ctrl,101,exsavepr,5) +exAddKey(Ctrl,102,exsavepr,6) +exAddKey(Ctrl,103,exsavepr,7) +exAddKey(Ctrl,104,exsavepr,8) +exAddKey(Ctrl,105,exsavepr,9) +exAddKey(None,48,exapplypr,0) +exAddKey(None,49,exapplypr,1) +exAddKey(None,50,exapplypr,2) +exAddKey(None,51,exapplypr,3) +exAddKey(None,52,exapplypr,4) +exAddKey(None,53,exapplypr,5) +exAddKey(None,54,exapplypr,6) +exAddKey(None,55,exapplypr,7) +exAddKey(None,56,exapplypr,8) +exAddKey(None,57,exapplypr,9) exAddKey(None,114,exskinmode,1) exAddKey(None,115,exskinmode,2) exAddKey(None,116,exskinmode,3) @@ -305,16 +316,6 @@ exAddKey(None,20006,exchaptertrack,6) exAddKey(None,20007,exchaptertrack,7) exAddKey(None,20008,exchaptertrack,8) exAddKey(None,20009,exchaptertrack,9) -exAddKey(None,48,exapplypr,0) -exAddKey(None,49,exapplypr,1) -exAddKey(None,50,exapplypr,2) -exAddKey(None,51,exapplypr,3) -exAddKey(None,52,exapplypr,4) -exAddKey(None,53,exapplypr,5) -exAddKey(None,54,exapplypr,6) -exAddKey(None,55,exapplypr,7) -exAddKey(None,56,exapplypr,8) -exAddKey(None,57,exapplypr,9) exAddKey(Shift,37,exvidmovehorz,-1) exAddKey(Shift,38,exvidmovevert,-1) exAddKey(Shift,39,exvidmovehorz,1) @@ -333,12 +334,8 @@ mcAddKey(11,fnnextchapter) mcAddKey(12,fnprevchapter) mcAddKey(13,fnstop) mcAddKey(14,fnplay) -nvAddKey(None,100,nvleft) -nvAddKey(None,102,nvright) -nvAddKey(None,103,nvhome) -nvAddKey(None,104,nvup) -nvAddKey(None,105,nvpgup) -nvAddKey(None,110,nvdelete) +nvAddKey(None,8,nvbackspace) +nvAddKey(None,9,nvtab) nvAddKey(None,13,nvselect) nvAddKey(None,16,nvshift) nvAddKey(None,20,nvcapslock) @@ -353,9 +350,13 @@ nvAddKey(None,39,nvright) nvAddKey(None,40,nvdown) nvAddKey(None,45,nvinsert) nvAddKey(None,46,nvdelete) -nvAddKey(None,8,nvbackspace) -nvAddKey(None,9,nvtab) nvAddKey(None,96,nvinsert) nvAddKey(None,97,nvend) nvAddKey(None,98,nvdown) -nvAddKey(None,99,nvpgdn) \ No newline at end of file +nvAddKey(None,99,nvpgdn) +nvAddKey(None,100,nvleft) +nvAddKey(None,102,nvright) +nvAddKey(None,103,nvhome) +nvAddKey(None,104,nvup) +nvAddKey(None,105,nvpgup) +nvAddKey(None,110,nvdelete) diff --git a/Zoomplayer/zplayer.local b/Zoomplayer/zplayer.local index c583f5a..4b4c881 100755 --- a/Zoomplayer/zplayer.local +++ b/Zoomplayer/zplayer.local @@ -1,12 +1,12 @@ K:2147483649|Software\VirtuaMedia\ZoomPlayer|C:_ProgramData_Zoom Player_zplayer.local D:Version|950 -D:ZPVersion|2151 +D:ZPVersion|2200 S:ZPVerType|Zoom Player MAX D:OPOptionsMode|0 -D:WinLeft|79 -D:WinTop|60 -D:WinWidth|1718 -D:WinHeight|977 +D:WinLeft|39 +D:WinTop|21 +D:WinWidth|1845 +D:WinHeight|1015 D:WinState|0 D:WinMax|0 D:PlayListLeft|1846 @@ -66,13 +66,13 @@ D:OptionsWinTop|10 D:OptionsIndex|5 D:OptionsSIndex|1 D:OPVisIndex|0 -D:OPSearchWinHeight|297 +D:OPSearchWinHeight|426 D:PlayListVis|0 D:ControlBar|0 -D:nVolume|0 +D:nVolume|100 D:AudioBalance|3 -D:mVolume|100 -D:NavLastVisible|1 +D:mVolume|0 +D:NavLastVisible|8 D:NTFRestrictedUAC|1 D:NTFMoveRename|1 D:NTFRunInstallCenter|1 @@ -177,8 +177,8 @@ D:OPTLProgress|1 D:OPTLProgressType|0 D:OPMultiInstances|0 D:OPAutoUpdate|1 -D:OPAutoUpdateTS|45977 -D:OPAutoTestTS2|45973 +D:OPAutoUpdateTS|45983 +D:OPAutoTestTS2|45983 D:OPUpgradeTS|0 D:OPOldKeyTS|0 D:OPRandomPlay|0 @@ -494,7 +494,7 @@ D:OPStreamCloseDelay|0 D:OPNoSeekOnText|0 D:OPKeyboardMove|5 D:OPVidMoveType|0 -D:OPVolChange|4 +D:OPVolChange|5 D:OPOSDEnable|1 D:OPOSDOnlyFS|0 D:OPAltIcon|0 @@ -769,7 +769,7 @@ D:OPNavThumbKinScrollDecel|2 D:OPNavThumbMemoryCacheLimit|2500 D:OPNavThumbMemoryCacheMode|0 D:OPNavThumbDiskCacheLimit|16000 -D:OPNavThumbDiskCacheTS|45973 +D:OPNavThumbDiskCacheTS|45980 D:OPNavThumbScreenshotPos|10 D:OPNavPreLoad|0 D:OPNavFileOpenOvr|0 @@ -849,14 +849,14 @@ D:OPNavFullWidth|0 D:OPNavMaxWidth|0 D:OPNavFullHeight|0 D:OPNavNoNavTitle|0 -D:OPNavMainInterfaces3|1245182 +D:OPNavMainInterfaces3|3338238 D:OPeMuleTracking|0 D:OPUTTracking|0 D:OPUTPort|8080 D:OPDLPlugRefresh|60 D:OPSBS3D|0 D:OPPresetControl|0 -D:OPCMControl|0 +D:OPCMControl|1 D:OPSCMControl|0 D:OPDVDAutoAREnable|0 D:OPDVDAutoARStopPresetEx|0 @@ -981,11 +981,11 @@ S:OPPixelShaderPostList| S:OPPixelShaderPresets| S:OSDDisplayPanelFontName|Arial S:LastDir| -S:OPBGImageMedia|C:\Users\Stian\Documents\Settings\Zoomplayer\bg-steampunk.jpg +S:OPBGImageMedia|c:\Users\Stian\Documents\Settings\Zoomplayer\bg-steampunk.jpg S:OPNavOverrideBGImage| S:OPNavThumbScraperBlacklist|*sample|2. pictures|3. movie|any!|bdmv|cd?|certificate|extras|movie|posters|proof|subs|video_ts S:OPNavThumbScraperBlacklistFile|*sample -S:OPBGImageDVD|C:\Users\Stian\Documents\Settings\Zoomplayer\bg-steampunk.jpg +S:OPBGImageDVD|c:\Users\Stian\Documents\Settings\Zoomplayer\bg-steampunk.jpg S:ManualFilterFile|zplayer S:ManualDVDGraph| S:CustDVDVidDecode|LAV Video Decoder @@ -1084,7 +1084,7 @@ S:SkinFileName|C:\ProgramData\Zoom Player\Skin\Onyx Touch\Onyx Touch.skn S:SkinFileNameDVD|C:\ProgramData\Zoom Player\Skin\Onyx Touch\Onyx Touch - DVD.skn S:SkinFileNameAudio|C:\ProgramData\Zoom Player\Skin\Onyx Touch\Onyx Touch - Audio.skn S:SkinFileNameCBar|C:\ProgramData\Zoom Player\Skin\OnyxControlBar\control_bar_medium.skn -S:OPFileNavPathEx| +S:OPFileNavPathEx|C:\|C:\>D:\|D:\>E:\|E:\Video\Musikk\SmashTV\>F:\|F:\>G:\|G:\download\Torrents\Frankenstein (2025) (1080p NF WEB-DL x265 10bit EAC3 Atmos 5.1 Ghost)\Featurettes\>H:\|H:\ S:OPFFMPEGPath| S:OPLibCatPath| S:CustomKeyFile|C:\Users\Stian\Documents\Settings\Zoomplayer\stians-media.key @@ -1109,24 +1109,24 @@ S:OPTabletOFFFunc| S:OPScrAttachFunc| S:OPScrDetachFunc| S:PreviousMonitorList|2560>1440>1920>-341>0|1920>1080>0>0>1 -S:OPZPRT|45974|45975|45976|45977 +S:OPZPRT|45983 S:LCDWindow|LCDManager S:SERIALKEY|0000-0000-0000-0000-0000 -H:VisibleMediaButtons|0100000001010000010000000000000000000101010000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -H:VisibleDVDButtons|0100000000000000000000000000000000000101000000000000000000000000000000000100000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000010100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 -D:AudioDeviceCount|7 +H:VisibleMediaButtons|010000000101000001000000000000000000010101000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +H:VisibleDVDButtons|010000000000000000000000000000000000010100000000000000000000000000000000010000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000001010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 +D:AudioDeviceCount|6 S:AudioDeviceName0000|DENON-AVRHD (NVIDIA High Definition Audio) H:AudioDeviceCode0000|37D415438C5BD011BD3B00A0C911CE86BC00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0077006100760065003A007B00430035004200440044003900370030002D0045003400320035002D0034003100410037002D0041004100320041002D004100380046003100380037003900350031003200310036007D000000 -S:AudioDeviceName0001|MPC Audio Renderer -H:AudioDeviceCode0001|37D415438C5BD011BD3B00A0C911CE86B200000040006400650076006900630065003A00730077003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C007B00360030003100440032004100320042002D0039004300440045002D0034003000420044002D0038003600350030002D003000340038003500450033003500320032003700320037007D000000 -S:AudioDeviceName0002|Default DirectSound Device -H:AudioDeviceCode0002|37D415438C5BD011BD3B00A0C911CE869A00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C00440065006600610075006C007400200044006900720065006300740053006F0075006E00640020004400650076006900630065000000 -S:AudioDeviceName0003|Default WaveOut Device -H:AudioDeviceCode0003|37D415438C5BD011BD3B00A0C911CE869200000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C00440065006600610075006C007400200057006100760065004F007500740020004400650076006900630065000000 -S:AudioDeviceName0004|DirectSound: DENON-AVRHD (NVIDIA High Definition Audio) -H:AudioDeviceCode0004|37D415438C5BD011BD3B00A0C911CE86CA00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0044006900720065006300740053006F0075006E0064003A007B00430035004200440044003900370030002D0045003400320035002D0034003100410037002D0041004100320041002D004100380046003100380037003900350031003200310036007D000000 -S:AudioDeviceName0005|DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device) -H:AudioDeviceCode0005|37D415438C5BD011BD3B00A0C911CE86CA00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0044006900720065006300740053006F0075006E0064003A007B00440034004300460030004100420030002D0037003900340043002D0034004500450043002D0038003300420033002D003300320037004400330041003300330043003900300043007D000000 +S:AudioDeviceName0001|Default DirectSound Device +H:AudioDeviceCode0001|37D415438C5BD011BD3B00A0C911CE869A00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C00440065006600610075006C007400200044006900720065006300740053006F0075006E00640020004400650076006900630065000000 +S:AudioDeviceName0002|Default WaveOut Device +H:AudioDeviceCode0002|37D415438C5BD011BD3B00A0C911CE869200000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C00440065006600610075006C007400200057006100760065004F007500740020004400650076006900630065000000 +S:AudioDeviceName0003|DirectSound: DENON-AVRHD (NVIDIA High Definition Audio) +H:AudioDeviceCode0003|37D415438C5BD011BD3B00A0C911CE86CA00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0044006900720065006300740053006F0075006E0064003A007B00430035004200440044003900370030002D0045003400320035002D0034003100410037002D0041004100320041002D004100380046003100380037003900350031003200310036007D000000 +S:AudioDeviceName0004|DirectSound: Digital Audio (S/PDIF) (High Definition Audio Device) +H:AudioDeviceCode0004|37D415438C5BD011BD3B00A0C911CE86CA00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0044006900720065006300740053006F0075006E0064003A007B00440034004300460030004100420030002D0037003900340043002D0034004500450043002D0038003300420033002D003300320037004400330041003300330043003900300043007D000000 +S:AudioDeviceName0005|Digital Audio (S/PDIF) (High Definition Audio Device) +H:AudioDeviceCode0005|37D415438C5BD011BD3B00A0C911CE86BC00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0077006100760065003A007B00440034004300460030004100420030002D0037003900340043002D0034004500450043002D0038003300420033002D003300320037004400330041003300330043003900300043007D000000 D:CustDVDNavFilter|0 D:CustDVDColorSpace|0 D:CustDVDVidRender|6 @@ -1151,8 +1151,8 @@ D:OPNavContentCountBarColor|255 D:OPNavContentCountBGColor|13203712 D:OPNavContentCountFontColor|16777215 S:OPDLPluginList2| -S:AudioDeviceName0006|Digital Audio (S/PDIF) (High Definition Audio Device) -H:AudioDeviceCode0006|37D415438C5BD011BD3B00A0C911CE86BC00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0077006100760065003A007B00440034004300460030004100420030002D0037003900340043002D0034004500450043002D0038003300420033002D003300320037004400330041003300330043003900300043007D000000 +S:AudioDeviceName0006|DENON-AVRHD (NVIDIA High Definition Audio) +H:AudioDeviceCode0006|37D415438C5BD011BD3B00A0C911CE86BC00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0077006100760065003A007B00430035004200440044003900370030002D0045003400320035002D0034003100410037002D0041004100320041002D004100380046003100380037003900350031003200310036007D000000 S:AudioDeviceName0007|DENON-AVRHD (NVIDIA High Definition Audio) H:AudioDeviceCode0007|37D415438C5BD011BD3B00A0C911CE86BC00000040006400650076006900630065003A0063006D003A007B00450030004600310035003800450031002D0043004200300034002D0031003100440030002D0042004400340045002D003000300041003000430039003100310043004500380036007D005C0077006100760065003A007B00430043004500450031004100430041002D0045004400360037002D0034003800410036002D0042003400350046002D003100430039003100330032004100380041003300390033007D000000 D:OPMouseWindowHide|0 @@ -1462,4 +1462,99 @@ S:SkinFileNameClassic| S:SkinFileNameDVDClassic| D:OPFroMage|0 D:OPFirstRun|0 +D:IPTVNavLeftBarIndex|3 +D:OPMouseTiltEx|1 +D:OPMouseTiltDir|0 +D:OPIPTVOVShowDesc|1 +D:OPIPTVOVGridView|1 +D:OPIPTVOVBarRadius|1 +D:OPIPTVOVUIScaling|0 +D:OPIPTVOVTextSize|0 +D:OPIPTVOVGroupLines|3 +D:OPIPTVOVDescHeight|3 +D:OPIPTVOVTopBarHeight|3 +D:OPIPTVOVTimeBarHeight|3 +D:OPIPTVOVLeftBarLineWidth|3 +D:OPIPTVOVStreamWidth|3 +D:OPIPTVOVGroupWidth|3 +D:OPIPTVOVGroupLineHeight|3 +D:OPIPTVOVLiveBarWidth|3 +D:OPIPTVOVVMargin|3 +D:OPIPTVOVEPGTextHeight|3 +D:OPIPTVOVStreamListViewLines|3 +D:OPIPTVOVTBarBGColor|1052688 +D:OPIPTVOVLBarBGColor|1447446 +D:OPIPTVOVLBarHLActColor|14737632 +D:OPIPTVOVLBarHLInaColor|14737632 +D:OPIPTVOVTimeBarBGColor|526344 +D:OPIPTVOVTimeBarSepColor|2105376 +D:OPIPTVOVTimeBarNowColor|7368912 +D:OPIPTVOVTimeBarFontColor|8421504 +D:OPIPTVOVButtonHLColor|16777215 +D:OPIPTVOVGrpBGActColor|2631792 +D:OPIPTVOVGrpBGInaColor|1184324 +D:OPIPTVOVGrpBGColor|526344 +D:OPIPTVOVGrpFontColor|14737632 +D:OPIPTVOVGrpActFontColor|16777215 +D:OPIPTVOVDescBGColor|526344 +D:OPIPTVOVStrmBGColor|526344 +D:OPIPTVOVStrmBGActColor|2631792 +D:OPIPTVOVStrmBGInaColor|1184324 +D:OPIPTVOVStrmFontColor|14737632 +D:OPIPTVOVStrmActFontColor|16777215 +D:OPIPTVOVEPGBGColor|526344 +D:OPIPTVOVEPGFontColor|14737632 +D:OPIPTVOVEPGActFontColor|16777215 +D:OPIPTVOVEPGInaBGColor|3158064 +D:OPIPTVOVEPGSelFontColor|16777215 +D:OPIPTVOVEPGInSFontColor|16777215 +D:OPIPTVOVEPGActBGColor|8421504 +D:OPIPTVOVEPGSelBGColor|2631792 +D:OPIPTVOVEPGInSBGColor|1184324 +D:OPIPTVOVEPGLiveBarColor|4210880 +D:OPIPTVOVDescTitFontColor|16777215 +D:OPIPTVOVDescBodFontColor|10526880 +D:OPIPTVOVDescProgActColor|16777215 +D:OPIPTVOVDescProgInaColor|8421504 +D:OPIPTVOVTBarBGOpa|88 +D:OPIPTVOVLBarBGOpa|88 +D:OPIPTVOVLBarHLActOpa|6 +D:OPIPTVOVLBarHLInaOpa|2 +D:OPIPTVOVTimeBarBGOpa|88 +D:OPIPTVOVTimeBarSepOpa|94 +D:OPIPTVOVTimeBarNowOpa|100 +D:OPIPTVOVTimeBarFontOpa|100 +D:OPIPTVOVButtonHLOpa|6 +D:OPIPTVOVGrpBGActOpa|55 +D:OPIPTVOVGrpBGInaOpa|41 +D:OPIPTVOVGrpBGOpa|88 +D:OPIPTVOVGrpFontOpa|100 +D:OPIPTVOVGrpActFontOpa|100 +D:OPIPTVOVDescBGOpa|88 +D:OPIPTVOVStrmBGOpa|88 +D:OPIPTVOVStrmBGActOpa|55 +D:OPIPTVOVStrmBGInaOpa|41 +D:OPIPTVOVStrmFontOpa|100 +D:OPIPTVOVStrmActFontOpa|100 +D:OPIPTVOVEPGBGOpa|88 +D:OPIPTVOVEPGFontOpa|100 +D:OPIPTVOVEPGActFontOpa|100 +D:OPIPTVOVEPGInaBGOpa|25 +D:OPIPTVOVEPGSelFontOpa|100 +D:OPIPTVOVEPGInSFontOpa|100 +D:OPIPTVOVEPGActBGOpa|25 +D:OPIPTVOVEPGSelBGOpa|55 +D:OPIPTVOVEPGInSBGOpa|41 +D:OPIPTVOVEPGLiveBarOpa|50 +D:OPIPTVOVDescTitFontOpa|100 +D:OPIPTVOVDescBodFontOpa|100 +D:OPIPTVOVDescProgActOpa|100 +D:OPIPTVOVDescProgInaOpa|100 +D:OPIPTVArchiveTimeZone|1 +D:OPIPTVConnectLimit|15 +D:OPIPTVMDThreads|4 +D:OPNavFolderSizeScan|0 +S:OPIPTVOVTopBarButtons|123|121|115|116|11|13|14|120 +S:OPIPTVOVFont|Segoe UI Emoji +S:IPTVGroupState2| E