robweber / xbmclibraryautoupdate

Kodi Addon to update your video/music libraries on a schedule
MIT License
30 stars 22 forks source link

Catch Cron Errors #44

Closed robweber closed 5 years ago

robweber commented 5 years ago

This will catch errors in cron syntax as schedules are loaded. The user is informed and the syntax corrected to a default of every 2 hrs. Once fixed by the user it will re-load and run the way they intended.

robweber commented 5 years ago

closes #43