Releases: dustymethod/BrowserImageSlideshow
v2.0.2
Added captions & improved file extension filter
- Added captions that show the current image's filename (thanks to @NaGeLBaileyVT ). See details in updated readme
- Added better filter for image file extensions (thanks to @SocksTheWolf )
- Files using the following extensions will now be recognized: "apng", "avif", "gif", "jpg", "jpeg", "jfif", "pjpeg", "pjp", "png", "svg", "webp", "bmp", "ico", "cur"
- Added alphanumeric order
- Updated readme
- Updated jquery version to 3.7.1
I've tested these changes as best I can, but please feel free to let me know if you come across any bugs or issues.
As of OBS Studio 30.1, OBS has rewritten their built-in slideshow. As I understand it, this new & improved version no longer has a 250mb uncompressed size limit. Since that size limit was the main reason for making this resource, the new OBS slideshow makes this one rather obsolete. Depending on your preference, it may be desirable to switch to OBS's new slideshow, as it is much simpler to use than html/lua scripts.
v2.0.1
v2.0.1 - Now with hotkeys!
- OBS Hotkeys
- Updated settings
- Updated Readme
v1.4
Fixes GIF stuttering issue
Minor adjustments to code & comments for readability
v1.3
This release adds the option to stop the slideshow on the last slide, preventing it from looping.
Enable this option by setting stopOnLastImage to true in settings.js, or by accessing the settings via lua script in OBS (see readme).
The option is off by default.
The readme has also been updated for clarity.
Add lua script
Added optional lua script as an alternative to running a shell or cmd script to refresh the images list.
Added .gitignore & .gitkeep for images folder
This script can be added to OBS (Tools > Scripts), and is run automatically when OBS is opened.
Slide mode & slide duration settings can now be updated using this script in OBS.
This script & browser source still need to be reloaded/refreshed when images or settings are updated. Reloading the (lua) script can be done from OBS (Tools > Scripts) Reload script button.
v1.1
v1.1
Added RefreshImagesW.cmd, which does the same thing as RefreshImages.sh
Includes minor fixes
v1
Update settings