|
|
|
@ -277,7 +277,7 @@ Loop, files, %VideoFolderDir%\*.*, F ; loop through the files in the director
|
|
|
|
|
FileRead, VideoTitle, %A_LoopFileFullPath%
|
|
|
|
|
LBRYURLSlug := VideoTitle
|
|
|
|
|
OriginalVideoTitle := VideoTitle
|
|
|
|
|
OriginalLBRYURLSlug := LBRYURLSlug
|
|
|
|
|
; OriginalLBRYURLSlug := LBRYURLSlug
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(FileNameWExt = "body.txt"){
|
|
|
|
@ -752,6 +752,9 @@ JSVideoTitle := FormatTextToJSText(VideoTitle)
|
|
|
|
|
JSVideoDescription := FormatTextToJSText(VideoDescription)
|
|
|
|
|
JSVideoSummary := FormatTextToJSText(VideoSummary)
|
|
|
|
|
|
|
|
|
|
Message = JSVideoSummary:`n %JSVideoSummary%
|
|
|
|
|
SaveOrPostProgress(Message:=Message,PostType:=",ErrorLoggingTextFile")
|
|
|
|
|
|
|
|
|
|
; -------------------------------/Log Info To Text-------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -919,7 +922,6 @@ if(PodcastNumber = "") {
|
|
|
|
|
|
|
|
|
|
gosub, SetGUIVariables
|
|
|
|
|
gosub, SetAndShowResultsGUI
|
|
|
|
|
; #include %A_scriptDir%\Modules\GUI-Results-Window.ahk
|
|
|
|
|
|
|
|
|
|
SaveCurrentChromeVersionToIniFile()
|
|
|
|
|
|
|
|
|
|