|
|
@ -46,6 +46,7 @@ UStartTime := A_TickCount ; start time
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\StdOutToVar.ahk
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\StdOutToVar.ahk
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Zip.ahk
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\Zip.ahk
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\URLDownloadToVar.ahk
|
|
|
|
#include %A_ScriptDir%\Lib\Freedomain-Posters-Shared-Functions\URLDownloadToVar.ahk
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Modules\Miscellaneous-Functions.ahk ; Misc functions for video uploading specifically
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;---Global Variables---
|
|
|
|
;---Global Variables---
|
|
|
@ -80,7 +81,6 @@ global ErrorLoggingFilePath
|
|
|
|
global ErrorLogVar
|
|
|
|
global ErrorLogVar
|
|
|
|
ErrorLogVar :=
|
|
|
|
ErrorLogVar :=
|
|
|
|
|
|
|
|
|
|
|
|
global ReuseTabs ; reuse tabs variable
|
|
|
|
|
|
|
|
global DevMode
|
|
|
|
global DevMode
|
|
|
|
|
|
|
|
|
|
|
|
global LBRYNetFilepath
|
|
|
|
global LBRYNetFilepath
|
|
|
@ -140,7 +140,6 @@ IniRead, MouseClicksSaved, %SettingsIniFilepath%, General, MouseClicksSaved, 0
|
|
|
|
IniRead, ShowTooltipProgress, %SettingsIniFilepath%, General, ShowTooltipProgress, 1
|
|
|
|
IniRead, ShowTooltipProgress, %SettingsIniFilepath%, General, ShowTooltipProgress, 1
|
|
|
|
(ShowTooltipProgress)?(ShowTooltipProgressCheckStatus := 1) : (ShowTooltipProgressCheckStatus := 0)
|
|
|
|
(ShowTooltipProgress)?(ShowTooltipProgressCheckStatus := 1) : (ShowTooltipProgressCheckStatus := 0)
|
|
|
|
|
|
|
|
|
|
|
|
ReuseTabs := 1 ; ReuseTabs is permanantly on. There is never a time where you want to create new tabs for every website
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IniRead, AutoUpdateCheck, %SettingsIniFilepath%, General, AutoUpdateCheck, 1
|
|
|
|
IniRead, AutoUpdateCheck, %SettingsIniFilepath%, General, AutoUpdateCheck, 1
|
|
|
|
(AutoUpdateCheck)?(AutoUpdateCheckCheckStatus := 1) : (AutoUpdateCheckCheckStatus := 0)
|
|
|
|
(AutoUpdateCheck)?(AutoUpdateCheckCheckStatus := 1) : (AutoUpdateCheckCheckStatus := 0)
|
|
|
@ -743,7 +742,6 @@ if(VideoDescription != OriginalVideoDescription){
|
|
|
|
; -------------------------------/Save Video Info-------------------------------
|
|
|
|
; -------------------------------/Save Video Info-------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
; Save settings to config file
|
|
|
|
; Save settings to config file
|
|
|
|
IniWrite, %ReuseTabs%, %SettingsIniFilepath%, General, ReuseTabs
|
|
|
|
|
|
|
|
IniWrite, %ShowTooltipProgress%, %SettingsIniFilepath%, General, ShowTooltipProgress
|
|
|
|
IniWrite, %ShowTooltipProgress%, %SettingsIniFilepath%, General, ShowTooltipProgress
|
|
|
|
IniWrite, %AutoUpdateCheck%, %SettingsIniFilepath%, General, AutoUpdateCheck
|
|
|
|
IniWrite, %AutoUpdateCheck%, %SettingsIniFilepath%, General, AutoUpdateCheck
|
|
|
|
IniWrite, %AutoLogin%, %SettingsIniFilepath%, General, AutoLogin
|
|
|
|
IniWrite, %AutoLogin%, %SettingsIniFilepath%, General, AutoLogin
|
|
|
@ -1206,6 +1204,3 @@ Return
|
|
|
|
;------------------------------------------------
|
|
|
|
;------------------------------------------------
|
|
|
|
#Include %A_ScriptDir%\Modules\Podcast-Upload.ahk
|
|
|
|
#Include %A_ScriptDir%\Modules\Podcast-Upload.ahk
|
|
|
|
|
|
|
|
|
|
|
|
; Miscellaneous-Functions
|
|
|
|
|
|
|
|
;------------------------------------------------
|
|
|
|
|
|
|
|
#Include %A_ScriptDir%\Modules\Miscellaneous-Functions.ahk
|
|
|
|
|
|
|
|