View Full Version : Python scripts on my pc
supersexy
2005-07-26, 23:21
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 brandonbarlow@gmail.com. i check my email more than here.
thanks in advance for all your help.
Nuka1195
2005-07-26, 23:30
just go to http://launch.yahoo.com/musicvideos/ in your browser.
supersexy
2005-07-27, 00:54
i want it to play in 700 k/s and that link only does 300 k/s
Nuka1195
2005-07-27, 01:30
that's the same url that's in the script, so if that doesn't do it then the script doesn't either.
supersexy
2005-07-27, 02:49
in the script you can change it to 700. read the xml settings
supersexy
2005-07-28, 11:35
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!
Nuka1195
2005-07-28, 15:29
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 = "http://today.launch.yahoo.com/player/medialog.asp?vid="
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
supersexy
2005-07-29, 04:03
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.