Documentation for using Scripture slideshow templates

I can’t seem to find any documentation on how to use the new feature for making slideshows from templates in Scripture App Builder. I found templates to download, but no instructions on where to put them and how to use them in SAB.

The new feature for making slideshows requires the previous slideshow templates to be converted into a new format. I haven’t documented it yet since I am working on higher priority issues with the release. Thanks for your patients.

Chris

Thanks, Chris. Are there some sample templates that have been converted that we can get to?

@LorenHawthorne, There will be a new Slideshow Templates download wizard (like JDK Install wizard) in SAB 10.1. The templates have been uploaded (and will be managed) from a GitHub Repository:

You can download a zip of the templates (they are rather large at > 500MB). If you would like to test them out before we release 10.1, that would be great! If you find any issues, we might have time to address them before the next release.

Chris

Thanks, Chris. I’m looking forward to test driving 10.1

@ChrisHubbard
I’m having trouble with downloading the Templates through the SAB wizard. The download works but it crashes during unzip. I found this error log and it appears the folder isn’t being created.

java.io.FileNotFoundException: C:\Program Files (x86)\SIL\Scripture App Builder\Slideshow Videos\sillsdev-appbuilder-storybuilder-templates-fbfe456\.gitignore (The system cannot find the path specified)
	at java.base/java.io.FileOutputStream.open0(Native Method)
	at java.base/java.io.FileOutputStream.open(Unknown Source)
	at java.base/java.io.FileOutputStream.<init>(Unknown Source)
	at java.base/java.io.FileOutputStream.<init>(Unknown Source)
	at org.sil.app.builder.common.utils.ZipUtils.unZipFileToDir(ZipUtils.java:190)
	at org.sil.app.builder.common.utils.ZipUtils.extractFileToDir(ZipUtils.java:110)
	at org.sil.app.builder.common.dialog.storybuilder.StoryBuilderDownloadProgressPage$FileDownloader.unzipFileToFolder(StoryBuilderDownloadProgressPage.java:177)
	at org.sil.app.builder.common.dialog.storybuilder.StoryBuilderDownloadProgressPage$FileDownloader.doInBackground(StoryBuilderDownloadProgressPage.java:167)
	at org.sil.app.builder.common.dialog.storybuilder.StoryBuilderDownloadProgressPage$FileDownloader.doInBackground(StoryBuilderDownloadProgressPage.java:144)
	at java.desktop/javax.swing.SwingWorker$1.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.desktop/javax.swing.SwingWorker.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)

At first, I didn’t see the folder, Slideshow Videos, created so I thought that was the issue. Next try, I manually created the Slideshow Videos in the directory in the above path. Still crashed. So I’m not sure where the problem lies. I’m testing a new directory location: User\Documents\Slideshow Videos now. I also found the github link for the videos (templates) and I am manually downloading as a work around.

Update: while writing this post…the download to the directory: Users\Documents\Slideshow Videos did work! So there must be an issue with writing to the directory and/or folder creation.

Please see to this and apply solution.