Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

XBMC addon that will unsubscribe from channel/playback after a preset idle timeout

License

Notifications You must be signed in to change notification settings

prospo/script.service.idleunsubscribe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xbmc-idleubsubscribe

XBMC script add-on that will auto unsubscribe from current tv channel if no activity detected for a set amount of time.

The script will present a notification before the expiry of the max_idle_time and if no action is taken (button press, remote press, mouse movement) it will stop the current activity on XBMC.

Currently some values can be adjusted through the resources/settings.xml file:

  • max_idle_time (time after which playback is automatically stopped)
  • polling_time (how frequently we check if XBMC is still idle)

REQUIREMENTS:

  • XBMC Frodo or later

INSTALLATION:

To install please follow the following guide.

http://forum.xbmc.org/showthread.php?tid=123465

About

XBMC addon that will unsubscribe from channel/playback after a preset idle timeout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%