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)

marxian 2011-03-24 01:17

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

Originally Posted by khuong (Post 974332)
Can anyone test it to see if your cutetube is still working or just my n900?

Not working for me. YouTube have changed the encoding of the web page, so the returned url is invalid. :mad:

This will likely affect all similar applications.

I'll fix it as soon as I can.

On the plus side, the new version has pR0n (from x hamster and youjizz). Some links to screenshots below.

WARNING: NSFW

http://postimage.org/image/2yf1mbutg/
http://postimage.org/image/2yf39v7b8/
http://postimage.org/image/2yf4xejt0/
http://postimage.org/image/2yf6kxwas/
http://postimage.org/image/2yf88h8sk/
http://postimage.org/image/2yfbjjxs4/
http://postimage.org/image/2yfd73a9w/
http://postimage.org/image/2yfeummro/

;) :D

vmajor 2011-03-24 01:22

Re: [Announce] cuteTube - A feature-rich YouTube client
 
does not work for me either when selecting "Play". I can browse the thumbnails, but all I get is permablack screen when attempting playback.

V.

khuong 2011-03-24 01:23

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Thanks Mazian, I thought it must me something like that because I can't even download the file. I hope that they didn't stop serving the mp4 file. Did they?

If some how you got it fix, can you be kind to let us know which file did you change, cuz I had made some cosmetic modication to match my personal theme and I don't want to reinstall it. Thanks in advance. Hoping to see your new version soon.

marxian 2011-03-24 01:26

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

Originally Posted by khuong (Post 974346)
Thanks Mazian, I thought it must me something like that because I can't even download the file. I hope that they didn't stop serving the mp4 file. Did they?

It's just a string encoding issue. They haven't changed the streams, but the url encoding is different, so it is processed incorrectly. It's a simple fix. :)

N900@900MHz 2011-03-24 07:23

Re: [Announce] cuteTube - A feature-rich YouTube client
 
just tested cutetube also not working for me, hope the fix is released soon:):)

HtheB 2011-03-24 12:53

Re: [Announce] cuteTube - A feature-rich YouTube client
 
The new update broke cutetube
It doesn't start anymore :(
touching on the icon doesn't do anything.....

marxian 2011-03-24 12:59

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

Originally Posted by HtheB (Post 974648)
The new update broke cutetube
It doesn't start anymore :(
touching on the icon doesn't do anything.....

I forgot to include the post-install script that makes the file executable (amongst other things). I've sent a new build to the auto-builder queue. :)

khuong 2011-03-24 13:04

Re: [Announce] cuteTube - A feature-rich YouTube client
 
We had a fix? if we do, is it an update or a reinstall of every thing?

casketizer 2011-03-24 13:33

Re: [Announce] cuteTube - A feature-rich YouTube client
 
the broken upgrade uninstalled python2.5-qt4-phonon even tho it depends on it....weird heh

marxian 2011-03-24 13:41

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

Originally Posted by casketizer (Post 974661)
the broken upgrade uninstalled python2.5-qt4-phonon even tho it depends on it....weird heh

I forgot that I was using an old build script that didn't include the phonon dependency.

Anyone updating should wait for 0.9.10-4, which is in the auto-builder queue atm. :)

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

tjsgls 2011-03-24 17:50

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..:)

It does actually a lot more...removes like 5 python libs during upgrade required for it to run.

wraggieone 2011-03-24 18:31

Re: [Announce] cuteTube - A feature-rich YouTube client
 
many thanks man

working like a dream again.

easily one of the best community apps

love it

wraggieone......

marxian 2011-03-24 19:16

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

Originally Posted by tjsgls (Post 974900)
It does actually a lot more...removes like 5 python libs during upgrade required for it to run.

I used a build script from an older version, which had some dependencies missing. Nothing was removed during installation on my device, but that must be because I have other application installed that require the same libs.

I think it's the twitter/facebook libs that need adding. :o

khuong 2011-03-24 19:24

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

Originally Posted by marxian (Post 974845)
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

I was wrong then..:mad: heh heh..

Thanks for the update. I couldn't tell the difference of those two thumbnail quality. ( Maybe I need my eyes checked soon :) )

Ok now let you go back to work on the new cutetube version then.
Your app rock...! Must have app for N900..looking forward to the new version.

marxian 2011-03-24 19:34

Re: [Announce] cuteTube - A feature-rich YouTube client
 
0.9.10-5 is in the auto-builder queue. :/

The only changes are the inclusion of the missing dependencies and the version number in the 'About' window.

geohsia 2011-03-25 16:23

Re: [Announce] cuteTube - A feature-rich YouTube client
 
How do I play the 720p video I downloaded? I have VLC and it doesn't work. I tried looking into earlier posts of this thread but didn't find the answer. Thanks.

Trestry 2011-03-25 18:16

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

Originally Posted by geohsia (Post 975615)
How do I play the 720p video I downloaded? I have VLC and it doesn't work. I tried looking into earlier posts of this thread but didn't find the answer. Thanks.

You can't play 720p videos on your N900. You can only play videos up to a resolution of 800x480.

myeyegooogles 2011-03-25 19:36

Re: [Announce] cuteTube - A feature-rich YouTube client
 
why do some videos on youtube work and some don't in the cutetube player?

stlpaul 2011-03-25 19:50

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Does anyone have any tips to prevent the frequent hiccups/freezes when playing videos with this app? Or am I the only one? :)

JamesBond@ge 2011-03-25 22:14

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I can only see this version in App Manager. I have previously uninstalled this version. I have Extras-Devel enabled too. Any ideas how I can get the update?

http://img12.imageshack.us/img12/336...1032521535.png

dsawhney 2011-03-26 00:34

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

Originally Posted by JamesBond@ge (Post 975832)
I can only see this version in App Manager. I have previously uninstalled this version. I have Extras-Devel enabled too. Any ideas how I can get the update?

http://img12.imageshack.us/img12/336...1032521535.png

0.9.9.13 is the latest version in extras, are you sure you have extras-devel enabled ?

Shinigamijim 2011-03-26 02:01

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Try refeshing again and give a try again; for me it works without problem.

JamesBond@ge 2011-03-26 02:16

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

I clicked refresh and there it was lol. Oops.

Thanks guys.

JamesBond@ge 2011-03-26 03:05

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

Originally Posted by marxian (Post 974337)
Not working for me. YouTube have changed the encoding of the web page, so the returned url is invalid. :mad:

This will likely affect all similar applications.

I'll fix it as soon as I can.

On the plus side, the new version has pR0n (from x hamster and youjizz). Some links to screenshots below.

WARNING: NSFW

http://postimage.org/image/2yf1mbutg/
http://postimage.org/image/2yf39v7b8/
http://postimage.org/image/2yf4xejt0/
http://postimage.org/image/2yf6kxwas/
http://postimage.org/image/2yf88h8sk/
http://postimage.org/image/2yfbjjxs4/
http://postimage.org/image/2yfd73a9w/
http://postimage.org/image/2yfeummro/

;) :D

How does this work then? I've got the lastest version 0.9.10.5 but I can't see how you select X Hamster.

geohsia 2011-03-26 03:08

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

Originally Posted by Trestry (Post 975691)
You can't play 720p videos on your N900. You can only play videos up to a resolution of 800x480.

I thought someone figured out downscaling. Thanks for the clarification.

manavs 2011-03-26 04:57

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

Originally Posted by JamesBond@ge (Post 975911)
How does this work then? I've got the lastest version 0.9.10.5 but I can't see how you select X Hamster.

I believe he meant that it will be included in the new QML version he is working on.

verrnum 2011-03-26 10:25

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

I loved this application.

It works fine.

Just one question : how to play downloaded videos from cutetube ?

mplayer freeze after 1 secondes and media player same me it's an non supported format !

Many thanks !

retsaw 2011-03-26 11:15

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

Originally Posted by verrnum (Post 976019)
mplayer freeze after 1 secondes and media player same me it's an non supported format !

I sometimes get behaviour from mplayer, if you press the back arrow to skip backwards it normally plays okay.

verrnum 2011-03-26 18:08

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

Originally Posted by retsaw (Post 976036)
I sometimes get behaviour from mplayer, if you press the back arrow to skip backwards it normally plays okay.

Hi Thanks for you help, but it doesn't works.

What front end do you use ?

I tried on SIB and SMBPlayer, the problem is the same.

Thanks

JadeH 2011-03-26 21:10

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Out of all the youtube clients I tried, cutetube is the only one that worked, and I love it


All times are GMT. The time now is 05:57.

vBulletin® Version 3.8.8