You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RefreshImagesLua.lua
+23-12Lines changed: 23 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -16,36 +16,41 @@ minSlideDuration = 1000
16
16
maxSlideDuration=100000
17
17
18
18
functionscript_description()
19
-
return"Script for the slideshow browser source. Saves a list of images in images/images.js, and saves settings in settings.js. See README for full details. " ..
20
-
"Is run automatically when OBS is launched.\n\n" ..
19
+
return"Lua script for the BrowserImageSlideshow. Updates the list of images in images/images.js, and overwrites the settings in settings.js. See README for full details. " ..
20
+
"Runs once automatically when OBS is launched.\n\n" ..
21
21
22
-
"*** Whenever settings or images are updated, reload the script & refresh the browser to use updated settings/images:\n"..
23
-
"- Reload script: press the reload button with this script selected.\n"..
24
-
"- Refresh browser source: toggle the source's visiblity off and on\n"..
22
+
"*** After changing the settings below, the script & browser source must be reloaded for changes to take effect: ***\n"..
23
+
"1. Reload script: press the Reload Scripts button (next to Add/Remove scripts).\n"..
24
+
"2. Refresh browser source: toggle the source's visiblity off and on\n"..
25
25
26
26
"\nModes: \n" ..
27
-
"0: Random order\n" ..
28
-
"1: Alphabetical order\n" ..
29
-
"2: Alphabetical order (start at random image when source becomes visible)"
27
+
"[0]: Random order\n" ..
28
+
"[1]: Alphabetical order\n" ..
29
+
"[2]: Alphabetical order (start at random image)\n\n"..
0 commit comments