Simplekml truncated station names?
#1
hi, somehow i'm getting truncated station names when using the simplekml script.  i scanned through the .py files and don't see a setting for name length.

xbmc cvs 051605, pm3 skin at 480p 16:9 (although other resolutions display the same)
Image

funny thing is, i'm running the same exact script on another xbox (different cvs and screen resolution) and it displays more characters to the far edge of the screen.

anyone have a suggestion on how i can fix this?

thanks!
plex
Reply
#2
i've noticed most of the scripts' texts are truncated (changelog.py: the "last update" is cut, not showing all the text)
they were fixed by manually editing the width when finding the correct part.

in web radio 2, the only part i see that may be adjustable is around this area

Quote:elif (el.nodename == "text"):
text = gettext(el)
if text == " $$mp3_title$$ ":
self.control = xbmcgui.controlfadelabel(getx(el.getattribute("coords")), gety(el.getattribute("coords")), <span style='color:red'>480, 40,</span> getfont(el.getattribute("font")), getcolor(el.getattribute("pen")))
self.additem(self.control)
self.control.addlabel(getmp3title())
return
elif text == "c o n n e c t i n g . . .":
return
else:
self.additem(xbmcgui.controllabel(getx(el.getattribute("coords")), gety(el.getattribute("coords")), <span style='color:red'>200, 30,</span> text, getfont(el.getattribute("font")), getcolor(el.getattribute("pen"))))
Reply

Logout Mark Read Team Forum Stats Members Help
Simplekml truncated station names?0