• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 15
KML2 Browser
Lightbulb 
i'm pretty lost as to how to add the webradio button to the project mayhem skin...can someone explain please Huh
Reply
i am just as lost as you and it seems that 100s of people probly read your question non of them are nice enough to answer it. i am not saying that everyone is ike that but i will look at a post and it will have 200 viewers and no replies but the question will be something that is ver easy to answer but sometimes the questions are hard to answere but typing the answerHuh
Reply
you have to edit the right xml file in the pm skin for that.
greets,

zilvershadow
designer of the kmlbrowser script.
Reply
i downloaded and installed the lastest kml2 and i am using a 7-9-2004 build of xbmc and i cannot get any streams. is anyone experiencing the same thing. the xbox is getting out over the internet and i am using a windows 2003 server to share its dsl dialup conntection.

whats the deal??

thanks,
joe
Reply
Sad 
is anyone else having a problem w/ this app right now?

when i load it's telling me that the database is
offline
Reply
(mrhyde69 @ july 10 2004,01:01 Wrote:i'm pretty lost as to how to add the webradio button to the project mayhem skin...can someone explain please Huh
you need to edit 2 files: pal\home.xml and pal16x9\home.xml (even if you're using ntsc).

in these files, look for the entries for

Quote:<control>
<description>my weather normal push button</description>
....
</control>

<control>
<description>settings normal push button</description>
....
</control>

and enter the following to replace those two sections (we're adding a third in the middle):

Quote:<control>
<description>my weather normal push button</description>
<type>button</type>
<id>7</id>
<posx>270</posx>
<posy>375</posy>
<width>180</width>
<height>35</height>
<label>8</label>
<font>font14</font>
<hyperlink>2600</hyperlink>
<onleft>10</onleft>
<onright>14</onright>
<onup>5</onup>
<ondown>1337</ondown>
<textoffsetx>13</textoffsetx>
</control>

<control>
<description>web radio normal push button</description>
<type>button</type>
<id>1337</id>
<posx>270</posx>
<posy>412</posy>
<width>180</width>
<height>35</height>
<label>web radio</label>
<font>font14</font>
<script>q:\scripts\simplekml.py</script>
<onleft>10</onleft>
<onright>14</onright>
<onup>7</onup>
<ondown>9</ondown>
<textoffsetx>13</textoffsetx>
</control>

<control>
<description>settings normal push button</description>
<type>button</type>
<id>9</id>
<posx>270</posx>
<posy>449</posy>
<width>180</width>
<height>35</height>
<label>5</label>
<font>font14</font>
<hyperlink>4</hyperlink>
<onleft>10</onleft>
<onright>14</onright>
<onup>1337</onup>
<ondown>2</ondown>
<textoffsetx>13</textoffsetx>
</control>

the only thing i can't quite figure out is how to switch the icon that is displayed on the right. the existing ones are in the textures.xpr which you can't touch without the xdk, but even setting it to use, say, the "home-mymusic.png" already in that texture file is completely beyond me. any hints from the skinners out there?
Reply
this is the most useful and best looking script that i have seen! :kickass:
Reply
yeh check these screen shots out if you like what you see let me know and i will help you do the same
http://home.comcast.net/~kensingh89/photo.htm

you can find me in #xbmc
just follow the little "blank" rabbit
Reply
ok, im running 8.17.04 release of xbmc and the python script wont even load, it just pauses the screen for a sec and then it does nothing. i even threw in the 'webradio' icon and directed it to the correct location. i have attempted to run the script from the scripts section in the settings menu and still no joy.

any word if this thing should work with this release?

thanks,

dwc
Reply
(dwc @ aug. 19 2004,08:31 Wrote:ok, im running 8.17.04 release of xbmc and the python script wont even load,
hi,

almost the same here, it hangs after a popup "sorting ..." or something. however this is with the 18/08 version.
Reply
could you poste a part of the logfile where python generates an error?
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
here it is;

Quote:19-08-2004 11:15:49 info -->python initialized<--
19-08-2004 11:15:49 info
19-08-2004 11:15:49 info traceback (most recent call last):
19-08-2004 11:15:49 info file "c:\scripts\simplekml.py", line 21, in ?
19-08-2004 11:15:49 info
19-08-2004 11:15:49 info import sys, time, string
19-08-2004 11:15:49 info importerror
19-08-2004 11:15:49 info :
19-08-2004 11:15:49 info no module named string
19-08-2004 11:15:49 info
Reply
i reinstalled now the version from :
http://home.quicknet.nl/qn/prive/sg.homs/kmlbrowser.rar
and works like a charm.

the downloaded version from the download page (xbmc) has the problems mentionned.

(i reinstalled that version too, but the same result)

greetings,
Reply
damn that is the same one i am running. mabye i gummed up my xbmc installation.

any thoughts people?
Reply
if it can't find the module 'string' you have a problem with your xbmc installation. install it again (including the python files) and test again
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 15

Logout Mark Read Team Forum Stats Members Help
KML2 Browser0