HOW-TO:Screensaver addon: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(new screensaver page)
 
m (moved repo)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{mininav|[[Development]]|[[Add-on development]]|[[Python development]]|[[Python examples]]}}
{{mininav|[[Development]]|[[Add-on development]]|[[Python development]]}}
<br />
<br />


Line 15: Line 15:
Since we don't have a full "HOW TO" guide for this yet (please feel free to sign up to the wiki and edit this page) we will just show some source code of other screensavers for now:
Since we don't have a full "HOW TO" guide for this yet (please feel free to sign up to the wiki and edit this page) we will just show some source code of other screensavers for now:


'''Python example'''
 
https://github.com/XBMC-Addons/screensaver.picture.slideshow
'''Python examples'''
 
https://github.com/zag2me/script.screensaver.example
 
https://gitlab.com/ronie/screensaver.picture.slideshow
 
https://github.com/vdb86/screensaver.digitalclock
 


'''C++ example'''
'''C++ example'''
https://github.com/notspiff/screensaver.stars
https://github.com/notspiff/screensaver.stars


You can either download as a zip and install both of these inside the kodi GUI from the install from zip feature. Or extract the zip into your userdata/add-ons folder.
You can either download as a zip and install both of these inside the kodi GUI from the install from zip feature. Or extract the zip into your userdata/add-ons folder.


=Extra info=
=Extra info=

Latest revision as of 21:00, 20 August 2018

Home icon grey.png   ▶ Development ▶ Add-on development ▶ Python development ▶ HOW-TO:Screensaver addon


Introduction

This tutorial will explain how to write your first Kodi/XBMC Screensaver Add-on

Screensaver.video.jpg


Tools

Screensavers should be pretty easy in their most basic form. All you will need is a text editor or IDE and some artwork resources.

Examples

Since we don't have a full "HOW TO" guide for this yet (please feel free to sign up to the wiki and edit this page) we will just show some source code of other screensavers for now:


Python examples

https://github.com/zag2me/script.screensaver.example

https://gitlab.com/ronie/screensaver.picture.slideshow

https://github.com/vdb86/screensaver.digitalclock


C++ example

https://github.com/notspiff/screensaver.stars


You can either download as a zip and install both of these inside the kodi GUI from the install from zip feature. Or extract the zip into your userdata/add-ons folder.

Extra info

Check out the forum section for Screensavers and Visualisations

http://forum.kodi.tv/forumdisplay.php?fid=38