2015-10-04, 00:26
(2015-09-27, 21:24)vdb86 Wrote: Ok, got the idea now.
Add-ons can't define their own fonts, so that's the first no.
Doesn't help you right now, but you might want to keep an eye on this thread.
(2015-09-27, 21:24)vdb86 Wrote: Ok, got the idea now.
Add-ons can't define their own fonts, so that's the first no.
(2015-10-04, 00:26)Milhouse Wrote:(2015-09-27, 21:24)vdb86 Wrote: Ok, got the idea now.
Add-ons can't define their own fonts, so that's the first no.
Doesn't help you right now, but you might want to keep an eye on this thread.
(2015-09-27, 14:04)lady0421 Wrote:(2015-09-24, 20:15)vdb86 Wrote: @lady0421
I've added the option for weather, it's not added to the official repository yet, but you can get it from the github and test it out.
You are a legend! It worked amazingly well. I love it, thank you!!
Small request - do you think you can draw the icon of the weather forecast, like, when it's sunny, it has the sunny - it looks a lot cuter with the icon! It's not that important, really, with or without it, I'm not changing my screensaver for a long long time!
00:55:14 T:140171383121664 DEBUG: CPythonInvoker(60, /home/neil/.kodi/addons/screensaver.digitalclock/default.py): instantiating addon using automatically obtained id of "screensaver.digitalclock" dependent on version 2.1.0 of the xbmc.python api
00:55:14 T:140173188212736 DEBUG: ------ Window Init (/home/neil/.kodi/addons/screensaver.digitalclock/resources/skins/default/720p/skin.default.xml) ------
00:55:14 T:140173188212736 INFO: Loading skin file: /home/neil/.kodi/addons/screensaver.digitalclock/resources/skins/default/720p/skin.default.xml, load type: LOAD_ON_GUI_INIT
00:55:14 T:140173188212736 DEBUG: Load /home/neil/.kodi/addons/screensaver.digitalclock/resources/skins/default/720p/skin.default.xml: 3.17ms
00:55:14 T:140173188212736 DEBUG: Alloc resources: 3.27ms (3.27 ms skin load)
00:55:14 T:140173188212736 DEBUG: CGUIMediaWindow::GetDirectory ()
00:55:14 T:140173188212736 DEBUG: ParentPath = []
00:55:14 T:140171383121664 NOTICE: Digital Clock Screensaver: INIT
00:55:14 T:140171383121664 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'Screensaver' object has no attribute 'conditions'
Traceback (most recent call last):
File "/home/neil/.kodi/addons/screensaver.digitalclock/default.py", line 221, in onInit
self.DisplayTime()
File "/home/neil/.kodi/addons/screensaver.digitalclock/default.py", line 227, in DisplayTime
if self.conditions == 'Busy':
AttributeError: 'Screensaver' object has no attribute 'conditions'
-->End of Python script error report<--
(2015-10-23, 12:31)vdb86 Wrote: @ cnwoods, I've taken a look and unfortunately can't reproduce this issue.
Neither on my windows 7 laptop or on my Raspberry Pi 2 running Openelec.
I might have an idea what the problem is.
Could you try please skin mimic and let me know if that one works with my screensaver or not?
Thank you
(2015-10-23, 21:42)cnwoods Wrote: I installed mimic and the font size looks good, however the second problem still remains together with the fact (which I forgot to mention earlier) of the time not actually being updated on the screen. The log shows a similar python exception to the one I quoted earlier.To be honest I'm baffled with this, I guess that python is causing all of these problems.
Let me know if you want me to upload a full debug log.
Cheers.
(2015-10-23, 23:14)vdb86 Wrote:(2015-10-23, 21:42)cnwoods Wrote: I installed mimic and the font size looks good, however the second problem still remains together with the fact (which I forgot to mention earlier) of the time not actually being updated on the screen. The log shows a similar python exception to the one I quoted earlier.To be honest I'm baffled with this, I guess that python is causing all of these problems.
Let me know if you want me to upload a full debug log.
Cheers.
Python script is responsible for choosing the right xml file (which corresponds to the used skin ) and for updating time (not the date).
I guess there is a problem with python or python libraries which are on you system, but unfortunately I'm not capable of debugging that.
Except for the update of Digital Clock Screensaver has anything else changed or updated on your system?