|
|
@ -31,7 +31,7 @@ global FullScriptName
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ScriptName = Freedomain Video Uploader
|
|
|
|
ScriptName = Freedomain Video Uploader
|
|
|
|
ScriptVersion = 3.21
|
|
|
|
ScriptVersion = 3.22
|
|
|
|
FullScriptName := ScriptName . " - " . ScriptVersion
|
|
|
|
FullScriptName := ScriptName . " - " . ScriptVersion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -938,7 +938,6 @@ SelectVideoThumbFilepath:
|
|
|
|
FileSelectFile, VideoThumbFilepath,, %FileDir%, Select Thumbnail File
|
|
|
|
FileSelectFile, VideoThumbFilepath,, %FileDir%, Select Thumbnail File
|
|
|
|
|
|
|
|
|
|
|
|
if(!InStr(VideoThumbFilepath, FileDir)){
|
|
|
|
if(!InStr(VideoThumbFilepath, FileDir)){
|
|
|
|
; ToolTip, Thumbnail Copied to Project Folder, 850, 0
|
|
|
|
|
|
|
|
TimedToolTip("Thumbnail Copied to Project Folder",,,1000)
|
|
|
|
TimedToolTip("Thumbnail Copied to Project Folder",,,1000)
|
|
|
|
SplitPath, VideoThumbFilepath, OutFileName, OutDir, OutExtension, OutNameNoExt, OutDrive
|
|
|
|
SplitPath, VideoThumbFilepath, OutFileName, OutDir, OutExtension, OutNameNoExt, OutDrive
|
|
|
|
FileCopy, %VideoThumbFilepath%, %FileDir%\*,1
|
|
|
|
FileCopy, %VideoThumbFilepath%, %FileDir%\*,1
|
|
|
|