• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 15
KML2 Browser
#91
(mvoosten @ june 16 2004,12:09 Wrote:11/6 build contains a dedecated webradio button under mymusic that does the thing you want. it links to the klm browser and it rocks!
i'm using the 06-19 build and i don' see this feature. the xml editing is a little intense - does anybody out there have a mymusic.xml already setup for launching this for the xbox media experience (xme) skin?
Reply
#92
Quote: <control>
<description>webradio button</description>
<type>button</type>
<id>420247</id>
<posx>64</posx>
<posy>405</posy>
<label>webradio</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>10</onup>
<ondown>2</ondown>
<script>q:\scripts\simplekml.py</script>
</control>

paste this in the the all the mymusic*.xml files making sure to edit the button directly above to be able to seelect the webradio button when you press down on the dpad

e.g. <ondown>420247</ondown>

obviously mess around with the button position to suit the skin
Reply
#93
luma its in the project mayhem skin.
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.
Reply
#94
thanks for the tip nimbles (and i especially like the control id) - i dropped that into mymusicsongs.xml for the xme skin, changed the "record" and "view" entries to sort out the onup/ondown, and it works great! not sure i would have figured all that out myself, but it makes perfect sense now that i've done it. think i'm going to have to find some more scripts to screw around with now that i know how to integrate them into the skins. thanks again!
Reply
#95
i'm running cvs build 19-6-04 and there is a button for webradio Smile it works great
Livingroom: MacMini Mid summer 2010 4Gb RAM HDMI to Pioneer PDP-434 Plasma 1080i
Kitchen: one xbox 1.1 executer 2.3 chip 120 GB in HD 720p mode
Bedroom: Computer Intel Quad 9400, 8 GB RAM, NVIDIA GTX260, Vista Ultimate 64, Ubuntu 10.10
Reply
#96
in mbmc build 6-19-04
i don't see the webradio button in project mayem skin
what skin do you see it in?



i sued to see it.. i can run the script. not sure whats going on.

is that button a function of the xbmc or the skin?
Reply
#97
its a function of the skin. the skin needs to tie a button id to the script. nimbles instructions will work to add it to any skin. (it'll be up to you to position the button, and then change the necessary onup,ondown,onleft,onright tags accordingly.)

and you're right. the 6-19 binary version from "the usual places" has the button, but the version of the skin i just downloaded from chokemaniac.net doesnt. i guess who ever package it up, add the button themselves.
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.
Reply
#98
teh 6-17 version has a kml tab right below, wheather. when i saw it and then tried, i was like omfg, this is so kuwl. i ahvn't been following this at all and i was showcked at how well it works and how good it looks. i tried the 6-19 version and did not see any tab like the 6-17 version had. anyway this rocks. :kickass:
Reply
#99
i gotta agree, this thing is the absolute business. i have listened to the funky house and stuff on planetsoul network radio non-stop for days on end now and u just don't get soulful house like it on the radio in south wales, uk. i did not believe that my xbox would ever get used this much! i haven't played a game on it in weeks...

the team behind xbmc would be crazy not to add this in as a feature of xbmc on the 1.0 version. it's quite possibly (in my opinion) the best thing i've come across since first installing xbmc - it's that good!
Reply
i'm runnging standard skin of xbmc there is a button i my music for webradio
Livingroom: MacMini Mid summer 2010 4Gb RAM HDMI to Pioneer PDP-434 Plasma 1080i
Kitchen: one xbox 1.1 executer 2.3 chip 120 GB in HD 720p mode
Bedroom: Computer Intel Quad 9400, 8 GB RAM, NVIDIA GTX260, Vista Ultimate 64, Ubuntu 10.10
Reply
i downloaded 0.5 which was recently posted on python database, and it fails to work, i came to the conclusion that it was the fonts, as you changed the sizes, yet you didnt include the new fonts?
Reply
is anyone willing to take over my project and develop it in c++? i'm much too lazy (read buzy) and i do not have the time anymore.

it would be cool to introduce some new features too:

- favorites/bookmarks
- streaming video support
- compatible with more kml sites (like tinystocks.com)
- draw rectangles, lines (full kml support)

wouldn't that be cool?

thanks,
zilvershadow
greets,

zilvershadow
designer of the kmlbrowser script.
Reply
i am trying to put in a button but it doesnt seem to work i am doing this under the skin media center mymusicsons.xml here is the script please help
<window>
<id>501</id>
<defaultcontrol>2</defaultcontrol>
<controls>
<control>
<description>bg</description>
<type>image</type>
<id>1</id>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture>background.png</texture>
</control>
<control>
<description>music bg</description>
<type>image</type>
<id>1</id>
<posx>55</posx>
<posy>20</posy>
<texture>panel-music.png</texture>
</control>
<control>
<description>panel</description>
<type>image</type>
<id>1</id>
<posx>50</posx>
<posy>195</posy>
<width>180</width>
<height>200</height>
<texture>panel.png</texture>
</control>
<control>
<description>number of files label</description>
<type>label</type>
<id>12</id>
<posx>270</posx>
<posy>655</posy>
<label>-</label>
<font>font14</font>
<textcolor>ffb2d4f5</textcolor>
</control>
<control>
<description>songs text label</description>
<type>label</type>
<id>14</id>
<posx>200</posx>
<posy>25</posy>
<label>134</label>
<font>font14</font>
<textcolor>ffb2d4f5</textcolor>
</control>
<control>
<description>view-as button</description>
<type>button</type>
<id>2</id>
<posx>64</posx>
<posy>218</posy>
<label>100</label>
<onleft>2</onleft>
<onright>50</onright>
<onup>10</onup>
<ondown>3</ondown>
</control>
<control>
<description>sort-by button</description>
<type>button</type>
<id>3</id>
<posx>64</posx>
<posy>250</posy>
<label>103</label>
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>6</ondown>
</control>
<control>
<description>sort asc</description>
<type>togglebutton</type>
<id>4</id>
<posx>221</posx>
<posy>258</posy>
<label>-</label>
<onleft>3</onleft>
<onright>50</onright>
<onup>4</onup>
<ondown>4</ondown>
</control>
<control>
<description>middle bar</description>
<type>image</type>
<id>1</id>
<posx>64</posx>
<posy>290</posy>
<width>145</width>
<texture>middle-bar.png</texture>
</control>
<control>
<type>selectbutton</type>
<id>6</id>
<posx>64</posx>
<posy>305</posy>
<label>457</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>3</onup>
<ondown>7</ondown>
</control>
<control>
<description>playlists button</description>
<type>button</type>
<id>7</id>
<posx>64</posx>
<posy>337</posy>
<label>136</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>6</onup>
<ondown>8</ondown>
</control>
<control>
<description>search button</description>
<type>button</type>
<id>8</id>
<posx>64</posx>
<posy>369</posy>
<label>137</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>7</onup>
<ondown>9</ondown>
</control>
<control>
<description>scan button</description>
<type>button</type>
<id>9</id>
<posx>64</posx>
<posy>401</posy>
<label>193</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>8</onup>
<ondown>10</ondown>
</control>
<control>
<description>record button</description>
<type>button</type>
<id>10</id>
<posx>64</posx>
<posy>433</posy>
<label>264</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>9</onup>
<ondown>11</ondown>
</control>
<control>
<description>webradio button</description>
<type>button</type>
<id>11</id>
<posx>64</posx>
<posy>462</posy>
<label>webradio</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>10</onup>
<ondown>2</ondown>
<script>q:\scripts\simplekml.py</script>
</control>
<control>
<description>listcontrol</description>
<type>listcontrol</type>
<id>50</id>
<posx>262</posx>
<posy>70</posy>
<onleft>51</onleft>
<onright>51</onright>
<onup>2</onup>
<ondown>2</ondown>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>thumbnail panel</description>
<type>thumbnailpanel</type>
<id>51</id>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<textcolor>ffffffff</textcolor>
</control>
</controls>
</window>
Reply
sorry about the long script lol i did not relize the error of my ways :nuts:
Reply
Thumbs Up 
(zilvershadow @ june 24 2004,21:18 Wrote:is anyone willing to take over my project and develop it in c++? i'm much too lazy (read buzy) and i do not have the time anymore.
maybe submit it as an official feature suggestion (rfe) on sourceforge.net and attach any code/spec/docs you written so far? Wink
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.
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 15

Logout Mark Read Team Forum Stats Members Help
KML2 Browser0