Daily Reboot Addon

Probably a small user pool for this feature, but I’ve created a daily reboot plugin. Here’s the gist of it:

This is a simple plugin which reboots Kodi at a fixed interval every day. I made this because I have a low-budget big-screen and after a day of continuous running (mainly South Park), the audio starts getting glitch and resetting my Raspberry Pi fixes it. Basic functionality works now. Just go to Addons -> My Addons -> Services to configure what time you want the reboot to occur.

Future development plans:
Ensure reboot only happens once; currently does it a number of times if the reboot takes less than a minute.
Update plugin-icon.

Long-range feautres:
Save and restart current playlist on reboot from last item being played.

https://github.com/nuvious/kodirebootplugin/wiki

Plan on publishing it soon once I figure out why the string id’s I’m using aren’t working. Any advice/contribution is appreciated!