Kodi Community Forum
WIP Picture Grid Screensaver - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Look and feel (https://forum.kodi.tv/forumdisplay.php?fid=178)
+---- Thread: WIP Picture Grid Screensaver (/showthread.php?tid=368046)



Picture Grid Screensaver - toccata10 - 2022-04-27

Inspiration comes from the Multi Slideshow Screensaver created by sphere. See the relevant thread on kodi forum.
 I loved the GridSwitch effect in which I could display randomly my video fanarts in a 3x3 grid. Unfortunately, this addon doesn't work anymore on Kodi 19 Matrix.
 So, it was a great opportunity for me to learn how to create a simple addon.
 
Credits Source code is here:
https://github.com/toccata10/kodi-screensaver-picturegrid

Installation
You can copy the folder to your kodi installation. On Linux, it's `./kodi/addons`
This was tested only on Linux and Android.

Warnings
  • This is a hobby project. Main goals are to learn kodi programming and to display my holiday pictures in a cool way.
  • I have some random slowdowns when used on my Video Fanarts collection, but I didn't spot the culprit yet.
Here are 2 examples:
  • with a 2x2 video fanart:

Image
  • and a 3x3 holliday pictures grid:
Image
  • Configuration settings:
Image


RE: Picture Grid Screensaver - toccata10 - 2022-05-08

I updated my screensaver to support exif orientation.
It's the version 1.0.6 on github


RE: Picture Grid Screensaver - zag - 2022-06-14

Nice! Glad the template Add-on was useful for something Smile