Help with Ooba multi-browser script
#16
just tryed version 4 a can not get it to work at all pls hlp
Reply
#17
i just installed the new xbmc 4-10 pimped, and there is something wrong with with that release. (the image dissappears when i'm changing between thumbnail and fullscreen video mode). i had to copy the old default.xbe (ileet) on top to make it work.

anyway i've just uploaded a v0.5 release. i've switched from windowdialog mode to window mode (in order to make mpegs start in full screen). i've also fixed the bbc radio player.
Reply
#18
great program, love the danish stuff. so much that i tried something myself. but then again i'm not the cripting type of guy. translation = "i can't figure it out ;o)"

in denmark we have a show called "boogie", and here are the top 10 music videos shown once a week.  including danish hit videos.

on the site:
http://www.dr.dk/skum/boogielisten/listen3.asp

one can also stream the videos, would it be possible to add this in the next ooba release....    that would be so awsome...

snowatom
Reply
#19
i finally figured it out, so now i have the boogie liste, and latest boogie episode. this is mostly interesting for the dansih people ;o)

i would like to post the add on's i made, they had a lot of copy and paste invovled ;o)

but i won't do anything before i have phunck permission.... as the work is all his... i just reused some code.

by the way phunck, how did you figure out the link "[url]http://www.dr.dk/extention/player_nyheder_toc.aframe?"[/url] wich was the baseline for me to get it working.

do you have some kind of program that can snatch those "hidden" links Huh

snowatom

damn good script.....
Reply
#20
hi snowatom

can you mail the boogie thing to me (or post the new code here)... i will then include the boogie stuff in my next release. (which will be quite soon).

i guess i should start making some kind of xml file where all the patterns etc. are stored. that way everybody could contribute more easily. i'll probably make a special menuitem that downloads the latest xml-patterns. i also need to think up some mechanism to hide main menuitems (if you are italian maybe you are not interrested in danish news).

if anybody else has some good patterns that i should include, please let me know.

i found the .aframe link by right clicking in the right frame of this page: http://www.dr.dk/player....nyheder
Reply
#21
of cause  :o

--------------------------------------

mainmenu.items.append(menuitem('nyeste boogie afsnit', 'http://www.dr.dk/extention/player_senest...c.aframe?'))
actions.append('player_seneste_boogie_toc\.aframe', \
submenuaction('id="hd(?p<url>\d+)"[^<>]*value="(?p<title>[^"<>]*)', \
'http://www.dr.dk/extention/playwindowsme...trace=off'))

actions.append('playwindowsmediaboogie', playaction())


mainmenu.items.append(menuitem('boogie listen', 'http://www.dr.dk/extention/player_boogie_toc.aframe?'))
actions.append('player_boogie_toc\.aframe', \
submenuaction('id="hd(?p<url>\d+)"[^<>]*value="(?p<title>[^"<>]*)', \
'http://www.dr.dk/extention/playwindowsme...trace=off'))

actions.append('playwindowsmediaboogie', playaction())

--------------------------------------


this should be it...

the "dr1 tv nyheder" link start's from the beginning of the show, and not where one chooses. i can't quite figure that out. cause it works with "boogie listen" which is made exactly from your code....

how on earth you got the thing to work, with all the actions.append one can only admire...  :bowdown:

just one more question. is it possible to somehow dumb the link: "'[url]http://www.dr.dk/extention/playwindowsmediaboogie.aframe?id=%s&listtype=boogie&trace=off'"[/url] in a file so that xbmc can play it directly just like .strm files with the "mms://" command inside Huh
Reply
#22
i just uploaded a version v0.7b... i only included boogie in my test version (i saw your post after i had released the new version). my test version can be found here: http://www.deviantart.com/view/16987987/

i have now put the menu settings in an xml file. that should make it easier to make additions to the menu. also in the future it could be autoupdated over the web.

you mention the possibility to auto generate a .strm file ... it should be possible to make. i'll will bear that in mind for future versions.
Reply
#23
this script is the best man i love it :bowdown:
Reply
#24
so you just made it to xml, damn that was quick  Smile  - i've been looking in the xml file, is it importent that the "item" and the "action type/submenu" is placed where they are, or could i place the "item" file with the "actiontype/submenu" just below so i can see what goes with what...

just asking, not complaining :d, just so i understand how the xml thing works.. it's just in the .py script it was different.

i don't know if i explained myself so that it is understandeble.. but i tried   :p

snowatom
Reply
#25
thanks, pop Smile

version 0.7 had some problems with mpegs. i have just uploaded a fixed version (0.71b).

snowatom: the actions has to be witin the <actions> tag and menu items within the <menu> tag. sorry it is not possible to keep actions with the associated menuitem.

i've uploaded some different backgrounds here: http://www.deviantart.com/deviation/17316913/ ... please let me know your favourite.
Reply
#26
just one thing how come only say 40 % of them work not morning like
Reply
#27
the porn pages (http://www.thehun.com and asianthumbs.com) are on so many different sites that it is impossible to make a regexp that can grab the video's and images from all. the regexp i have now is simply grabbing <a> tags that has a href to a file that ends with a jpg, mpg, xxx extension. if the link is made with a javascript onclick, then it wouldn't be grabbed and you would get the message "no links in url". another problem is that even if the regexp manages to grab the links then it would be relatively easy for the site admin to prevent programs like ooba to get to the content. so, i guess that is what is happening on some sites.
Reply
#28
Quote:i've uploaded some different backgrounds here: http://www.deviantart.com/deviation/17316913/ ... please let me know your favourite.

how about just a pm3 background?
--jaga
Reply
#29
how do i get the path to a background image that works for the current skin? is there a method that is guaranteed to work for all skins (or atleast the pm ones).

my personal favourite skin is still pm1, so i probably wont hardcode a pm3 background. still, i feel like the pm1 background is a little too plain when i only have a list on top of it. that is why i have chosen to have my personal bg's. it is easy enough for people to change the image.
Reply
#30
i know the chokeman included a script bg builder in the latest version of the skin, not sure how it works/what it does though.
--jaga
Reply

Logout Mark Read Team Forum Stats Members Help
Help with Ooba multi-browser script0