joshuacurtiss/khplaylist

Bible Books that have incomplete chapters appear as "Not Found"

Closed this issue · 1 comments

Some ASL Bible Books presently have not been completely translated. Each individual translated verse is a video file. Thus the chapter video file cannot be found.

Try to find a full-chapter file first, but if one is not found, try to find individual verse video files.

Finally fixed in 7573bd8 with much ado.

This was easier said than done because the current system expected ONE scripture to be equal to ONE video file. With single-verse videos, that dynamic changed.

So to address this, I allow ScriptureVideoUtil to return an array of ScriptureVideo objects, one for each verse, and the view code in index.js is smart enough to figure out what that is.