|
|
@ -30,7 +30,7 @@ EditBoxFourthWidths := (EditBoxWidths / 4) - (MarginSpace - 2)
|
|
|
|
VideoTagsTextXPos := EditBoxHalfWidths + (MarginSpace * 2)
|
|
|
|
VideoTagsTextXPos := EditBoxHalfWidths + (MarginSpace * 2)
|
|
|
|
|
|
|
|
|
|
|
|
; EditBoxHalfWidthsWithMargin := (EditBoxWidths / 2)
|
|
|
|
; EditBoxHalfWidthsWithMargin := (EditBoxWidths / 2)
|
|
|
|
DescriptionCharCountXPos := EditBoxWidths - 40
|
|
|
|
DescriptionCharCountXPos := EditBoxHalfWidths - 40
|
|
|
|
|
|
|
|
|
|
|
|
PageTwoXStartPos := EditBoxWidths + 50
|
|
|
|
PageTwoXStartPos := EditBoxWidths + 50
|
|
|
|
|
|
|
|
|
|
|
@ -114,36 +114,30 @@ Gui, Font, Normal
|
|
|
|
Gui, Add, Edit, x%Marginspace% Y+5 w%EditBoxHalfWidths% h%EditBoxHeight% gUpdateVars vVideoTags, %VideoTags%
|
|
|
|
Gui, Add, Edit, x%Marginspace% Y+5 w%EditBoxHalfWidths% h%EditBoxHeight% gUpdateVars vVideoTags, %VideoTags%
|
|
|
|
Gui, Add, Edit, yp+0 x+%Marginspace% w%EditBoxHalfWidths% h%EditBoxHeight% gUpdateVars vPodcastTags, %PodcastTags%
|
|
|
|
Gui, Add, Edit, yp+0 x+%Marginspace% w%EditBoxHalfWidths% h%EditBoxHeight% gUpdateVars vPodcastTags, %PodcastTags%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Description/Summary Headers
|
|
|
|
; Video Description
|
|
|
|
|
|
|
|
Gui, Font, Bold
|
|
|
|
Gui, Font, Bold
|
|
|
|
|
|
|
|
Gui, Add, Text,y+%Marginspace% x%Marginspace%,Description
|
|
|
|
|
|
|
|
Gui, Add, Text,yp+0 x%ColumnOneHalfWidthXPos%,Summary
|
|
|
|
|
|
|
|
|
|
|
|
if(NoOriginalVideoDescription)
|
|
|
|
Gui, Font, Normal
|
|
|
|
Gui, Add, Text,cRed y+%Marginspace% x%Marginspace%,Video Description
|
|
|
|
; Video Description edit box
|
|
|
|
else,
|
|
|
|
Gui, Add, Edit,x%Marginspace% y+5 w%EditBoxHalfWidths% h%VideoDescriptionEditBoxHeight% vVideoDescription gSubmitDescription,%VideoDescription%
|
|
|
|
Gui, Add, Text,y+%Marginspace% x%Marginspace%,Video Description:
|
|
|
|
; Video Summary Edit Box
|
|
|
|
|
|
|
|
Gui, Add, Edit,x%ColumnOneHalfWidthXPos% yp+0 w%EditBoxHalfWidths% h%VideoDescriptionEditBoxHeight% vVideoSummary gUpdateVars,%VideoSummary%
|
|
|
|
|
|
|
|
|
|
|
|
if(TestingMode)
|
|
|
|
|
|
|
|
Gui, Add, Text,cRed yp+0 xp+150 ,TESTING MODE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(DevMode)
|
|
|
|
|
|
|
|
Gui, Add, Text,cRed yp+0 xp+150 ,DEV MODE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gui, Font, Normal
|
|
|
|
Gui, Font, Normal
|
|
|
|
Gui, Add, Edit,x%Marginspace% y+2 w%EditBoxWidths% h%VideoDescriptionEditBoxHeight% vVideoDescription gSubmitDescription,%VideoDescription%
|
|
|
|
|
|
|
|
gui, font, s8
|
|
|
|
gui, font, s8
|
|
|
|
Gui, font, Bold
|
|
|
|
Gui, Add, Edit, x%Marginspace% y+5 vDescriptionCharCount, %DescriptionCharCount%
|
|
|
|
if(DescriptionCharCount > 3000){
|
|
|
|
Gui, Add,Text, yp+4 x+%MarginSpace%,Limits: DM+Bitchute = 3K, Odysee, Brighteon = 5K
|
|
|
|
Gui, Add, Edit,cRed w50 h20 x%DescriptionCharCountXPos% y+1 vDescriptionCharCount, %DescriptionCharCount%
|
|
|
|
; Gui, font, Bold
|
|
|
|
}
|
|
|
|
|
|
|
|
else,
|
|
|
|
|
|
|
|
Gui, Add, Edit, w50 h20 x%DescriptionCharCountXPos% y+1 vDescriptionCharCount, %DescriptionCharCount%
|
|
|
|
|
|
|
|
Gui, Font, Normal
|
|
|
|
|
|
|
|
Gui, Add,Text, yp+3 xp-310, (Platform Char. Limits: DM+Bitchute = 3K, Odysee,Brighteon = 5K)
|
|
|
|
|
|
|
|
Gui, Font, s%GuiFontSize%
|
|
|
|
Gui, Font, s%GuiFontSize%
|
|
|
|
Gui, font, Bold
|
|
|
|
Gui, font, Bold
|
|
|
|
Gui, Add, GroupBox,r8.5 x%MarginSpace% yp+10 w%EditBoxWidths% Center, Filepaths
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gui, Add, GroupBox,r8.5 x%MarginSpace% y+10 w%EditBoxWidths% Center, Filepaths
|
|
|
|
|
|
|
|
|
|
|
|
; Video Filepath
|
|
|
|
; Video Filepath
|
|
|
|
Gui, Font, Bold
|
|
|
|
Gui, Font, Bold
|
|
|
|