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)

AlMehdi 2010-11-23 05:26

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Can't play it from the program menu... but running it through terminal with "/usr/bin/python /opt/cutetube/cutetube.py" as user works good.

rohanhole 2010-11-23 05:58

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Any link to download and test ??? its not there in extras-devel

santiago 2010-11-23 06:13

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

Originally Posted by marxian (Post 880773)
I've been having problems with the filesystem on my N900. The permissions are set incorrectly on the cutetube.py file, so it won't launch. I'm sorting it out now. :)

here is the desktop file it works set it like this, open cutetube.desktop on /usr/share/applications/hildon and overwrite and paste all of this


Code:

[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Terminal=false
Name=cutetube
Exec=/usr/bin/python '/opt/cutetube/cutetube.py'
Icon=cutetube
Type=Application
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable

by backterck :)

daperl 2010-11-23 06:58

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

Search results were very poor until I made the following changes:

Code:

-- cutetubewindows.py.orig        2010-11-22 22:51:33.000000000 -0800
+++ cutetubewindows.py        2010-11-22 22:52:20.000000000 -0800
@@ -477,10 +477,10 @@
        self.show()
        searchTerms = self.searchString.replace(" ", "+")
        if username == None:
-            self.videoFeed = "http://gdata.youtube.com/feeds/api/videos?vq=<%22" + searchTerms + "%22>&orderby=" + searchOrder
+            self.videoFeed = "http://gdata.youtube.com/feeds/api/videos?vq=" + searchTerms + "&orderby=" + searchOrder
            self.actionSearch.setVisible(True)
        else:
-            self.videoFeed = "http://gdata.youtube.com/feeds/api/videos?author=" + username + "&vq=<%22" + searchTerms + "%22>&orderby=" + searchOrder
+            self.videoFeed = "http://gdata.youtube.com/feeds/api/videos?author=" + username + "&vq=" + searchTerms + "&orderby=" + searchOrder
        print 'videoFeed',self.videoFeed
        self.yt = youtubeservice.YouTubeVideoFeed(self, self.videoFeed)
        self.connect(self.yt, SIGNAL("dataLoaded(PyQt_PyObject)"), self.addVideo)

Now search is poppin'!

You rock!

nicholes 2010-11-23 06:59

Re: [Announce] cuteTube - A feature-rich YouTube client
 
since i have updated cutetube it is not working at all !!

i start cute tube it keeps loading for 4-5 sec. and close it self(did not start)
i restart the phone but it is still same. i m not lucky today!
any sguession???

dsawhney 2010-11-23 07:04

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

Originally Posted by nicholes (Post 880840)
since i have updated cutetube it is not working at all !!

i start cute tube it keeps loading for 4-5 sec. and close it self(did not start)
i restart the phone but it is still same. i m not lucky today!
any sguession???

become root and chmod +x /opt/cutetube/cutetube.py should fix the problem

nicholes 2010-11-23 07:15

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

Originally Posted by dsawhney (Post 880843)
become root and chmod +x /opt/cutetube/cutetube.py should fix the problem

THANKS for the quick reply!! it is working now.

marxian 2010-11-23 09:32

Re: [Announce] cuteTube - A feature-rich YouTube client
 
cutetube 0.9.0-8 now in extras-devel. I had problems with the file system on my N900 last night, and I messed up the permissions on the cutetube.py file.

slender 2010-11-23 10:13

Re: [Announce] cuteTube - A feature-rich YouTube client
 
maybe still some file permission problems?

I updated to cutetube 0.9.0-8 and it keeps closing randomly BUT if I open it from terminal with command python2.5 cutetube.py it doesn't crash.

.edit
argh i dont now remember that were i root when I run it from cli.

marxian 2010-11-23 10:17

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I get the same problem. I'll fix it and upload a new build. My head is all over the place atm. Need more sleep. :)


All times are GMT. The time now is 04:25.

vBulletin® Version 3.8.8