Add-on:RandomScreensaver: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Add Settings Details)
(Blanked the page)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Addon
|Name=RandomScreensaver
|provider-name=robwebset
|ID=screensaver.random
|latest-version=1.0.0
|extension point=xbmc.ui.screensaver
|provides=
|Summary=Random Screensaver
|Description=Screensaver that selects an installed screensaver at random to be used.
|Platform=all
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|Forum=http://forum.kodi.tv/showthread.php?tid=226971
|Website=
|Source=http://robwebset.googlecode.com/svn/trunk/screensaver.random/
|Email=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/screensaver.random/icon.png}}


<!-- Page content goes here -->
<br />
<br />
== Introduction ==
The RandomScreensaver is an addon that you can select as your screensaver and every time the screensaver starts it will automatically choose one of the screensavers installed on your system and start it.
This can be very useful if you wish to have a mix of different screensavers used on your installation.
<br />
<br />
== Screensaver Support ==
In order for RandomScreensaver to support randomly selecting a screensaver to start, the screensaver must also be configured to run as a script, this means that in addition to the addon.xml file containing:
<source lang="xml">
<extension point="xbmc.ui.screensaver" library="default.py"/>
</source>
Is should also contain the following entry:
<source lang="xml">
<extension point="xbmc.python.script" library="default.py" />
</source>
<br />
<br />
== Settings ==
{| border="0"
|- valign=top
|
:'''Excluded Screensavers'''
::Allows you to prevent a given set of screensavers being selected by RandomScreensaver
:<u>'''''Debugging'''''</u>
::
:'''Enable Debug logging'''
::Enables VideoScreensaver debug logging into the Kodi log file
:<u>'''''Operations'''''</u>
::
:'''Check Supported Screensavers'''
::Checks all the screensavers installed and displays a list of screensavers that RandomScreensaver does not support.
| [[File:RandomScreensaver-Settings1.JPG|400px]]
|}
<br />
<br />
== Debugging ==
If reporting a problem, please also provide a debug log. To do this you need to enable BOTH:
* Kodi [[Settings/System#Debugging|logging]] from the main setting menu
* RandomScreensaver debug from the RandomScreensaver addon settings menu
Please do not paste the log into the forum thread, just link to it.
<br />
<br />
== Donations ==
If you have found the RandomScreensaver Addon useful and would like to help support future development and bug fixes, then please feel free to make a small donation.
<br />
<br />
Please use the link on the top of the [http://forum.kodi.tv/showthread.php?tid=226971 RandomScreensaver Forum]
<br />
<br />
[[Category:Gotham add-on repository]]

Latest revision as of 04:13, 19 October 2016