Kodi Community Forum
Skin / Script Development - Updates and Support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142)
+---- Thread: Skin / Script Development - Updates and Support (/showthread.php?tid=202302)



RE: Skin / Script Development - Updates and Support - Kwulabear - 2015-01-07

I would be glad to help if I could. I am no graphics artist.


RE: Skin / Script Development - Updates and Support - Sunergia - 2015-01-07

The current extended info script has broken the icon panel widgets on all my systems... also the mixed movie widget will not play a selected movie, it flips over and it's blank then your stuck and can't exit it... I guess just another one to put it on your list.Wink


RE: Skin / Script Development - Updates and Support - mxlance - 2015-01-07

just a quick change.

Image

@phill65 i am happy to help with graphics if needed.

(2015-01-07, 03:05)brimnac Wrote:
(2015-01-06, 16:15)brimnac Wrote: Ok, I had to work at work yesterday... It was terrible, but I should be able to knock it out today.

I tried it, and it's not terrible but not really fast. I haven't overclocked my Pi and I didn't run the OS on a USB drive to make it run faster, so someone else's millage may vary. I also must state *my* specs, as it sets my expectations. I have three 3770k i7s w/32GB RAM and two Chromeboxes with 8-16GB RAM... So slow to me is relative

thanks for taking the time to test.
i am accustom to a moderately responsive system.
i watched a youtube demo of kodi using a new faster openelec system.
my old mac is not even close to being that fast.
so maybe i will not notice much difference with a pi. one can hope.

thanks again


RE: Skin / Script Development - Updates and Support - brimnac - 2015-01-07

(2015-01-07, 07:50)Sunergia Wrote: The current extended info script has broken the icon panel widgets on all my systems... also the mixed movie widget will not play a selected movie, it flips over and it's blank then your stuck and can't exit it... I guess just another one to put it on your list.Wink

Same. I can create a debug log later today if needed.


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-08

(2015-01-07, 14:54)mxlance Wrote: just a quick change.

Image

@phill65 i am happy to help with graphics if needed.

thx for this and also to schimi for putting up something together quickly. will choose one of them by random probably.


RE: Skin / Script Development - Updates and Support - zag - 2015-01-08

Any chance of introducing this some music charts?

http://forum.kodi.tv/showthread.php?tid=203699


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-08

(2015-01-08, 14:20)zag Wrote: Any chance of introducing this some music charts?

http://forum.kodi.tv/showthread.php?tid=203699

Already added since some months.


RE: Skin / Script Development - Updates and Support - h3llsp4wn - 2015-01-09

Hi there,

any idea why I get this?

Latest git of extendedinfo script, skin and helix kodi (14).

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'buggalo' is not defined
Traceback (most recent call last):
File "C:\Kodi\addons\script.extendedinfo\default.py", line 65, in <module>
Main()
File "C:\Kodi\addons\script.extendedinfo\default.py", line 37, in __init__
buggalo.onExceptionRaised()
NameError: global name 'buggalo' is not defined
-->End of Python script error report<--

Cheers,

h3ll


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-09

(2015-01-09, 19:47)h3llsp4wn Wrote: Hi there,

any idea why I get this?

Latest git of extendedinfo script, skin and helix kodi (14).

ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.NameError'>
Error Contents: global name 'buggalo' is not defined
Traceback (most recent call last):
File "C:\Kodi\addons\script.extendedinfo\default.py", line 65, in <module>
Main()
File "C:\Kodi\addons\script.extendedinfo\default.py", line 37, in __init__
buggalo.onExceptionRaised()
NameError: global name 'buggalo' is not defined
-->End of Python script error report<--

Cheers,

h3ll

missing script.module.buggalo


RE: Skin / Script Development - Updates and Support - h3llsp4wn - 2015-01-09

Yes - but my problem is that script.buggalo is installed Smile

So ... I have no idea ... anyway - just removed the calls to buggalo from default.py and that fixed it - although I won't be able to send you errors that way Sad


Cheers,

h3ll


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-09

(2015-01-09, 20:00)h3llsp4wn Wrote: Yes - but my problem is that script.buggalo is installed Smile

So ... I have no idea ... anyway - just removed the calls to buggalo from default.py and that fixed it - although I won't be able to send you errors that way Sad


Cheers,

h3ll

does "Buggalo Exception Collector" script show up in addons --> addon libraries for you?


RE: Skin / Script Development - Updates and Support - h3llsp4wn - 2015-01-09

Hi Phil,

yes - it shows and is activated but still throwing the error ... kind of strange.


h3ll


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-09

which buggalo version installed?
complete debug log could help.


RE: Skin / Script Development - Updates and Support - jojo280 - 2015-01-10

(2015-01-07, 01:46)phil65 Wrote: debug log (wiki)

00:36:13 T:1968422912 DEBUG: CGUIMediaWindow::GetDirectory ()
00:36:13 T:1968422912 DEBUG: ParentPath = []
00:36:13 T:1421866048 DEBUG: script.extendedinfo: saved textfile /storage/.kodi/userdata/addon_data/script.extendedinfo. Time: 0.266063
00:36:13 T:1968422912 DEBUG: ------ Window Deinit (DialogBusy.xml) ------
00:36:13 T:1344365632 ERROR: EXCEPTION: Non-Existent Control 1000
00:36:13 T:1344365632 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.RuntimeError'>
Error Contents: Non-Existent Control 1000
Traceback (most recent call last):
File "/storage/.kodi/addons/script.extendedinfo-master/resources/lib/DialogVideoInfo.py", line 121, in onInit
self.getControl(1000).addItems(CreateListItems(self.movie["actors"], 0))
RuntimeError: Non-Existent Control 1000
-->End of Python script error report<--
00:36:13 T:1559229504 DEBUG: DoWork - took 244 ms to load special://skin/backgrounds/movies/movies2.jpg
00:36:21 T:1391457344 DEBUG: DoWork - took 244 ms to load special://skin/backgrounds/movies/home_movies.jpg
00:36:28 T:1335977024 DEBUG: DoWork - took 257 ms to load special://skin/backgrounds/movies/makingof6.jpg
00:36:36 T:1559229504 DEBUG: DoWork - took 232 ms to load special://skin/backgrounds/movies/movies2.jpg
00:36:43 T:1327588416 DEBUG: DoWork - took 244 ms to load special://skin/backgrounds/movies/home_movies.jpg
00:36:44 T:1968422912 DEBUG: SECTION:UnloadDelayed(DLL: special://xbmcbin/system/ImageLib-arm.so)
00:36:44 T:1968422912 DEBUG: Unloading: /ImageLib-arm.so
00:36:51 T:1559229504 DEBUG: DoWork - took 247 ms to load special://skin/backgrounds/movies/makingof6.jpg
00:36:58 T:1391457344 DEBUG: DoWork - took 233 ms to load special://skin/backgrounds/movies/movies2.jpg
00:37:06 T:1335977024 DEBUG: DoWork - took 247 ms to load special://skin/backgrounds/movies/home_movies.jpg
00:37:13 T:1327588416 DEBUG: DoWork - took 245 ms to load special://skin/backgrounds/movies/makingof6.jpg
00:37:21 T:1391457344 DEBUG: DoWork - took 239 ms to load special://skin/backgrounds/movies/movies2.jpg
00:37:29 T:1327588416 DEBUG: DoWork - took 243 ms to load special://skin/backgrounds/movies/home_movies.jpg
00:37:36 T:1391457344 DEBUG: DoWork - took 250 ms to load special://skin/backgrounds/movies/makingof6.jpg
00:37:44 T:1335977024 DEBUG: DoWork - took 236 ms to load special://skin/backgrounds/movies/movies2.jpg
00:37:51 T:1559229504 DEBUG: DoWork - took 256 ms to load special://skin/backgrounds/movies/home_movies.jpg
00:37:59 T:1335977024 DEBUG: DoWork - took 251 ms to load special://skin/backgrounds/movies/makingof6.jpg
00:38:06 T:1559229504 DEBUG: DoWork - took 234 ms to load special://skin/backgrounds/movies/movies2.jpg


RE: Skin / Script Development - Updates and Support - phil65 - 2015-01-10

Missing list with id 1000 as you can see