@@ -36,9 +36,13 @@ local KC_RESTART = 55 --7
3636local KC_REFRESH = 56 -- 8
3737
3838function script_description ()
39- return " Browser Image Slideshow\n\n " ..
40- " https://obsproject.com/forum/resources/browser-image-slideshow.852/\n\n " ..
41- " Press the refresh button after changing settings, or adding/removing images. This will update the slideshow and refresh the browser source."
39+ return [[
40+ <center><h3>Browser Image Slideshow</h3></center>
41+ <br><a href="https://github.com/dustymethod/BrowserImageSlideshow">Github</a>
42+ <br><a href="https://obsproject.com/forum/resources/browser-image-slideshow.852/">OBS Forum</a>
43+ <br>
44+ <br>Press the refresh button after changing settings, or adding/removing images. This will update the slideshow and refresh the browser source.
45+ ]]
4246end
4347
4448function script_properties ()
@@ -50,7 +54,7 @@ function script_properties()
5054 end
5155
5256 obs .obs_properties_add_int (props , " slideDuration" , " Slide duration (ms):" , minSlideDuration , maxSlideDuration , 500 )
53- obs .obs_properties_add_bool (props , " startWithAutoplay" , " Autoplay: automatically play slides \n (turn off for manual control) " )
57+ obs .obs_properties_add_bool (props , " startWithAutoplay" , " Autoplay" )
5458 obs .obs_properties_add_bool (props , " stopOnLastImage" , " Stop slideshow on last image" )
5559 obs .obs_properties_add_text (props , " browserSourceName" , " Browser source name:\n (for use with hotkeys)" , obs .OBS_TEXT_DEFAULT )
5660 obs .obs_properties_add_button (props , " refreshButton" , " Refresh" , refresh_source )
0 commit comments