|
|
|
@ -29,7 +29,7 @@ global ScriptVersion
|
|
|
|
|
global FullScriptName
|
|
|
|
|
|
|
|
|
|
ScriptName = Freedomain Video Uploader
|
|
|
|
|
ScriptVersion = 3.17
|
|
|
|
|
ScriptVersion = 3.18
|
|
|
|
|
FullScriptName := ScriptName . " - " . ScriptVersion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -136,9 +136,9 @@ IniRead, ShowTooltipProgress, %SettingsIniFilepath%, General, ShowTooltipProgres
|
|
|
|
|
(ShowTooltipProgress)?(ShowTooltipProgressCheckStatus := 1) : (ShowTooltipProgressCheckStatus := 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Message = Reading Settings from .ini files
|
|
|
|
|
; Message = Reading Settings from .ini files
|
|
|
|
|
; ToolTip, reading settings
|
|
|
|
|
SaveOrPostProgress(Message:=Message,PostType:="Tooltip")
|
|
|
|
|
; SaveOrPostProgress(Message:=Message,PostType:="Tooltip")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -264,7 +264,7 @@ else, {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Do this with an array. Add all filepaths to array and then pull out the ones with the extension.
|
|
|
|
|
; @todo Do this with an array. Add all filepaths to array and then pull out the ones with the extension.
|
|
|
|
|
; get directory from the filepath grabbed
|
|
|
|
|
SplitPath, BodyTextFilePath, OutFileName, VideoFolderDir, OutExtension, OutNameNoExt, OutDrive
|
|
|
|
|
|
|
|
|
@ -2849,7 +2849,8 @@ Loop, %Number_of_loops_to_Check_Upload_status% {
|
|
|
|
|
|
|
|
|
|
;
|
|
|
|
|
;------------------/Locals------------------------------
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
*/
|
|
|
|
|
;
|
|
|
|
|
;--------------------Telegram----------------------------
|
|
|
|
|
TelegramVideoUpload:
|
|
|
|
@ -4909,13 +4910,15 @@ Return
|
|
|
|
|
; -------------------------------Functions-------------------------------
|
|
|
|
|
|
|
|
|
|
; Included Files
|
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\StdOutToVar.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\General-Shared-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Selenium-Shared-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Gitea-Shared-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\APIs-Shared-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\General-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Selenium-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Chrome-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Gitea-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\API-Functions.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\JSON.ahk
|
|
|
|
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\RunCMD.ahk
|
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\StdOutToVar.ahk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; #Include %A_ScriptDir%\Lib\ChromeAutomationFunctions.ahk
|
|
|
|
|
|
|
|
|
|