Notices


Reply
Thread Tools
Posts: 291 | Thanked: 398 times | Joined on Jan 2011 @ USA
#931
Originally Posted by ForeverYoung View Post
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()
 
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#932
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
 

The Following 2 Users Say Thank You to N900@900MHz For This Useful Post:
Posts: 151 | Thanked: 93 times | Joined on Sep 2009 @ sofia, bulgaria
#933
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?
 
Posts: 1,033 | Thanked: 1,013 times | Joined on Jan 2010
#934
Originally Posted by N900@900MHz View Post
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
 
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#935
Originally Posted by patlak View Post
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.
 
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#936
Originally Posted by patlak View Post
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
__________________
------------------------------------------------------------------
Voice choppy on sip calls
Please vote for bug number 10388
 
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#937
Originally Posted by rajil.s View Post
Fix here http://talk.maemo.org/showpost.php?p...&postcount=929
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
 
Posts: 206 | Thanked: 205 times | Joined on Nov 2010 @ London
#938
Just use cutetubeQML instead, its far better and way more stable
 
Posts: 151 | Thanked: 93 times | Joined on Sep 2009 @ sofia, bulgaria
#939
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.
 
Posts: 371 | Thanked: 252 times | Joined on Nov 2010
#940
Originally Posted by Prozac786 View Post
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.
 
Reply

Tags
youtube


 
Forum Jump


All times are GMT. The time now is 14:29.