Kodi Community Forum
Screensaver development - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Screensavers and visualisations (https://forum.kodi.tv/forumdisplay.php?fid=38)
+---- Thread: Screensaver development (/showthread.php?tid=322010)



Screensaver development - wunderkind! - 2017-09-26

Noob here -
Expert programmer, but need some sort of 'thread to pull on' in order to develop a new screen saver.
Have looked at both the Git repositories as well as brief search of the forum, but haven't figured out where an example screensaver might be.
Currently use the picture slideshow screensaver, so if I can find the source to that one, would be happy enough to start.

Any pointers would be appreciated (even things like "you're an idiot - here's the link to where you should start")

Thanks in advance.


RE: Screensaver development - Hitcher - 2017-09-26

https://github.com/XBMC-Addons/screensaver.picture.slideshow

Best I can do.


RE: Screensaver development - ironic_monkey - 2017-09-26

above link for python, if you want to develop in c++ see e.g. https://github.com/notspiff/screensaver.stars


RE: Screensaver development - docwra - 2017-09-26

I made a new wiki page for developers.

http://kodi.wiki/view/HOW-TO:Screensaver_addon

Pretty simple right now with the above examples, but if anyone wants to write some docs or tutorials that would be great Smile


RE: Screensaver development - wunderkind! - 2017-09-26

Thanks all! At least this gives me something to start with. Appreciate the quick responses.

Btw, either Python or C++ works for me, so I'll take a look at both.