Added ability to use portable version of Chrome for uploading
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@ Freedomain Social Media Poster*.exe
|
|||||||
Compile Scripts to EXE.ahk
|
Compile Scripts to EXE.ahk
|
||||||
Freedomain Video Uploader.exe
|
Freedomain Video Uploader.exe
|
||||||
Lib/LBRY Process Killer.exe
|
Lib/LBRY Process Killer.exe
|
||||||
|
Lib/chrome-win64
|
||||||
@@ -29,7 +29,7 @@ global ScriptVersion
|
|||||||
global FullScriptName
|
global FullScriptName
|
||||||
|
|
||||||
ScriptName = Freedomain Video Uploader
|
ScriptName = Freedomain Video Uploader
|
||||||
ScriptVersion = 3.17
|
ScriptVersion = 3.18
|
||||||
FullScriptName := ScriptName . " - " . ScriptVersion
|
FullScriptName := ScriptName . " - " . ScriptVersion
|
||||||
|
|
||||||
|
|
||||||
@@ -136,9 +136,9 @@ IniRead, ShowTooltipProgress, %SettingsIniFilepath%, General, ShowTooltipProgres
|
|||||||
(ShowTooltipProgress)?(ShowTooltipProgressCheckStatus := 1) : (ShowTooltipProgressCheckStatus := 0)
|
(ShowTooltipProgress)?(ShowTooltipProgressCheckStatus := 1) : (ShowTooltipProgressCheckStatus := 0)
|
||||||
|
|
||||||
|
|
||||||
Message = Reading Settings from .ini files
|
; Message = Reading Settings from .ini files
|
||||||
; ToolTip, reading settings
|
; 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
|
; get directory from the filepath grabbed
|
||||||
SplitPath, BodyTextFilePath, OutFileName, VideoFolderDir, OutExtension, OutNameNoExt, OutDrive
|
SplitPath, BodyTextFilePath, OutFileName, VideoFolderDir, OutExtension, OutNameNoExt, OutDrive
|
||||||
|
|
||||||
@@ -2849,7 +2849,8 @@ Loop, %Number_of_loops_to_Check_Upload_status% {
|
|||||||
|
|
||||||
;
|
;
|
||||||
;------------------/Locals------------------------------
|
;------------------/Locals------------------------------
|
||||||
|
/*
|
||||||
|
*/
|
||||||
;
|
;
|
||||||
;--------------------Telegram----------------------------
|
;--------------------Telegram----------------------------
|
||||||
TelegramVideoUpload:
|
TelegramVideoUpload:
|
||||||
@@ -4909,13 +4910,15 @@ Return
|
|||||||
; -------------------------------Functions-------------------------------
|
; -------------------------------Functions-------------------------------
|
||||||
|
|
||||||
; Included Files
|
; Included Files
|
||||||
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\StdOutToVar.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\General-Functions.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\General-Shared-Functions.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Selenium-Functions.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Selenium-Shared-Functions.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Chrome-Functions.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Gitea-Shared-Functions.ahk
|
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Gitea-Functions.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\APIs-Shared-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\JSON.ahk
|
||||||
#Include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\RunCMD.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
|
; #Include %A_ScriptDir%\Lib\ChromeAutomationFunctions.ahk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user