xboxscene.org forums

Author Topic: Simplekml  (Read 181 times)

Varsis

  • Archived User
  • Jr. Member
  • *
  • Posts: 50
Simplekml
« on: December 23, 2005, 12:26:00 PM »

I have a download of it, i think it might be old, from march ish.
It runs just fine, works alright, but when irun a stream after the stream starts
i get a progress window pop up.
3 lines of

My programs
My programs
My programs

i can canel it out but it just stays there. XBMC refuses to do anything afterwards


what do i need to do.

Version 12-18 of XBMC clean install
Logged

Salvinor

  • Archived User
  • Newbie
  • *
  • Posts: 20
Simplekml
« Reply #1 on: December 29, 2005, 11:39:00 AM »

Yeah, I got the same problem here.

Also with 18-12-2005 T3CH-build and SimpleKML.py

For the script is very old, I assume maybe there are some changed function names or things like that.
I already tried looking at the code but I didn't find s.th. which is not much of a surprise cause I never ever looked at a python script before.

I read some FAQs and tutorials, though, but the script is qutie complicated so I couldn't figure it out.

It would be sooo nice, if someone with python skills could have a look at the script.
I think there are just minor changes to be made - for a pro surely feasible in a few minutes.

BTW - could someone fix the shortened station names if already looking at it?
Thanks.

Logged

enigma9o7

  • Archived User
  • Newbie
  • *
  • Posts: 32
Simplekml
« Reply #2 on: December 31, 2005, 02:35:00 PM »

QUOTE(Salvinor @ Dec 29 2005, 09:10 AM) View Post

Yeah, I got the same problem here.

Also with 18-12-2005 T3CH-build


It's happening with other scripts too, like MyTV for example.  Previous XBMC builds work fine.  
Logged

artnada

  • Archived User
  • Newbie
  • *
  • Posts: 47
Simplekml
« Reply #3 on: January 02, 2006, 03:32:00 AM »

There is definatly a problem.

 Solution

Remove the <visible ...> line from the top of DialogProgress.xml in your skin and see if that does the trick. It did for me (IMG:style_emoticons/default/biggrin.gif)

Remove this --->  <visible effect="fade" time="200" start="hidden">Window.IsActive(101)</visible>

Be warned. I have just tried this on XBMC.CVS.12.16.05. build and it worked. However, when I tried it on XBMC.CVS.01.01.06. build, it seemed to cause more problems with KML. It slowed right down and the diolog box was all over the place rather than centre screen.

So, looks like I will be sticking with XBMC.CVS.12.16.05. build with the "vis" line removed, until this can be sorted

This post has been edited by artnada: Jan 2 2006, 12:05 PM
Logged

helsten2

  • Archived User
  • Newbie
  • *
  • Posts: 13
Simplekml
« Reply #4 on: January 03, 2006, 12:58:00 PM »

Yeah, I got the same problem here.

Also with 01-01-2006 T3CH-build
Logged

helsten2

  • Archived User
  • Newbie
  • *
  • Posts: 13
Simplekml
« Reply #5 on: January 04, 2006, 04:42:00 AM »

Well, deleting the <visible ....> tag does not work. However, I changed the time from 200 to 50 and it seems to work!

<visible effect="fade" time="50" start="hidden">Window.IsActive(101)</visible>
Logged

Salvinor

  • Archived User
  • Newbie
  • *
  • Posts: 20
Simplekml
« Reply #6 on: January 05, 2006, 06:03:00 PM »

artnada and helsten2, you guys rock!  biggrin.gif

decreasing the <visible time> to 50 does the trick!

SimpleKML works perfectly again - thanks to you.

I couldn't have imagined finding the solution in one of the skin files.
I thought the script itself would be flawed.

Although the decreased fade time is clearly noticeable - dialog windows are rather vanishing now than fading - a working SimpleKML script surely outweighs this twice as much.

So thank you very much for figuring this out.  smile.gif
I'm sure many other people will also appreciate this information.
Logged

bigcletus

  • Archived User
  • Newbie
  • *
  • Posts: 12
Simplekml
« Reply #7 on: January 06, 2006, 04:48:00 PM »

the visible time = 50 worked for me too...or so I thought.  It will let me back out of the first selection, but then if I go to play a different channel, it gives me the "my program" x3 box again.  Is there any other solutions?

edit:  seems that if i remove that <visible> line altogether fixes the problem.  Yay!

This post has been edited by bigcletus: Jan 7 2006, 01:08 AM
Logged