From b75eb449c0bf0faa6fcb60e6bfc3f0c8606a6716 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 11 Oct 2022 16:51:21 -0500 Subject: [PATCH] idea for implementing image slideshows --- TODO.org | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.org b/TODO.org index 55bdd41..77b5f93 100644 --- a/TODO.org +++ b/TODO.org @@ -6,6 +6,7 @@ * Tasks [76%] [26/34] ** TODO Add image slideshow with looping +I could add this by adding a bool as a gallery option in the ImageSqlModel. Then add a loop bool as well. Then perhaps I'd ask if this image item contains a gallery and if so, make sure to loop through all of the filePaths as they could be saved as a list instead of a single filepath. Then decide on the last one whether or not to loop back to the beginning based on the loop bool in the image item. ** TODO Add image gallery options ** TODO Add video repeat pieces ** TODO Make libraries and models aware of being selected.