Python scripts on my pc
#1
hey friends- i just wanted to say that you all have done a marvelous thing with the xbox. i love xbmc, and use it everyday. i am very knowledgeable about hardware issues and such, but when it comes to programming, i don't know very much at all.

i am interested in having the lauchbrowser on my desktop. i want to be able to watch the music videos on my pc at 700k/s

i am not entirely sure how to do this. can media portal do this? i just found that program today. a simple walkthrough would help me out so much. please help me out. pm me here or email me at [email="[email protected]."][email protected].[/email] i check my email more than here.
thanks in advance for all your help.
Reply
#2
just go to http://launch.yahoo.com/musicvideos/ in your browser.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#3
i want it to play in 700 k/s and that link only does 300 k/s
Reply
#4
that's the same url that's in the script, so if that doesn't do it then the script doesn't either.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#5
in the script you can change it to 700. read the xml settings
Reply
#6
can anyone point me in the right direction to make this stream on my laptop at 700 k/s? it would be really nice. i love xbmc!
Reply
#7
read the script.

def getvideourl(self,videoid):
#launchtoday.launch.yahoo.com/player/medialog.asp?vid=12193634&bw=300&mf=1&pid=4&ps=0&p1=2&p2=18&p3=2&rpid=35&pv=10&bp=windows%20nt&csid=396500550&uid=1715398433&pguid=6eyxekrdwylzrg.nrvlrxw&etid=0&uguid=cbnbmhd0se3j9&fcv=&z=ms.asx

url = "[url]http://today.launch.yahoo.com/player/medialog.asp?vid="[/url]
url = url + str(videoid)
url = url + "&bw=" + str(self.config_bandwith) + "&mf=1&pid=5&p1=&p2=&p3=2&rpid=35&pv=9&bp=windows%20nt&csid=396500551&uid=1419997738&pguid=03b32c1b604e43d6803bba948f2edc66&sk=7d0hi5106m427406c7c34&fcv=&z=ms.asx"

return url
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#8
i have found out how to do it. using firefox.

install firefox.
get greasemonkey program for it. (script manager)
get pklaunch-0.4.user.js from http://www.pooyak.com/p/pklaunch/
i then opened the script and everywhere it said 300 i put 768, everywhere i saw 128 i put 512, and everywhere i saw 56 i put 300.
install pklaunch-0.4.user.js in firefox
restart firefox.

boom! it works with no ads and 700 k/s

email me if you need any more information.
ps the script writer gave me permission to mess with his script, hes a nice guy.
Reply

Logout Mark Read Team Forum Stats Members Help
Python scripts on my pc0