gui updates, new icon
This commit is contained in:
BIN
Assets/Icon.ico
BIN
Assets/Icon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 114 KiB |
BIN
Assets/Icon.png
BIN
Assets/Icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 90 KiB |
BIN
Assets/Icon2.xcf
Normal file
BIN
Assets/Icon2.xcf
Normal file
Binary file not shown.
@@ -161,6 +161,7 @@ LivestreamThumbnail := ThumbnailJPEGFilepath
|
|||||||
; ------------------------------------------------
|
; ------------------------------------------------
|
||||||
IniRead, ConfirmBeforeSubmit, %SettingsIniFilepath%, %ScriptSettingsSection%, ConfirmBeforeSubmit, 1
|
IniRead, ConfirmBeforeSubmit, %SettingsIniFilepath%, %ScriptSettingsSection%, ConfirmBeforeSubmit, 1
|
||||||
IniRead, AutoUpdateCheck, %SettingsIniFilepath%, %ScriptSettingsSection%, AutoUpdateCheck, 1
|
IniRead, AutoUpdateCheck, %SettingsIniFilepath%, %ScriptSettingsSection%, AutoUpdateCheck, 1
|
||||||
|
|
||||||
IniRead, ErrorLogToDiscord, %SettingsIniFilepath%, %ScriptSettingsSection%, ErrorLogToDiscord, 1
|
IniRead, ErrorLogToDiscord, %SettingsIniFilepath%, %ScriptSettingsSection%, ErrorLogToDiscord, 1
|
||||||
if(ErrorLogToDiscord){
|
if(ErrorLogToDiscord){
|
||||||
; Discord
|
; Discord
|
||||||
@@ -176,6 +177,9 @@ if(ErrorLogToDiscord){
|
|||||||
|
|
||||||
; GUI Variables
|
; GUI Variables
|
||||||
; ------------------------------------------------
|
; ------------------------------------------------
|
||||||
|
IniRead, XPosition, %SettingsIniFilepath%, %ScriptSettingsSection%, XPosition, 0
|
||||||
|
IniRead, YPosition, %SettingsIniFilepath%, %ScriptSettingsSection%, YPosition, 0
|
||||||
|
|
||||||
GuiFontSize = 15
|
GuiFontSize = 15
|
||||||
|
|
||||||
MarginSize := 10
|
MarginSize := 10
|
||||||
@@ -186,13 +190,13 @@ ThumbnailPreviewWidth := 150
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
GuiHeight := 470
|
GuiHeight := 500
|
||||||
|
|
||||||
VerticalLineHeight := GuiHeight - 100
|
VerticalLineHeight := GuiHeight - 100
|
||||||
|
|
||||||
|
|
||||||
; Column One
|
; Column One
|
||||||
ColumnOneWidth := 500
|
ColumnOneWidth := 550
|
||||||
|
|
||||||
ColumnOneEditBoxWidth := ColumnOneWidth - (MarginSize * 2)
|
ColumnOneEditBoxWidth := ColumnOneWidth - (MarginSize * 2)
|
||||||
ColumnOneEditBoxHalfWidth := (ColumnOneEditBoxWidth / 2) + 5
|
ColumnOneEditBoxHalfWidth := (ColumnOneEditBoxWidth / 2) + 5
|
||||||
@@ -216,7 +220,7 @@ GUIWidth := ColumnThreeXPosition + ColumnThreeEditBoxWidth + MarginSize
|
|||||||
|
|
||||||
; Results Screen
|
; Results Screen
|
||||||
ResultButtonWidth := 250
|
ResultButtonWidth := 250
|
||||||
ResultButtonEditWidth := 250
|
ResultButtonEditWidth := 350
|
||||||
ResultButtonHeights := 30
|
ResultButtonHeights := 30
|
||||||
ResultButtonAndEditWidth := ResultButtonWidth + ResultButtonEditWidth + MarginSize
|
ResultButtonAndEditWidth := ResultButtonWidth + ResultButtonEditWidth + MarginSize
|
||||||
|
|
||||||
@@ -252,7 +256,7 @@ Gui, Add, Button, x+%MarginSize% gPasteClipboardToEditBox vPasteClipboardToFLSDe
|
|||||||
|
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
Gui, Font, Normal
|
Gui, Font, Normal
|
||||||
Gui, Add, Edit,x%MarginSize% w%ColumnOneEditBoxWidth% h170 vLivestreamDescription, %LivestreamDescription%
|
Gui, Add, Edit,x%MarginSize% w%ColumnOneEditBoxWidth% h200 vLivestreamDescription, %LivestreamDescription%
|
||||||
|
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
Gui, Font, Bold
|
Gui, Font, Bold
|
||||||
@@ -271,19 +275,21 @@ Gui, Add, Edit,x%MarginSize% w%ColumnOneEditBoxWidth% vLivestreamTags, %Livestre
|
|||||||
; ------------------------------------------------
|
; ------------------------------------------------
|
||||||
; Start with Column one and go across
|
; Start with Column one and go across
|
||||||
|
|
||||||
ScheduleButtonWidths := 234
|
ScheduleButtonWidths := 250
|
||||||
ScheduleButtonHeight := 50
|
ScheduleButtonHeight := 50
|
||||||
|
ScheduleButtonHalfHeight := ScheduleButtonHeight / 2
|
||||||
|
|
||||||
|
|
||||||
|
Gui, add, Text, x0 y+%marginsizeDoubled% w%GUIWidth% 0x10
|
||||||
|
|
||||||
|
Gui, Font, s10
|
||||||
|
Gui, Font, Bold
|
||||||
|
Gui, Add, Button, x%MarginSize% yp+%marginsizeDoubled% w%ColumnTwoEditBoxWidth% h%ScheduleButtonHalfHeight% gLoadPrevious , Load Previous
|
||||||
|
Gui, Add, Button, y+0 w%ColumnTwoEditBoxWidth% h%ScheduleButtonHalfHeight% gShowResultsScreen , Show Results
|
||||||
|
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
Gui, Font, Bold
|
Gui, Font, Bold
|
||||||
Gui, add, text, x0 y+%marginsizeDoubled% w970 0x10
|
Gui, Add, Button, x+%marginsize% yp-%ScheduleButtonHalfHeight% w%ScheduleButtonWidths% h%ScheduleButtonHeight% gSaveAsTemplate, Save As Template
|
||||||
|
|
||||||
|
|
||||||
Gui, Add, Button, x%MarginSize% yp+%marginsizeDoubled% w%ColumnTwoEditBoxWidth% h%ScheduleButtonHeight% gLoadPrevious , Load Previous
|
|
||||||
|
|
||||||
Gui, Font, Bold
|
|
||||||
; Gui, Font, S10
|
|
||||||
Gui, Add, Button, x+%marginsize% w%ScheduleButtonWidths% h%ScheduleButtonHeight% gSaveAsTemplate, Save As Template
|
|
||||||
Gui, Add, Button,x+%marginsize% gSchedulePost h%ScheduleButtonHeight% w%ScheduleButtonWidths% gLoadTemplate, Load Template
|
Gui, Add, Button,x+%marginsize% gSchedulePost h%ScheduleButtonHeight% w%ScheduleButtonWidths% gLoadTemplate, Load Template
|
||||||
Gui, Add, Button, x+%marginsize% gSchedulePost h%ScheduleButtonHeight% w%ScheduleButtonWidths% gSchedulePost, Schedule
|
Gui, Add, Button, x+%marginsize% gSchedulePost h%ScheduleButtonHeight% w%ScheduleButtonWidths% gSchedulePost, Schedule
|
||||||
|
|
||||||
@@ -345,7 +351,7 @@ Gui, add, text, x%ColumnThreeVerticalLineXPosition% y%marginSize% h%VerticalLine
|
|||||||
; ------------------------------------------------
|
; ------------------------------------------------
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
Gui, Font, Bold
|
Gui, Font, Bold
|
||||||
Gui, Add, Text,y0 x%ColumnThreeXPosition%, Settings
|
Gui, Add, Text,y%MarginSize% x%ColumnThreeXPosition%, Settings
|
||||||
|
|
||||||
|
|
||||||
Gui, Font, s12
|
Gui, Font, s12
|
||||||
@@ -357,22 +363,26 @@ Gui, Add, Checkbox, vConfirmBeforeSubmit checked%ConfirmBeforeSubmit%, Confirm B
|
|||||||
|
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
Gui, Font, Bold
|
Gui, Font, Bold
|
||||||
Gui, Add, Text, y+%MarginSizeDoubled% x%ColumnThreeXPosition%, Updates
|
Gui, Add, Text, y+%MarginSizeDoubled% x%ColumnThreeXPosition%, System
|
||||||
|
|
||||||
Gui, Font, S10
|
Gui, Font, S10
|
||||||
if(UpdateAvailable)
|
/*if(UpdateAvailable)
|
||||||
Gui, Add, Button, cRed w%ColumnTwoEditBoxWidth% center vUpdateAvailable gUpdateScript, FLS Update Available!
|
Gui, Add, Button, cRed w%ColumnTwoEditBoxWidth% center vUpdateAvailable gUpdateScript, %ScriptAbbreviatedName% Update Available!
|
||||||
else,
|
else,
|
||||||
Gui, Add, Button, w%ColumnThreeEditBoxWidth% center vUpdateAvailable gUpdateScript, FLS Up-to-Date
|
*/
|
||||||
|
Gui, Add, Button, w%ColumnThreeEditBoxWidth% center vUpdateAvailable gUpdateScript, %ScriptAbbreviatedName% Up-to-Date
|
||||||
|
|
||||||
if(ChromeUpdateAvailable)
|
/*if(ChromeUpdateAvailable)
|
||||||
Gui, Add, Button, cRed w%ColumnThreeEditBoxWidth% center vChromeUpdateAvailable gUpdateChrome,Chrome Update Available!
|
Gui, Add, Button, cRed w%ColumnThreeEditBoxWidth% center vChromeUpdateAvailable gUpdateChrome,Chrome Update Available!
|
||||||
else,
|
else,
|
||||||
|
*/
|
||||||
Gui, Add, Button, w%ColumnThreeEditBoxWidth% center vChromeUpdateAvailable gUpdateChrome, Chrome Up-to-Date
|
Gui, Add, Button, w%ColumnThreeEditBoxWidth% center vChromeUpdateAvailable gUpdateChrome, Chrome Up-to-Date
|
||||||
|
|
||||||
|
Gui, Add, Button, x%ColumnThreeXPosition% y+%MarginSize% w%ColumnThreeEditBoxWidth% center gOpenGiteaPage, Report Bug
|
||||||
|
|
||||||
|
|
||||||
Gui, Show, h%GuiHeight% w%GUIWidth%, %FullScriptName%
|
|
||||||
|
Gui, Show, h%GuiHeight% w%GUIWidth% x%XPosition% y%YPosition%, %FullScriptName%
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -479,12 +489,15 @@ Return
|
|||||||
SchedulePost:
|
SchedulePost:
|
||||||
Gui, submit, NoHide
|
Gui, submit, NoHide
|
||||||
|
|
||||||
|
WinGetPos, XPosition, YPosition, , , A
|
||||||
|
|
||||||
; Save Settings.ini
|
; Save Settings.ini
|
||||||
; ------------------------------------------------
|
; ------------------------------------------------
|
||||||
IniWrite, %ConfirmBeforeSubmit%, %SettingsIniFilepath%, %ScriptSettingsSection%, ConfirmBeforeSubmit
|
IniWrite, %ConfirmBeforeSubmit%, %SettingsIniFilepath%, %ScriptSettingsSection%, ConfirmBeforeSubmit
|
||||||
IniWrite, %AutoUpdateCheck%, %SettingsIniFilepath%, %ScriptSettingsSection%, AutoUpdateCheck
|
IniWrite, %AutoUpdateCheck%, %SettingsIniFilepath%, %ScriptSettingsSection%, AutoUpdateCheck
|
||||||
IniWrite, %ErrorLogToDiscord%, %SettingsIniFilepath%, %ScriptSettingsSection%, ErrorLogToDiscord
|
IniWrite, %ErrorLogToDiscord%, %SettingsIniFilepath%, %ScriptSettingsSection%, ErrorLogToDiscord
|
||||||
|
IniWrite, %XPosition%, %SettingsIniFilepath%, %ScriptSettingsSection%, XPosition
|
||||||
|
IniWrite, %YPosition%, %SettingsIniFilepath%, %ScriptSettingsSection%, YPosition
|
||||||
|
|
||||||
|
|
||||||
; Re-use an existing errorlog or create new directory
|
; Re-use an existing errorlog or create new directory
|
||||||
@@ -531,6 +544,8 @@ if(InputRumbleCustomRTMP){
|
|||||||
|
|
||||||
; Gui, Add,
|
; Gui, Add,
|
||||||
|
|
||||||
|
|
||||||
|
ShowResultsScreen:
|
||||||
ToolTip ; hide any existing tooltips
|
ToolTip ; hide any existing tooltips
|
||||||
|
|
||||||
Gui, Destroy
|
Gui, Destroy
|
||||||
@@ -563,11 +578,6 @@ IniRead, RumbleCustomRTMPs, %PostStatusesFilepath%, Livestream,RumbleCustomRTMPs
|
|||||||
Gui, Font, Bold
|
Gui, Font, Bold
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
|
|
||||||
|
|
||||||
/*Gui, Add, Button, x%MarginSize% gResultsGUIAction h%ResultButtonHeights% w%ResultButtonEditWidth%,Copy Title
|
|
||||||
Gui, Add, Button, x+%marginsize% gResultsGUIAction h%ResultButtonHeights% w%ResultButtonEditWidth%,Copy Description
|
|
||||||
|
|
||||||
*/
|
|
||||||
Gui, Add, Button,x%MarginSize% y+10 h%ResultButtonHeights% w%ResultButtonWidth% gResultsGUIAction, Copy Title
|
Gui, Add, Button,x%MarginSize% y+10 h%ResultButtonHeights% w%ResultButtonWidth% gResultsGUIAction, Copy Title
|
||||||
Gui, Add, Button, x+5 yp+0 h%ResultButtonHeights% w%ResultButtonEditWidth% center gResultsGUIAction, Copy Description
|
Gui, Add, Button, x+5 yp+0 h%ResultButtonHeights% w%ResultButtonEditWidth% center gResultsGUIAction, Copy Description
|
||||||
|
|
||||||
@@ -603,11 +613,10 @@ Gui, Add, Edit, x+5 yp+0 h%ResultButtonHeights% w%ResultButtonEditWidth% vRumbl
|
|||||||
Gui, add, text, x%MarginSize% y+%marginsizeDoubled% w%ResultButtonAndEditWidth% 0x10 ;Horizontal Line > Etched Gray
|
Gui, add, text, x%MarginSize% y+%marginsizeDoubled% w%ResultButtonAndEditWidth% 0x10 ;Horizontal Line > Etched Gray
|
||||||
|
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
Gui, Add, Button, x%MarginSize% y+%marginsize% gResultsGUIAction h%ResultButtonHeights% w%ResultButtonEditWidth%,Save Changes
|
Gui, Add, Button, x%MarginSize% y+%marginsize% gResultsGUIAction h%ResultButtonHeights% w%ResultButtonWidth%,Save Changes
|
||||||
Gui, Add, Button, x+%marginsize% h%ResultButtonHeights% w%ResultButtonEditWidth% gRetryUpload ,Try Failed Again
|
Gui, Add, Button, x+%marginsize% h%ResultButtonHeights% w%ResultButtonEditWidth% gRetryUpload ,Try Failed Again
|
||||||
|
|
||||||
Gui, Add, Button, x%MarginSize% h%ResultButtonHeights% w%ResultButtonEditWidth% gStartSMP, Start SMP
|
Gui, Add, Button, x%MarginSize% h%ResultButtonHeights% w%ResultButtonWidth% gStartSMP, Start SMP
|
||||||
; Gui, Font, s10
|
|
||||||
Gui, Add, Button, x+%marginsize% gUpdateRedirects h%ResultButtonHeights% w%ResultButtonEditWidth%, Update M.M. Redirects
|
Gui, Add, Button, x+%marginsize% gUpdateRedirects h%ResultButtonHeights% w%ResultButtonEditWidth%, Update M.M. Redirects
|
||||||
|
|
||||||
Gui, Font, s%GuiFontSize%
|
Gui, Font, s%GuiFontSize%
|
||||||
@@ -622,7 +631,7 @@ Gui, Add, Edit, y+5 h400 w%ResultButtonEditWidth%, %ErrorLogVar%
|
|||||||
|
|
||||||
; Gui, Add, Button, x%MarginSize% gRetryUpload h%ResultButtonHeights% w%ResultButtonEditWidth%,Try Failed Again
|
; Gui, Add, Button, x%MarginSize% gRetryUpload h%ResultButtonHeights% w%ResultButtonEditWidth%,Try Failed Again
|
||||||
|
|
||||||
Gui, Show
|
Gui, Show, x%XPosition% y%YPosition% w%GUIWidth%, %FullScriptName% - Results
|
||||||
|
|
||||||
Return
|
Return
|
||||||
|
|
||||||
@@ -630,6 +639,12 @@ Return
|
|||||||
|
|
||||||
; GoSubs
|
; GoSubs
|
||||||
; ------------------------------------------------
|
; ------------------------------------------------
|
||||||
|
|
||||||
|
OpenGiteaPage:
|
||||||
|
run, https://freedomain.dev/yuriy/video-uploader/issues
|
||||||
|
Return
|
||||||
|
|
||||||
|
|
||||||
StartSMP:
|
StartSMP:
|
||||||
; IniWrite, %A_ScriptFullPath%, %SettingsIniFilepath%, Filepaths, SMPFilepath
|
; IniWrite, %A_ScriptFullPath%, %SettingsIniFilepath%, Filepaths, SMPFilepath
|
||||||
IniRead, SocialMediaPosterFilepath, %SettingsIniFilepath%, Filepaths, SocialMediaPosterFilepath, %A_Space%
|
IniRead, SocialMediaPosterFilepath, %SettingsIniFilepath%, Filepaths, SocialMediaPosterFilepath, %A_Space%
|
||||||
@@ -660,8 +675,6 @@ if(SocialMediaPosterFilepath = "" or !FileExist(SocialMediaPosterFilepath)){
|
|||||||
|
|
||||||
UpdateRedirects:
|
UpdateRedirects:
|
||||||
gosub, MediaManagerUpdate
|
gosub, MediaManagerUpdate
|
||||||
|
|
||||||
|
|
||||||
Return
|
Return
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Submodule Lib/Freedomain-Posters-Shared-Functions updated: 738e1af443...cf56ae8136
BIN
Version.ini
BIN
Version.ini
Binary file not shown.
Reference in New Issue
Block a user