Kodi Community Forum
New script "flexibrowser" - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: New script "flexibrowser" (/showthread.php?tid=10957)

Pages: 1 2 3 4


- Bernd - 2005-03-29

hi everybody,
i was creating a script for team xbox game trailers/movies and thought:

"why do i have to clone the aqtbrowser over and over again.
wouldn't it be nice to seperate the gui part from the webpage parsing part?
so anybody can quickly create new browsers for new webpages?"


:idea:

so i decided to create a script with some kind of plug-ins in which you can browse the scripts in a filemanager-like fashion.

the script comes with some ready to go plug-ins including:
- team xbox gametrailers / movies (they have tons of xbox movies)
- channel9 (microsoft behind the scenes)
- gamespot (cloned from gamespot.py)
- alpha centauri (cloned from acbrowser.py)

these plug-ins also serve as samples on how to create your own plug-ins, which is quite easy since you basically only need to do the regex parsing.
see "flexibrowser.py" on instructions how to create your own plug-ins.

it has download support (press x to toggle)

comments and contributions (plug-ins and also on the gui side) are very welcome.

you can grab it at
http://www.xbmcscripts.com


please make sure you extract the zip including its folder structure! you should have a subfolder flexibrowser in scripts-folder.

have fun
bernd


- thor918 - 2005-03-29

why not send it to xbmcscripts.com
where you can upload it yourself.


- solexalex - 2005-03-29

you can send it to me, i will upload it on my (french) website :
http://xbmc-scripts.gueux.be/


- Bernd - 2005-03-30

dotspf has put it on his site!

flexibrowser.zip

thanks :bowdown:

@thor918:
i've registred there but the site doesn't allow me to upload anything. after loggin in, clicking on "submit content" (just as told in the faq) the webserver (not the mambo scripts) asks me for a login. tried my username and pw, but it doesn't work.
i'll try again tomorrow.

@solexalex:
your mail address isn't listed in your profile. tell me where to send my script to and i will do it.


- Asteron - 2005-03-30

i just canceled that dialog and was able to proceed relatively fine... though the text edit box doesnt work in firefox...

also do not cancel after you upload the file.


- solexalex - 2005-03-30

it is ok bernd !
i got it here. i will test it as soon as possible !
i'm on my script right now : mycalendar, it is about to be finished for a public version Smile


- Freddo - 2005-03-30

why not submit this to scriptrunner, that way people can more easily get hold of it.


- Asteron - 2005-03-31

the scriptrunner guy (threezone) hasnt updated the database in a while and has been missing from the forums since late february Undecided

it would be great if we could combine scriptrunner and xbmcscripts.com.

i really like the idea behind flexibrowser though.... are there any ideas for other sites which there should be flexibrowser plugins for?


- Bernd - 2005-04-01

thanks asteron.

the next plug-ins on my personal wishlist are plug-in versions of gamespotplus, aqt and ifilm.
these are the scripts i personally use the most. all these are also very flexibrowser-suitable.

when these plug-ins will be available is just a question of spare time.

i would really apreciate it if some other pythonists would create plus-ins.
maybe i should create a howto thread in the python developers forum.
edit*: howto thread can be found here

the basic idea behind flexibrowser was to create an open source like script:
everyone can contribute. all will benefit. :d


- Livin - 2005-04-10

it would be great if the greatest scripting minds on the board could come up with a standard framework (as the idea of flexibrowser suggests) and then the entire community can try to "enforce" (through peer pressure) script writers to use that framework.

this 'should' create a standard that will make things easier to develop to as well as use for end-users.

thoughts?


- Bernd - 2005-04-12

i've created a new plug-in for ebaumsworld

current plug-ins:
-ebaumsworld (new! lots of hillarious movies)
-channel9
-team xbox
-alphacentauri
-gamespot

bernd


- snowatom - 2005-04-14

i can't seem to figure out how to cache insteas of downloading the whole file first.

i have tried change the 0 to 1 in the line below:

self.downloadandplay = 0 # play direct or download before play

but that didn't do me any good, is it possible ??

snowatom


- Bernd - 2005-04-14

press the x button on the controller.
this will toggle stream/download.

if flexibrowser is in download-mode if you will see an '*' at the start of the path on the top of the screen.

it should default to stream when the script starts.

only the teamxbox plug-in will always download, since when i created that plug-in xbmc had problem playing the videos directly from the teamxbox site.

bernd


- snowatom - 2005-04-14

thanx, that did the trick ;o)

snowatom


- madlobster - 2005-04-16

i'd really like to see a script for archive.org. the site uses xml pretty heavily, so it should be a rather simple task compared to many other sites.