|
2008-03-21
, 08:48
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#12
|
img = gtk.gdk.pixbuf_new_from_file_at_size(YStorage.getImgPath(filename), w, h)
img = gtk.gdk.pixbuf_new_from_file(YStorage.getImgPath(filename))
The Following 3 Users Say Thank You to Bundyo For This Useful Post: | ||
|
2008-03-21
, 12:26
|
Posts: 32 |
Thanked: 1 time |
Joined on Jul 2007
|
#13
|
|
2008-03-21
, 15:02
|
Posts: 98 |
Thanked: 3 times |
Joined on Nov 2007
@ Knightdale, NC
|
#14
|
Open /usr/lib/python2.5/site-packages/mytube/ystorage.py
and on line 80 change
toCode:img = gtk.gdk.pixbuf_new_from_file_at_size(YStorage.getImgPath(filename), w, h)
Then it will work. One advice - don't try to play the file while it is downloaded - mplayer may hang. Otherwise it plays great.Code:img = gtk.gdk.pixbuf_new_from_file(YStorage.getImgPath(filename))
Another thing: I think mplayer version 24 fares generally better with flv
|
2008-03-21
, 15:12
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#15
|
vi /usr/lib/python2.5/site-packages/mytube/ystorage.py
:wq
mc -e /usr/lib/python2.5/site-packages/mytube/ystorage.py
|
2008-03-23
, 15:01
|
Posts: 204 |
Thanked: 15 times |
Joined on Jan 2007
@ Berlin, Germany
|
#16
|
|
2008-05-01
, 01:40
|
Posts: 179 |
Thanked: 47 times |
Joined on Oct 2007
|
#17
|
|
2008-05-01
, 10:15
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#18
|
Same issue here