Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
playing a file one after one is not possible atm. you would need access to the xbmc playlist from within python for that, which is not possible yet.
Posts: 174
Joined: Jan 2004
Reputation:
0
hi!
i tried to use the onaction def out of a class (as the only way to interact is using the pad) but it crashed xbmc.
so i'm not sure what's the problem and any help would be welcome.
thanks
alex
Posts: 174
Joined: Jan 2004
Reputation:
0
another question:
i'm using the windowexample as source
i wanted to create a loop using a "while" but i'm not sure if i have to add the w.domodal() line in the loop or out of the loop. i tired both but it crashed...
Posts: 174
Joined: Jan 2004
Reputation:
0
thank you very much darkie for your help!
also a special thank you for the support and the functions you still add to the sources.
Posts: 174
Joined: Jan 2004
Reputation:
0
one more question darkie, i know i'm harrassing you :lol:
i just noticed only font13 and font14 works (i tried smaller ones but nothing on the screen then).
how can i use smaller fonts so?
thank you again !
alex
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
only fonts in cvs\skin\mediadir\fonts are supported
that is, font13, font14 and font64.
Posts: 2
Joined: Feb 2004
Reputation:
0
2004-02-08, 01:04
hi.
is it possible to use the pysqlite library with the xbmc python impementation.
i've fiddeled around some and tried to get it to work with no luck at all, and i think the problem is that it can't load the _sqllite.pyd library, so the question is: can we load external python libraries into xbmc?
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
you can't load external dll's (.pyd) yet. i'm busy with that atm.
only problem is that the dll has to be compiled for the xbox, and _sqllite.pyd is probably not.