PDA

View Full Version : Quicktime fix


HarshReality
2005-12-17, 06:33
so here it goes, if you open yours in notepad and it doesnt look like this it wont work!




if sel >= len(movie.trailers):
sel = len(movie.trailers) - 1

if sel != -1:
link = movie.getmov(sel)
link = replace(link, '.i640','640w')
link = replace(link, '.i480','480')
link = replace(link, '.i320','320')

if link == none or link == '':
xbmcguidialog().ok('error!','no trailer has been found for this movie using the url:\n' + movie.trailers[sel])
else:
filename_download = get_filename_from_link(download_dir,link)


**note this code view does not observe indentation, the file itself does however!



admin, mod or whatever sticky it if you like.. the file wont be moving as i have no bandwidth limits (or space limits for that matter).

Mouton
2006-03-19, 20:07
v1.38 implements this fix.
thanks for the heads up.

get it here (http://www.xboxmediaplayer.de/cgi-bin/forums/ikonboard.pl?s=;act=st;f=21;t=11678)

Livin
2006-03-22, 03:02
quicktimebrowser.py (http://www.harshreality.org/files/quicktimebrowser.py)
your link is dead... domain expired!

HarshReality
2006-03-22, 04:35
i am aware of this thank you for pointing it out.

perhaps they can edit themselves. if not i'll hang it elsewhere.

Livin
2006-03-24, 02:37
i did the edit and it did not seem to work.

i'm using spe but it tells me there is an indent problem... i could not see it for the life of me!

Mouton
2006-03-24, 03:16
i did the edit and it did not seem to work.

i'm using spe but it tells me there is an indent problem... i could not see it for the life of me!
is there any good reason why you try to mod something that has already been fixed in the original script, which was posted 1 post above yours ?

pike
2006-03-24, 03:36
affini vs mouton

0 - 1

HarshReality
2006-03-24, 03:50
lol

pike vs world
1 - 0

Livin
2006-03-24, 05:02
i dl'd and tried mouton's version the menus worked fine but whne choosing a video it locks xbmc and i must reboot manually...

i looked at the code from mouton's... it was not the same.

MajorTom
2006-03-24, 17:35
mine reads:

if sel != -1:
link = movie.getmov(sel)
link = link.replace("h.i320", "h320")
link = link.replace("h.i480", "h480")
link = link.replace("h.i640", "h640w")
link = link.replace("_240.mov", "_m240.mov")
link = link.replace("_320.mov", "_m320.mov")
link = link.replace("_480.mov", "_m480.mov")

which someone posted long ago.... still seem to work fine though.. ???