maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Announce] cuteTube - A feature-rich YouTube client (https://talk.maemo.org/showthread.php?t=65854)

khuong 2011-03-24 13:42

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Until marixan have the broken upgrade fixed. Here's the simple fix from marxian.

If you still haven't upgrade your cutetube and still using version 0.9.9, just edit the line below which should fix video playing problem.

edit line 270 in /opt/cutetube/youtubeservice.py
replace this:
value = p[:idx].replace("\\/", "/")
with this:
value = p[:idx].replace("\\/", "/").replace("\u0026", "&")

nesrazz 2011-03-24 14:12

Re: [Announce] cuteTube - A feature-rich YouTube client
 
New updates erroneous. Does not open.

marxian 2011-03-24 14:14

Re: [Announce] cuteTube - A feature-rich YouTube client
 
0.9.10-4 is in extras-devel. :)

stlpaul 2011-03-24 14:36

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by marxian (Post 973369)
Yes. All usernames and passwords are emailed to my gmail account. :p

j/k

In the new version, all config data is stored in a SQLite database.

can't you use oauth, and then our password wouldn't be stored at all?

Zekahz 2011-03-24 14:38

Re: [Announce] cuteTube - A feature-rich YouTube client
 
yes it all works again

Nozu 2011-03-24 16:03

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I just upgraded to 0.9.10-4. The Cutetube won't start at all anymore... =(

raaj13 2011-03-24 16:12

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by marxian (Post 974703)
0.9.10-4 is in extras-devel. :)

tried updating and even reinstalling but it shows 0.9.9 in about?
Is mine installing old version or is about not updated yet.

marxian 2011-03-24 16:17

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by raaj13 (Post 974813)
tried updating and even reinstalling but it shows 0.9.9 in about?
Is mine installing old version or is about not updated yet.

I forgot to change the information in the about screen. It's been a while since I've dealt with updates. :o

khuong 2011-03-24 16:28

Re: [Announce] cuteTube - A feature-rich YouTube client
 
The new version is only updating 1 line of code in the file /opt/cutetube/youtubeservice.py to fix the video playing problem.

So you can either edit that file yourself or install the update which will give you the same result.

I personally prefer editing the file myself in the xterminal with leafpad than running the update since I have made some cosmetic change to the app and don't want them to be replaced with the new version.

Marxian..! Correct me if I am wrong..:)

marxian 2011-03-24 16:47

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Quote:

Originally Posted by khuong (Post 974828)
The new version is only updating 1 line of code in the file /opt/cutetube/youtubeservice.py to fix the video playing problem.

So you can either edit that file yourself or install the update which will give you the same result.

I personally prefer editing the file myself in the xterminal with leafpad than running the update since I have made some cosmetic change to the app and don't want them to be replaced with the new version.

Marxian..! Correct me if I am wrong..:)

There is also a change to the thumbnail link used for the video info screen. YouTube changed the order of the links a while ago, so a low quality image was being displayed. You can fix this yourself by changing line 155 of videoinfowindow.py to

Code:

thumbUrl = self.video.media.thumbnail[1].url


All times are GMT. The time now is 17:31.

vBulletin® Version 3.8.8