[TUTORIAL] Screensaver Example - 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: [TUTORIAL] Screensaver Example (/showthread.php?tid=333734) |
[TUTORIAL] Screensaver Example - docwra - 2018-07-17 I just uploaded an example Add-on for new screensavers, its pretty simple and based on Sphere's old test Add-on that has been broken for a while. I updated it and added a nice background. SOURCE: https://github.com/zag2me/script.screensaver.example Hopefully this will help any new developers start making some new Screensavers. My motivation for this was to write some more Wiki Tutorials for each Add-on type in Kodi. I'll write up the tutorial here soon: https://kodi.wiki/view/HOW-TO:Screensaver_addon RE: [TUTORIAL] Screensaver Example - docwra - 2018-07-17 Preview RE: [TUTORIAL] Screensaver Example - poppy_pl - 2018-08-20 Thanks for quick and dirty example. Basicly making custom WindowXML window, streaching image on full screen and done. Not bad, not bad at all. RE: [TUTORIAL] Screensaver Example - docwra - 2018-08-20 Yep all very easy to do when you know how Hopefully these guides take that first step away from newbie developers. Sometimes the first step is the hardest. |