robweber / xbmclibraryautoupdate

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

Clean After Update Fails #51

Closed robweber closed 5 years ago

robweber commented 5 years ago

From Smultie on Kodi Forum.

When "clean after update" configured for the video library the clean process does not run as expected. The Cron timer option does work for library cleaning however. Links to several log files below:

http://ix.io/1OXQ https://forum.kodi.tv/showthread.php?tid=119520&pid=2872551#pid2872551

robweber commented 5 years ago

Noticed that clean function is expecting a CronSchedule class object, not just a string. Attempted fix here:

https://github.com/robweber/xbmclibraryautoupdate/tree/clean_library_fix

robweber commented 5 years ago

Should be fixed now with #52