View Single Post
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#12
Open /usr/lib/python2.5/site-packages/mytube/ystorage.py

and on line 80 change

Code:
img = gtk.gdk.pixbuf_new_from_file_at_size(YStorage.getImgPath(filename), w, h)
to
Code:
img = gtk.gdk.pixbuf_new_from_file(YStorage.getImgPath(filename))
Then it will work. One advice - don't try to play the file while it is downloaded - mplayer may hang. Otherwise it plays great.

Another thing: I think mplayer version 24 fares generally better with flv

Last edited by Bundyo; 2008-03-21 at 10:44.
 

The Following 3 Users Say Thank You to Bundyo For This Useful Post: