Yahoo launch ?!

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Asteron Offline
"Skilled" Python Coder
Posts: 933
Joined: Feb 2004
Reputation: 0
Post: #81
hey flash... i've been reading through this script.. there's some pretty neat stuff in there :-) that specifying user agent thing is pretty smart cause who knows when yahoo will block python. i see you did end up manually doing the navigation. that must of been really fun :-)

its a shame that window.getfocus() don't work so you wouldnt have to keep track of all that. theres a bug i found in the xbmc module (its in the dev forum) but who knows how long until everyone gets a new version.
find quote
flash Offline
Senior Member
Posts: 173
Joined: Nov 2004
Reputation: 0
Post: #82
(asteron @ dec. 30 2004,04:33 Wrote:hey flash... i've been reading through this script.. there's some pretty neat stuff in there :-) that specifying user agent thing is pretty smart cause who knows when yahoo will block python. i see you did end up manually doing the navigation. that must of been really fun :-)

its a shame that window.getfocus() don't work so you wouldnt have to keep track of all that. theres a bug i found in the xbmc module (its in the dev forum) but who knows how long until everyone gets a new version.
fun is probally not the word i would use but it gets the job done. there must be a better way of doing it but for now it will do. i nearly always use the remote control for navigating around the script so i dont get to see the errors with the controller keys...i'll see if i can make some changes...suggestions for buttons to use then?
find quote
catohagen Offline
Junior Member
Posts: 16
Joined: Jan 2005
Reputation: 0
Post: #83
great script!
an option to download the videos would be nice.
for now i add the videos i want to favorites and
get the mms urls from that text file, then use
mmsclient to download the streams.
find quote
d.i.z Offline
Junior Member
Posts: 9
Joined: Dec 2004
Reputation: 0
Post: #84
(asteron @ dec. 30 2004,05:33 Wrote:that specifying user agent thing is pretty smart cause who knows when yahoo will block python.
well, the videos requests are still made with normal header ('pylib v...' or sth) i guess.
so they still can block it if the wanna.
find quote
WarriorSan Offline
Senior Member
Posts: 151
Joined: Oct 2003
Reputation: 0
Post: #85
(catohagen @ jan. 01 2005,16:31 Wrote:an option to download the videos would be nice.
that would be nice :o

-xbox v1.1 with samsung dvd-drive
-250 gb
-ata 100 cable
-xecuter 2.2 pro
-xecuter 5035 bios (customized)
-customized ms dash

-crystal xbox v1.4 with samsung dvd-drive and uv light
-300 gb
-ata 100 cable
-xenium ice
-xecuter 5035 bios (customized)
-xbmc as dash
find quote
flash Offline
Senior Member
Posts: 173
Joined: Nov 2004
Reputation: 0
Post: #86
(warriorsan @ jan. 02 2005,18:45 Wrote:
(catohagen @ jan. 01 2005,16:31 Wrote:an option to download the videos would be nice.
that would be nice :o
unfortunately its not possible as its a stream and not a movie file on the server. there are ways in which mplayer can save streams locally but that functioality is not available in the scripting world.
find quote
catohagen Offline
Junior Member
Posts: 16
Joined: Jan 2005
Reputation: 0
Post: #87
ok..

unless someone ports mmsclient to xbox and then calls it
from launch script with mms url as argument  :thumbsup:

anyway, its a big help with the mms urls in the favorites.


python is very similar to arexx which i've been programming
scripts in for years on amiga, i should try and make some
scripts but where can i find docs on python xbmc spesific
stuff ? i tried to just simply download a picture from
internet and displaying it, but i couldnt even manage to
download the complete image, only the 20480 first bytes

:nuts:
find quote
Asteron Offline
"Skilled" Python Coder
Posts: 933
Joined: Feb 2004
Reputation: 0
Post: #88
xbmc python api http://cvs.sourceforge.net/viewcvs....ocs.rar (click download)
python quick reference http://rgruet.free.fr/pqr2.3.html
best thing to do is to look at the scripts already out there to see how stuff is done.
-ast
find quote
flash Offline
Senior Member
Posts: 173
Joined: Nov 2004
Reputation: 0
Post: #89
(catohagen @ jan. 03 2005,22:09 Wrote:
flash,jan. 03 2005,09:09 Wrote:
ok..

unless someone ports mmsclient to xbox and then calls it
from launch script with mms url as argument :thumbsup:

anyway, its a big help with the mms urls in the favorites.


python is very similar to arexx which i've been programming
scripts in for years on amiga, i should try and make some
scripts but where can i find docs on python xbmc spesific
stuff ? i tried to just simply download a picture from
internet and displaying it, but i couldnt even manage to
download the complete image, only the 20480 first bytes

:nuts:
there is a download_pic function in the launchscript which should show you how to do that
find quote
SandmanCL Offline
Multi-platform XBMC fan
Posts: 573
Joined: Jul 2004
Reputation: 1
Location: San Francisco, CA
Post: #90
i just spent a few minutes creating a new background image (720 x 480) using the default project mayhem ii file and applying the new launch logo. nothing fantastic but it fits better with the rest of xbmc now with the same look and feel...

is there a good place i can upload this image to for others to grab ?
find quote
Post Reply