Posts: 5,152
Joined: Oct 2015
Reputation:
1,013
You betcha...I'm really hoping this will work for what I want to do.
Posts: 5,152
Joined: Oct 2015
Reputation:
1,013
Works like a champ! Thanks for the updates!
Posts: 417
Joined: Apr 2020
Reputation:
35
can this addon be altered to include If the job is missed, run at next startup? I've been working with latts9923 on a script that automates theme changes which uses cronxbmc to make the change, cronxbmc works great for this...as long as kodi is running...If the timed event happens and kodi is not running (for whatever reason) the job is just simply missed and waits for the next run (which in the case of the script we're working on, a year), can this feature be added to specify during the job creation to run on next startup if missed?
Kodi ver.19.1 Aeon MQ 8 Matrix Mod Windows 10
Posts: 417
Joined: Apr 2020
Reputation:
35
Thank you sir! Apologies for duel posting- just wanted to make sure this got some visibility. I'll take this to the github page if that is preferable
Kodi ver.19.1 Aeon MQ 8 Matrix Mod Windows 10
Posts: 417
Joined: Apr 2020
Reputation:
35
Hello - I have just installed Cron for Kodi on nexus and i get this error message in the logs. Can this addon be updated for nexus?
2023-02-18 12:14:58.535 T:31616 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: module 'xbmc' has no attribute 'translatePath'
Traceback (most recent call last):
File "D:\Kodi\Kodi - V20 Nexus\portable_data\addons\service.cronxbmc\service.py", line 5, in <module>
CronService().runProgram()
File "D:\Kodi\Kodi - V20 Nexus\portable_data\addons\service.cronxbmc\resources\lib\cron\main.py", line 228, in __init__
self.manager = CronManager()
File "D:\Kodi\Kodi - V20 Nexus\portable_data\addons\service.cronxbmc\resources\lib\cron\main.py", line 34, in __init__
self.jobs = self._readCronFile()
File "D:\Kodi\Kodi - V20 Nexus\portable_data\addons\service.cronxbmc\resources\lib\cron\main.py", line 140, in _readCronFile
xbmcvfs.mkdir(xbmc.translatePath('special://profile/addon_data/service.cronxbmc/'))
AttributeError: module 'xbmc' has no attribute 'translatePath'
-->End of Python script error report<--
Kodi ver.19.1 Aeon MQ 8 Matrix Mod Windows 10