Posts: 174
Joined: Jan 2004
Reputation:
0
hi
first thank you for this wonderful port of python.
so i wanted to know if support for image files other than png is possible as i'm working on a program that retrieves a gif image on a website and so i cannot display it. otherwise how to convert a gif file to png?
thanks
alex
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
python uses the image library from xbmc which does support gif and other formats
Posts: 174
Joined: Jan 2004
Reputation:
0
so i decided to bypass the gif file for now and choose a jpg one.
do you plan to make a documentation available about the xmbc and xbmcgui librairies soon?
also, i'd like to know how to change font colours and if special effects on it are possible?
last question : it's not possible for now to add a button? from what i read here it was planned but not yet added but i may be wrong...
keep the good work!
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
there is a small txt file called python.txt in cvs\docs\ with some library information. and no, buttons are not supported yet.
Posts: 9
Joined: Oct 2003
Reputation:
0
is playing an m3u file supported or am i doing something wrong
with mediaplay()
regards,
fonzi
Posts: 529
Joined: Sep 2003
Reputation:
0
darkie
Team-Kodi Member
Posts: 529
mediaplay can only be used to play a media file, you can't use it to open a playlist
Posts: 1,899
Joined: Sep 2003
Reputation:
0
but you should be able to get the infos you need out of the m3u file with python i think.
read the xbmc
online-manual,
faq and
search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the
forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!
Posts: 68
Joined: Nov 2003
Reputation:
0
what (python) libraries are available (i'm thinking specifically of xml parsers and xpath processors)?
if they are unavailible, what are my options as far as getting them included? ie write myself, import current libraries...etc
thanks for the great work, also i would like to help get some documentation up about xbmc as well as the python support. maybe a wiki? let me know.
cp
Posts: 174
Joined: Jan 2004
Reputation:
0
2004-01-20, 10:00
thank you very much darkie!
your help is really appreciated!