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-04-22 04:58

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

Originally Posted by ForeverYoung (Post 993517)
BTW, non-english playlists, created in web interface, in cutetube display incorrectly

update the method below in cutetubewindows.py to correct it (updating blue line). It wasn't unicoded before, that's why it won't correctly display non-english chars.

Code:

    def loadPlaylists(self, playlists):
        for playlist in playlists:
          item = QListWidgetItem("%s" % unicode(playlist.title.text, "utf-8"))
            item.setTextAlignment(Qt.AlignHCenter | Qt.AlignVCenter)
            self.listWidget.addItem(item)
        self.toggleBusy()


N900@900MHz 2011-04-22 07:52

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Just upgraded to cutetube_0.9.11-1_all.deb but it is not working anymore, Programs starts, but closes after a few sec.

Any idead how to fix this? Thanks in advance

lidow 2011-04-22 08:55

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Thanks Khuong, nice work.

I don't like only the colorful buttons that substitute the elegant wire-only buttons of the marxian's theme.

Is there an easy way to have them back, together with your changes of coarse?

patlak 2011-04-22 09:26

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

Originally Posted by N900@900MHz (Post 993567)
Just upgraded to cutetube_0.9.11-1_all.deb but it is not working anymore, Programs starts, but closes after a few sec.

Any idead how to fix this? Thanks in advance

Same here. :( I think this might be a plan to switch everyone to qmltube, eventhough I like the regular one more :(

N900@900MHz 2011-04-22 09:37

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

Originally Posted by patlak (Post 993597)
Same here. :( I think this might be a plan to switch everyone to qmltube, eventhough I like the regular one more :(

installed old version again, works again. Also i installed cutetube qml, But i like the regular more, is moere "maemo style" It has also it's own player, The regular player feels quicker than the qml version.

rajil.s 2011-04-22 09:48

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

Originally Posted by patlak (Post 993597)
Same here. :( I think this might be a plan to switch everyone to qmltube, eventhough I like the regular one more :(

Fix here http://talk.maemo.org/showpost.php?p...&postcount=929

N900@900MHz 2011-04-22 10:26

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

Originally Posted by rajil.s (Post 993606)

ForeverYoung Today , 12:10 AM
Posts: 40 | Thanked: 9 times | Joined on Sep 2010 @ Russia #929

Originally Posted by rajil.s
Latest update seems to be broken?
Under root, edit /opt/cutetube/cutetube.py using mcedit, delete "^M" from first line.

This is not woking for me, i use file box to access cutetube.py, but the first line starts with #!/usr/bin/env python
So there is no M

Prozac786 2011-04-22 10:27

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Just use cutetubeQML instead, its far better and way more stable

lidow 2011-04-22 12:12

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Little help for those of you who apply the mod of Khuong. When I did it I had lots of files in DOS format (caused most probably that I extract the zip on Windows before transfer it to the phone)

I fix the issue with this command

perl -i"" -pe 's/\r\n/\n/' /opt/cutetube/*.py

This will remove all ^M at end of lines.

Acidspunk 2011-04-22 12:37

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

Originally Posted by Prozac786 (Post 993618)
Just use cutetubeQML instead, its far better and way more stable

as good as it is, cutetubeQML is still missing a few key features from the regular version, like selecting and playing multiple files from a queue. it also does not show all of my subscriptions for some reason, unlike the regular version. and you canīt unsubscribe to channels.


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

vBulletin® Version 3.8.8