Web Media Browser

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #11
read the readme file !
Quote:# how to use:
#############

+ install in scripts/webmediabrowser
+ start the webmediabrowser with "wmb.py", not the other scripts!
find quote
Piscator Offline
Junior Member
Posts: 18
Joined: Mar 2004
Reputation: 0
Post: #12
(mastiha @ jan. 14 2005,23:22 Wrote:i've noticed a problem with it.

i'm using xbmc in hdtv mode. when i run this script the edges of the display cannot be seen.
that's odd. did you calibrate your screen properly (under settings)? which edge of the screen can't you see and how large is the part you can't see? i'm not sure what is different with hdtv mode compared to a pal/ntsc setup. so i'm afraid i need to get a bit more technical on it, if it is really a problem (since i can't simulate it myself).

internally my scripts use the window.getwidth() and window.getheight() methods (bsvxbmcgui). for pal, they return the values 720 by 480 (i think). what do these do for hdtv?

in wmb.py i create the browser with the following parameters:
Quote:wmbbrowser = bsvxbmcgui.listbox(self.window,20,20,-40,-40)
so for pal, the coords would be (20,20) to (720-40,480-40).
anyway, you can change these parameters yourself to bypass this problem for now.


Quote:russman
guess i'm the only one? i put this in the script folder and ran that wmb.py. it said [running] for a split second then goes away
not wanting to tell the obvious, but you have to install all the files which come in the archive.

greetz,
piscator
find quote
bonaparty Offline
Junior Member
Posts: 3
Joined: Sep 2004
Reputation: 0
Wink    Post: #13
hi,

on my box webmedia browser (web media browser) stopped working a couple of xbmc updates ago. (used to work flawlessly)
when i start the script this message won't go away:
'parsing url: http://tv4all.com/television/tvbar.html'
and nothing happens.

thanks for any help!
find quote
solexalex Offline
Skilled Python Coder
Posts: 706
Joined: Jul 2004
Reputation: 6
Post: #14
website should have change... url can not be found on server.
i think the parsing script has to be re-written
find quote
Piscator Offline
Junior Member
Posts: 18
Joined: Mar 2004
Reputation: 0
Post: #15
i'm aware of this. i've been busy rewriting a bit in the parser but didn't have enough time to check it yet. expect an update soon.

greetz,
piscator
find quote
mlrtime Offline
Junior Member
Posts: 7
Joined: Jan 2004
Reputation: 0
Post: #16
any chance this will get updated?
find quote
theni9e Offline
Member
Posts: 61
Joined: Jan 2006
Reputation: 0
Post: #17
please update this! streaming tv is awesome on xbmc and it doesnt work anymore!
find quote
Post Reply