Add-on:Sleep: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Add Delete template to empty page)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Addon
{{Delete|Page emptied by add-on author and hasn't been in official repository for three consecutive major release cycles}}
|Name=Sleep
|provider-name=robwebset
|ID=script.sleep
|latest-version=1.0.0
|extension point=xbmc.python.script
|provides=
|Summary=A TV like sleep timer
|Description=Add improved sleep behaviour to your Kodi system, allowing the system to shut down after a certain amount of time.
|Platform=all
|Language=
|License=GNU GENERAL PUBLIC LICENSE. Version 2, June 1991
|Forum=http://forum.kodi.tv/showthread.php?tid=261959
|Website=
|Source=https://github.com/robwebset/script.sleep
|Email=
|broken=
|icon url=http://mirrors.kodi.tv/addons/jarvis/script.sleep/icon.png}}
 
<!-- Page content goes here -->
<br />
<br />
== Introduction ==
The Sleep addon provides support to automatically shutdown/suspend Kodi in a similar manner to the traditional TV Sleep Timers. If has many additional features and can be launch by any of the following methods:
* From the "Programs" area of Kodi
* As a screensaver
* Via a remote control or keyboard button (Configurable which button)
<br />
<br />
== The Sleep Dialog ==
<center>[[File:Sleep-Dialog.JPG|Sleep Timer Dialog|none|thumb|300px]]</center>
The dialog to control the Sleep Addon is designed to be as simple as possible. When the dialog first opens it will show the sleep timer as disabled, the timer can be extended, by default in ten minute intervals (configurable in the settings), by performing either of the following actions:
* Pressing the configured remote or keyboard button again (For each press it will extend the timer)
* Selecting the "+10" button on the dialog
If the sleep timer is currently set if can be reduced or cancelled by selecting either the "-10" button or the cancel button.
<br /><br />
The sleep timer will also allow you to have Kodi shutdown after a video finishes playing. If there is a video playing when the sleep timer is set, it will shutdown after it completes. If there is not currently a video playing it will shutdown after the next played video completes. (Note: The Sleep timer will only shutdown the system if the video completes playing, if the video is stopped manually, then sleep timer will not shutdown - this is by design).
<br />
<br />
== Shutdown Warnings ==
When the Sleep timer is about to expire and shutdown the system it will again display the shutdown dialog with a progress bar showing how long it is until the shutdown will commence. While this dialog is displayed the timer can be:
* Extended (In the same manner as it was originally set)
* Cancelled (By selecting the cancel button)
* Left to expire and shutdown Kodi.
In addition to the shutdown dialog, it is possible to configure the Sleep Addon to display a notification of how long is left before shutdown will be performed (for example 30, 20, 10 minutes left).
<br />
<br />
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]

Latest revision as of 23:35, 29 September 2021

Delete.png Someone has requested that this page be deleted. If you disagree with that assessment, please leave a message on its Talk page explaining why; an admin will see it before any action is taken.
Reason: Page emptied by add-on author and hasn't been in official repository for three consecutive major release cycles