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)

extendedping 2010-11-25 02:44

Re: [Announce] cuteTube - A feature-rich YouTube client
 
is there a saved searches option?

Crashdamage 2010-11-25 03:07

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Really nice work. But...at the risk of this becoming bloatware...how about the ability to upload videos from the N900, since cuteTube already has us logged in to our account anyway?

slender 2010-11-25 07:48

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

Originally Posted by marxian (Post 882600)
The feed gathering is already carried out in a separate thread, the point is that is takes a second or two before the next batch of results is returned, so when you hit the end of the existing results there will be a stutter before new results are added.

To prevent this or give user better use experience. Some suggestions:
- Better threading of processes? (probably quite hard to code.)
- Add "more" button to end of list that launches query (user experience is probably better this way {because it does it when user wants it} even thought it still stutters when loading)
- Or popup loading icon animation to user, no interaction during loading.

geobueck 2010-11-25 15:57

Re: [Announce] cuteTube - A feature-rich YouTube client
 
a wonderful app for the great n 900...

but....

i cannot download any video from youtube.... pressing download adds video to download-queue.(download immediately is activated) ... then later i switch to the download-section where the video is listed.... there the status ALWAYS is FAILED..... what a pity...what am i doing wrong??? need help to solve this problem..

thanks

marxian 2010-11-25 16:35

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

Originally Posted by slender (Post 882735)
To prevent this or give user better use experience. Some suggestions:
- Better threading of processes? (probably quite hard to code.)
- Add "more" button to end of list that launches query (user experience is probably better this way {because it does it when user wants it} even thought it still stutters when loading)
- Or popup loading icon animation to user, no interaction during loading.

Qt doesn't seem to emit any signal when the last item of the list is reached, which if true means there is no way of automatically appending results.

I personally prefer the 'more' button in the menu, so I'm going to leave things as they are, unless there is a consensus on a different approach.

marxian 2010-11-25 16:35

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

Originally Posted by Crashdamage (Post 882611)
Really nice work. But...at the risk of this becoming bloatware...how about the ability to upload videos from the N900, since cuteTube already has us logged in to our account anyway?

It has always been my intention to include video uploading, so it will appear at some point.

Quote:

Originally Posted by extendedping (Post 882606)
is there a saved searches option?

I have added a 'recent searches' function to the latest build.

Quote:

Originally Posted by geobueck (Post 883043)
a wonderful app for the great n 900...

but....

i cannot download any video from youtube.... pressing download adds video to download-queue.(download immediately is activated) ... then later i switch to the download-section where the video is listed.... there the status ALWAYS is FAILED..... what a pity...what am i doing wrong??? need help to solve this problem..

thanks

Can you give me some examples of videos that you have tried to download?

geobueck 2010-11-25 17:08

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Can you give me some examples of videos that you have tried to download?[/QUOTE]

videos i tried....

leonard cohen the partisan

leonard cohen who by fire all live versions stated on youtube

Nokia n900 test firmware 1.2

bee gees words 1998 live in melbourne
bee gees words live by request
and many more i tried

after going to downloads-section there the status of the chosen video is "failed" .... 0%

marxian 2010-11-25 17:49

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

Originally Posted by geobueck (Post 883091)
Can you give me some examples of videos that you have tried to download?

videos i tried....

leonard cohen the partisan

leonard cohen who by fire all live versions stated on youtube

Nokia n900 test firmware 1.2

bee gees words 1998 live in melbourne
bee gees words live by request
and many more i tried

after going to downloads-section there the status of the chosen video is "failed" .... 0%[/QUOTE]

I tried downloading a couple of those, and they worked fine. Are you able to play the videos?

blwetorch 2010-11-25 17:52

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Wonderful app!
Can you plz also introduce a 'Replay' button...................so that it doesn't start buffering again( that happened when I tried to push the cursor back, to replay the song) ?

marxian 2010-11-25 17:58

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

Originally Posted by blwetorch (Post 883119)
Wonderful app!
Can you plz also introduce a 'Replay' button...................so that it doesn't start buffering again( that happened when I tried to push the cursor back, to replay the song) ?

There is no buffer storage at the moment. The application just passes the video URL to the media player. This will be changed in the future.

geobueck 2010-11-25 17:59

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I tried downloading a couple of those, and they worked fine. Are you able to play the videos?[/QUOTE]

yes i am able to play them via the chosen media player...this works fine.,..

but the downloadsection still says Failed

download and playback quality is 480x270

marxian 2010-11-25 18:11

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

Originally Posted by geobueck (Post 883129)
I tried downloading a couple of those, and they worked fine. Are you able to play the videos?

yes i am able to play them via the chosen media player...this works fine.,..

but the downloadsection still says Failed

download and playback quality is 480x270[/QUOTE]

It could be a problem with the download folder that you have chosen. Try running the program from xterm by entering:

Code:

run-standalone.sh /opt/cutetube/cutetube.py
You should get an error message in xterm when you try to download a video. If you can report the error message here, I'll try to help.

eno1eno 2010-11-25 18:13

Re: [Announce] cuteTube - A feature-rich YouTube client
 
A great app. Really appreciate the effort you've put into this mate. Love it.

igorlt 2010-11-25 18:20

Re: [Announce] cuteTube - A feature-rich YouTube client
 
This is a MUST have app!

Congrats!!!

geobueck 2010-11-25 18:22

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

Originally Posted by marxian (Post 883139)
yes i am able to play them via the chosen media player...this works fine.,..

but the downloadsection still says Failed

download and playback quality is 480x270

It could be a problem with the download folder that you have chosen. Try running the program from xterm by entering:

Code:

run-standalone.sh /opt/cutetube/cutetube.py
You should get an error message in xterm when you try to download a video. If you can report the error message here, I'll tro help.[/QUOTE]



hy there...i changed the downloadfolder and now it works fine

thanks alot

extendedping 2010-11-25 18:22

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Darn you marxian...you you.....

You battery drainer you. How dare you make this great app so that I waste more time on youtube...

lucky88shp 2010-11-25 18:28

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Ok so i just now installed kmplayer and now the videos play flawless!!! :D
The vids that used to always buffer every few secs now played without a single buffering, AWESUM!!!
Btw, can kmplayer play downloaded 480p vids, cuz i tried and nothin happened...it cudn't play it i guess, so can it play or not???

marxian 2010-11-25 18:33

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

Originally Posted by lucky88shp (Post 883156)
Ok so i just now installed kmplayer and now the videos play flawless!!! :D
The vids that used to always buffer every few secs now played without a single buffering, AWESUM!!!
Btw, can kmplayer play downloaded 480p vids, cuz i tried and nothin happened...it cudn't play it i guess, so can it play or not???

It might be possible to play 480p with one of the available backends. I don't think performance will be very good, though.

jayhule 2010-11-25 18:54

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I haven't been able to download the app yet from devel because of conflicts/problem with the package python2.5-qt4-network and python2.5-qt4-webkit. What would cause that?

marxian 2010-11-25 19:19

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

Originally Posted by jayhule (Post 883171)
I haven't been able to download the app yet from devel because of conflicts/problem with the package python2.5-qt4-network and python2.5-qt4-webkit. What would cause that?

I don't know, to be honest. You could try removing those packages and then reinstalling them after installing cuteTube.

marxian 2010-11-26 02:04

Re: [Announce] cuteTube - A feature-rich YouTube client
 
cuteTube 0.9.2-5 is now in extras-testing. Please test and vote here: http://maemo.org/packages/package_in...etube/0.9.2-5/

CormacB 2010-11-26 14:19

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Adding -cache 8192 to the mplayer command line fixes the problems with stuttering for me. Also with -lavdops skiploopfilter=all might just allow you to watch 480p videos if you are overclocked, but with a significant drop in quality.

A problem I am having is mplayer is not responding to keyboard input when launched by cutetube. Is anyone else seeing this? I have built my own version of mplayer so it could be a problem with that.

marxian 2010-11-26 15:57

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

Originally Posted by CormacB (Post 883794)
Adding -cache 8192 to the mplayer command line fixes the problems with stuttering for me. Also with -lavdops skiploopfilter=all might just allow you to watch 480p videos if you are overclocked, but with a significant drop in quality.

A problem I am having is mplayer is not responding to keyboard input when launched by cutetube. Is anyone else seeing this? I have built my own version of mplayer so it could be a problem with that.

The mplayer keyboard input works fine for me. I'm not willing to introduce any experimental attempts to play 480p, because it will result in too many complaints from end users.

marxian 2010-11-26 15:59

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

Originally Posted by slender (Post 882499)
-enhancement request
automatic loading of more results when you reach end of list

I have now managed to implement this. I'm still testing at the moment, but if all is OK, I will release a new build with this feature.

leojab 2010-11-27 05:26

Re: [Announce] cuteTube - A feature-rich YouTube client
 
the recent search feature is nice but could you please add an option to clear the search strings as well

cjp 2010-11-27 07:12

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Really enjoying this app after a couple of days of using it.

My fav features:
- Easy access to full YouTube functions (Subscriptions, etc.)
- Higher video quality than web-browser YouTube

Thank you!

alextootchie 2010-11-27 08:53

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I have a problem. I have many subscriptions and cuteTube doesn't load the videos list ("Latest subscription videos" button) and the list of subscriptions is partial. With another account (few subscriptions), cuteTube works well.

(Sorry for my english)

pious_momin 2010-11-27 11:09

Re: [Announce] cuteTube - A feature-rich YouTube client
 
to author: it would be amazing if you could fix this issue in next verion.

1. video playback quality 800x480 or Original size
2. video downloading quality to 1080p
we wont be in need of any youtube downloader on PC right away we can download vidoes or documentery in its original size 360p, 480p, 720p, 1080p whatever
thanks

joppu 2010-11-27 11:30

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

Originally Posted by marxian (Post 883068)
Qt doesn't seem to emit any signal when the last item of the list is reached, which if true means there is no way of automatically appending results.

I personally prefer the 'more' button in the menu, so I'm going to leave things as they are, unless there is a consensus on a different approach.

He probably meant an actual "more" button at the end of the results.

marxian 2010-11-27 11:52

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

Originally Posted by joppu (Post 884310)
He probably meant an actual "more" button at the end of the results.

He requested automatic appending of results in an earlier post.

I've implemented the automatic appending of results in the extras-devel build (0.9.3). It's slightly jerky, but I'll be improving the algorithm today, so it should be very smooth in the next release.

MohammadAG 2010-11-27 12:00

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Is there any chance you could add an option to forward a youtube link to the media player? Sometimes I get links via chat and youtube's heavier than cuteTube on the CPU.

Thanks :)

marxian 2010-11-27 12:10

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

Originally Posted by MohammadAG (Post 884328)
Is there any chance you could add an option to forward a youtube link to the media player? Sometimes I get links via chat and youtube's heavier than cuteTube on the CPU.

Thanks :)

Wouldn't it be easier to use the youtube-dl/ytstream script for something like that?

Quote:

Originally Posted by MohammadAG (Post 867054)
I'd like to point out PaulFertser's script, which streams videos from youtube and plays them with mplayer

/usr/bin/ytstream:
Code:

mplayer -cache 2048 "`youtube-dl -f 18 -g $1`"
chmod +x it, then ytstream youtubelinkhere


marxian 2010-11-27 12:20

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

Originally Posted by alextootchie (Post 884252)
I have a problem. I have many subscriptions and cuteTube doesn't load the videos list ("Latest subscription videos" button) and the list of subscriptions is partial. With another account (few subscriptions), cuteTube works well.

(Sorry for my english)

By default, the YouTube API only returns 25 results, but this can be increased to a maximum of 50. I'll do this for the next release. I'm not sure why you are not getting the "Latest subscription videos" feed. I'll look into it.

amaj1407 2010-11-27 13:18

Re: [Announce] cuteTube - A feature-rich YouTube client
 
hello every one,

first I should thank marxian for this great application but there is a little problem.

Why cutetube does not return result when the search keywords are in arabic? while mediabox does return result if searching with arabic keyword.

Do I need to do some thing before I run the application.

again thank you for this app.

MohammadAG 2010-11-27 13:33

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

Originally Posted by marxian (Post 884334)
Wouldn't it be easier to use the youtube-dl/ytstream script for something like that?

Yes but how do I pass it to the mediaplayer?

marxian 2010-11-27 14:26

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

Originally Posted by MohammadAG (Post 884364)
Yes but how do I pass it to the mediaplayer?

You can use this command:

Code:

dbus-send --print-reply --dest=com.nokia.mediaplayer /com/nokia/mediaplayer com.nokia.mediaplayer.mime_open string:'$ youtube-dl -f 18 -g YouTubeVideoUrl'

marxian 2010-11-27 14:28

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

Originally Posted by amaj1407 (Post 884358)
hello every one,

first I should thank marxian for this great application but there is a little problem.

Why cutetube does not return result when the search keywords are in arabic? while mediabox does return result if searching with arabic keyword.

Do I need to do some thing before I run the application.

again thank you for this app.

It must be a string encoding issue. I'll look into it.

anapospastos 2010-11-27 16:19

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

Can you take a look on this? It would be great if cutetube could convert a downloaded .flv video to mp3.

Crashdamage 2010-11-27 16:34

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

Originally Posted by anapospastos (Post 884463)
It would be great if cutetube could convert a downloaded .flv video to mp3.

I would think that conversion chores should be a separate application. And marxian already has plenty of feature requests from us greedy users to keep him busy. Lets not take advantage of his generosity.

marxian 2010-11-27 16:42

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

Originally Posted by anapospastos (Post 884463)
@marxian

Can you take a look on this? It would be great if cutetube could convert a downloaded .flv video to mp3.

Conversion tasks are too CPU intensive for an application such as this. I would imagine that it would seriously impair performance during the conversion process.


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

vBulletin® Version 3.8.8