|
|
@ -34,13 +34,6 @@ FullScriptName := ScriptName . " - " . ScriptVersion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Included Files
|
|
|
|
|
|
|
|
#include %A_ScriptDir%\Lib\StdOutToVar.ahk ; used for chrome debugging mode connection
|
|
|
|
|
|
|
|
#Include C:\Users\%A_UserName%\Syncthing\Git\Freedomain-Social-Media-Poster\Lib\SharedFunctions.ahk ; @todo, move this to a git submodule
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Lib\JSON.ahk
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Lib\ChromeAutomationFunctions.ahk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;---ToDo---
|
|
|
|
;---ToDo---
|
|
|
|
;------------------------------------------------
|
|
|
|
;------------------------------------------------
|
|
|
|
; @todo: Update Locals Share link grabbing
|
|
|
|
; @todo: Update Locals Share link grabbing
|
|
|
@ -5008,6 +5001,18 @@ Return
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; -------------------------------Functions-------------------------------
|
|
|
|
; -------------------------------Functions-------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Included Files
|
|
|
|
|
|
|
|
#include %A_ScriptDir%\Lib\StdOutToVar.ahk ; used for chrome debugging mode connection
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Lib\SharedFunctions.ahk
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Lib\JSON.ahk
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Lib\ChromeAutomationFunctions.ahk
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Lib\\RunCMD.ahk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; #Include %A_ScriptDir%\Lib\ChromeAutomationFunctions.ahk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CheckLBRYProcess(){
|
|
|
|
CheckLBRYProcess(){
|
|
|
|
; Check if LBRY Process exists
|
|
|
|
; Check if LBRY Process exists
|
|
|
|
Process, Exist,LBRY.exe
|
|
|
|
Process, Exist,LBRY.exe
|
|
|
|