File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ Setup
1717 - Check "Shutdown source when not visible" and "Refresh browser when scene becomes active"
18182. Place your images in the "images" folder. jpg, png, gifs all work.
19193. Refresh images - This must be done whenever images are added or renamed!
20- - Run RefreshImages.sh
20+ - Run RefreshImagesW.cmd (for windows) or RefreshImages.sh (for linux)
2121 - Refresh the source in OBS by toggling its visibility
22224. *** Repeat step 3 whenever you add or rename images, or they won't appear! ***
2323
2424Notes
2525 - settings.js can be opened & edited in notepad. (includes slide duration & mode settings)
2626 - To use updated settings, refresh source by toggling visibility
27- - RefreshImages.sh saves a list of all images in the images folder in "images.js"
27+ - The RefreshImages script saves a list of all images in the images folder in "images.js"
2828 - Filenames with uncommon characters may not display
2929
3030Discussion & support: https://obsproject.com/forum/threads/random-image-slideshow.110157/
Original file line number Diff line number Diff line change 1+ echo let imageNamesStr = ` > images/images.js
2+ dir images /b >> images/images.js
3+ echo ` >> images/images.js
You can’t perform that action at this time.
0 commit comments