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)

sixwheeledbeast 2014-07-20 08:02

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

Originally Posted by rotoflex (Post 1433394)
Arg, I cannot login on that page to vote:

Hmmm, yes I forgot about the certificate error.

Bit off topic but...
For the time being you can bypass this in Firefox by:-

Preferences > Advanced > Certificates > Validation > uncheck both options

You will then get the usual "Certificate has expired", Exceptions... that we have been struggling with for a while.

sixwheeledbeast 2014-07-30 07:39

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

Promotion unlocked, waiting for maintainer to promote
Thanks to all that voted

chill 2014-07-30 08:45

Re: [Announce] cuteTube - A feature-rich YouTube client
 
I still get garbled replays occasionally, like here.

tcbl50 2014-07-30 14:24

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Hi marxian. Thanks for the app. Can't seem to download from VEVO anymore but can download from other channels😀

marxian 2014-07-30 14:28

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

Originally Posted by sixwheeledbeast (Post 1434282)
Thanks to all that voted

+1 :)

Version 1.10.3 has now been promoted to Extras.

marxian 2014-07-30 14:31

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

Originally Posted by chill (Post 1434285)
I still get garbled replays occasionally, like here.

I don't think this can be fixed in application code, except by replacing the player with one that uses alternative multimedia APIs. I am still planning to do that, but other tasks have higher priority at the moment.

marxian 2014-07-30 14:33

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

Originally Posted by tcbl50 (Post 1434306)
Hi marxian. Thanks for the app. Can't seem to download from VEVO anymore but can download from other channels😀

I fixed this earlier today, but I'm still testing at the moment. I'll release a new update as soon as I'm happy with the fix. :)

pichlo 2014-07-30 19:55

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

Originally Posted by marxian (Post 1434308)
I don't think [garbled video playback] can be fixed in application code, except by replacing the player with one that uses alternative multimedia APIs. I am still planning to do that, but other tasks have higher priority at the moment.

I see. FWIW, it also happens to me from time to time. When it does, the downloaded video plays garbled in CuteTube but fine in Media Player.

I have another annoying bug. I thought I'd already reported it but I cannot find it. Sometimes I get double audio. Like an echo, only at the same intensity as the original and with about 2 seconds delay.

Steps to reroduce:
1. Go to Search, type your search string and hit the Search button.
2. Play a random search result.
3. Repeat step 2 several times (a different video each time).
4. Eventually, you get the described effect. Sometimes the first video does it, other times I need to try a dozen times before it happens.
5. Stopping the video and going back to search results stops the video and the main audio but the "echo" keeps playing until I exit all the way to the main screen.
6. Repeating the same search and going straight to play the video that seemingly triggered the bug does not trigger it again. The video plays fine this time.

marxian 2014-07-30 20:26

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

Originally Posted by pichlo (Post 1434337)
I have another annoying bug. I thought I'd already reported it but I cannot find it. Sometimes I get double audio. Like an echo, only at the same intensity as the original and with about 2 seconds delay.

It's a known problem. I think there is some problem with the cleanup in QMediaPlayer. Again, I don't think it can be fixed in the application code, except perhaps to keep the player in memory (instead of deleting it when the playback window is closed) until the application quits.

tom.l 2014-08-04 18:51

Symbian
 
Hi everyone I hope the admin can approve on this post,

@marxian I can't contact with you mate so I wanted to tell you about somethings in CuteTube the symbian version.

The version I'm using now is 1.10.4 and There are some bugs:

1- Scrollbar goes crazy in some places like (description
section, changelog, etc..)

2- "Transfer" when downloading a video you can't stop it it would re-start downloading again so you have to close CuteTube.

3- "Transfer" when making queue list for downloading more than one video, it downloads the first one which started and the other stay in "Queued" status.

4- in proxy section the IP section is shorter than Port section it
should be the opposite.

5- in (Settings --» Transfer --» Connections per transfer) the 4 option doesn't work it always go back to the last option you picked, if you selected 1 then change it to 4, when you download a video you'll see it 1 in the video options in "Transfer"

*Some features that would be nice to have:

1- 480p resolution support for YouTube.

2- a black theme for the UI with white letters (without the grey
color)

3- a test button in proxy section to test the proxy if it works or
not and a section to put a link to test the proxy with it.

UJKU 2014-08-04 22:03

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Youtube doesn't work , vimeo and dailymotion is OK

tom.l 2014-08-04 22:17

Re: [Announce] cuteTube - A feature-rich YouTube client
 
It was a server error not CuteTube it's good again you can check it out.

marxian 2014-08-04 22:34

Re: Symbian
 
Quote:

Originally Posted by tom.l (Post 1434856)
Hi everyone I hope the admin can approve on this post,

@marxian I can't contact with you mate so I wanted to tell you about somethings in CuteTube the symbian version.

The version I'm using now is 1.10.4 and There are some bugs:

1- Scrollbar goes crazy in some places like (description
section, changelog, etc..)

This is a problem with the Symbian ScrollBar component. It works fine with ListView, but not with Flickable for some reason.

Quote:

Originally Posted by tom.l (Post 1434856)
2- "Transfer" when downloading a video you can't stop it it would re-start downloading again so you have to close CuteTube.

Works fine here.

Quote:

Originally Posted by tom.l (Post 1434856)
3- "Transfer" when making queue list for downloading more than one video, it downloads the first one which started and the other stay in "Queued" status.

Works fine here. Concurrent downloads depends on the value chosen in the settings. If it is set to 1, then only one download will be performed at a time. The others will stay as 'Queued' until the previous one is completed (or is paused/canceled).

Quote:

Originally Posted by tom.l (Post 1434856)
4- in proxy section the IP section is shorter than Port section it
should be the opposite.

Will fix for next release. :)

Quote:

Originally Posted by tom.l (Post 1434856)
5- in (Settings --» Transfer --» Connections per transfer) the 4 option doesn't work it always go back to the last option you picked, if you selected 1 then change it to 4, when you download a video you'll see it 1 in the video options in "Transfer"

The global setting does not apply to existing downloads. You have to change those individually.

Quote:

Originally Posted by tom.l (Post 1434856)
*Some features that would be nice to have:

1- 480p resolution support for YouTube.

Unfortunately, the old 480p format has been removed, and the new one is not compatible with the Symbian video player.

Quote:

Originally Posted by tom.l (Post 1434856)
2- a black theme for the UI with white letters (without the grey
color)

That would be quite a big job considering how big the UI is. I don't think I would have enough time to test it properly.

Quote:

Originally Posted by tom.l (Post 1434856)
3- a test button in proxy section to test the proxy if it works or
not and a section to put a link to test the proxy with it.

That sounds reasonable. I will add it to the TODO list for the next release. :)

tom.l 2014-08-05 00:12

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

Originally Posted by marxian (Post 1434874)
Works fine here.

it's actually started to happen after updating "Transfer" with new features so how could I solve it?

Quote:

Works fine here. Concurrent downloads depends on the value chosen in the settings. If it is set to 1, then only one download will be performed at a time. The others will stay as 'Queued' until the previous one is completed (or is paused/canceled).
the bug here as I see it is that if you set "Concurrent downloads" to 1/2/3/4/5 you'll have a Queued videos waiting to be downloaded but it stays Queued even after everything is completed

Quote:

The global setting does not apply to existing downloads. You have to change those individually.
yes I know and sorry I didn't explain well, I mean if you set it to 4 and the previous was 1/2/3 and when you add a new video to download, it choose 1/2/3 it never choose 4 even if you select it manualy.


Quote:

Unfortunately, the old 480p format has been removed, and the new one is not compatible with the Symbian video player.
ok then it's not important but I thought why not adding all types of resolutions.

Quote:

That would be quite a big job considering how big the UI is. I don't think I would have enough time to test it properly.
I didn't know about that it's my mistake I thought it would be like a couple of buttons.

Quote:

That sounds reasonable. I will add it to the TODO list for the next release. :)
thanks mate it's really annoying when you keep going back and forth just to test a proxy.

tom.l 2014-08-06 17:38

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Today CuteTube can't play any YouTube video maybe there is some changes in YouTube API ? As I tried at the same moment to play the same video in the native browser and other browser and it played fine.

pmeuh 2014-08-08 01:45

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Had the same problem. It works again now.

s4br0s0 2014-08-08 16:16

Re: [Announce] cuteTube - A feature-rich YouTube client
 
The pair function works with Cutetube (or QML)?

Asking specifically without log in into an account (want to know if just works by logging in).

Greetings.

ahjolinna 2014-08-11 17:09

Re: [Announce] cuteTube - A feature-rich YouTube client
 
@marxian where is the Sailfish version? -_-

UJKU 2014-08-11 20:38

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Still not working for me , only works 10% of the time

koznj 2014-08-11 22:07

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Nothing works here also..
Funny that at the same time, Musikloud is also broken..

pichlo 2014-08-12 06:22

Re: [Announce] cuteTube - A feature-rich YouTube client
 
CuteTube works fine here (this and this notwithstanding).

Could yours be a location problem? YouTube is known for limiting access to contents based on geolocation.

gianko 2014-08-12 12:22

Re: [Announce] cuteTube - A feature-rich YouTube client
 
from Italy i cannot see anything...always saying "Video cannot be played"

EDIT: ok, is geolocation issue, i can see italian videos but no foreign videos

EDIT: after played italian videos now it plays also foreigns and all videos cannot play 10 minutes ago...mistery :confused:

s4br0s0 2014-08-12 14:30

Re: [Announce] cuteTube - A feature-rich YouTube client
 
There's an new version, 1.10.5, that solves problems.

Greetings.

wrm 2014-08-12 15:26

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Doesnt seem so.. Got access restricted on some videos.

taril 2014-08-22 20:29

Re: cuteTube for Harmattan
 
1 Attachment(s)
Default playback settings.
Lots of videos played like this.
How can I solve this problem?
Thanks your help!

mr_pingu 2014-09-29 08:54

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

Originally Posted by pichlo (Post 1434337)
I see. FWIW, it also happens to me from time to time. When it does, the downloaded video plays garbled in CuteTube but fine in Media Player.

I have another annoying bug. I thought I'd already reported it but I cannot find it. Sometimes I get double audio. Like an echo, only at the same intensity as the original and with about 2 seconds delay.

Steps to reroduce:
1. Go to Search, type your search string and hit the Search button.
2. Play a random search result.
3. Repeat step 2 several times (a different video each time).
4. Eventually, you get the described effect. Sometimes the first video does it, other times I need to try a dozen times before it happens.
5. Stopping the video and going back to search results stops the video and the main audio but the "echo" keeps playing until I exit all the way to the main screen.
6. Repeating the same search and going straight to play the video that seemingly triggered the bug does not trigger it again. The video plays fine this time.


Had the same, like there were 2 audiostreams. One of them delayed. Stopping the video, stops the video + audio but the echo keeps playing. Until returend to the main screen.

handaxe 2014-09-29 09:27

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

Originally Posted by mr_pingu (Post 1440967)
Had the same, like there were 2 audiostreams. One of them delayed. Stopping the video, stops the video + audio but the echo keeps playing. Until returend to the main screen.

I think this has been a factor from way way back and was a qt or python-qt bug.

For me this is far less of a problem than it was a few versions back...

pichlo 2014-09-29 09:48

Re: [Announce] cuteTube - A feature-rich YouTube client
 
A feature request: please add a "copy URL" entry to the context menu (or whatever it is called that pops up on a long press). Useful for e.g. sending links by email etc.

irulestar 2014-09-29 12:24

Id like to try this version tonight :)

dy1ng 2014-10-06 15:52

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Guys,
I have a fresh new system on my phone, everything is working fine.
-CSSU Testing
-power52 kernel

Everything is working fine, but Cutetube cannot play 90% of videos...
It says "Video cannot be played".
I have installed the extra decoders support package,but no videodrivers, no 720p tweaks, no custom dsp oc.
I searched, and found that some people also have this problem, but i can't find a proper solution for it..
Any ideas?
My Cutetube version is 1.10.3

dy1ng 2014-10-06 16:34

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

Originally Posted by dy1ng (Post 1442061)
My Cutetube version is 1.10.3

Ok, I found out, manually update to 1.10.5 fixed the problem.
I think my repos are ok, so I dunno why 1.10.5 installed in the first time.

robthebold 2014-11-20 03:30

Looks like 1.10.6 is out. Thanks.

Vevo videos seem to work again on the N9 version so I'll upgrade the N900 to this as well. I'd kept it back at 1.10.4 for that reason.

Thanks again

disappear 2014-11-20 09:14

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Hi,seems my cutetube again is happen"video can't retrive,maybe you have ........restricted" Anyone from you to have the same problem?I am with the last version(1.10.6)

ELProfeMcK 2014-11-20 11:51

I'm having this same problem for lots of video, I dont understand what can it be?? Please help :(

handaxe 2014-11-20 13:26

Re: [Announce] cuteTube - A feature-rich YouTube client
 
If you read backwards in this thread, others have seen this kind of thing and the issue often disappeared with time. Network issues perhaps. I on odd occasions have had this when my link is slow at filling the buffer.

Whatever, cutetube 1.10.6 works for me and others, so if this doesn't go away there is something peculiar to your device or networking and not cutetube itself.

disappear 2014-11-21 11:11

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

Originally Posted by handaxe
If you read backwards in this thread, others have seen this kind of thing and the issue often disappeared with time. Network issues perhaps. I on odd occasions have had this when my link is slow at filling the buffer.

Whatever, cutetube 1.10.6 works for me and others, so if this doesn't go away there is something peculiar to your device or networking and not cutetube itself
You are wrong man,the network it's not connect on any way with my problem,before i posting here,i trying with several network providers,the only thought which spining in my mind that google has been changed the protocol,or they made some restrictions sorted by some kind.
http://www.imagesup.net/?di=14141656803011

handaxe 2014-11-21 15:10

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

Originally Posted by disappear (Post 1448586)
You are wrong man,the network it's not connect on any way with my problem,before i posting here,i trying with several network providers,the only thought which spining in my mind that google has been changed the protocol,or they made some restrictions sorted by some kind.
http://www.imagesup.net/?di=14141656803011

Respectfully, if you read the last part of my post, you will see I wrote "peculiar to your device or networking and not cutetube itself".

Youtube plays for me, same version as gives you trouble. Whilst I do not know why you have an issue, it clearly is not due to Google changing protocols.

Best bet is some interaction between cutetube and/or networking and/or an aspect of your device. I have seen that same error, but rarely. In some cases access restriction appeared to be true (sometimes vids get pulled but the thumb entry remains). In other cases, I managed to get the buffer to fill and it played. Go figure. You seem to have a chronic case of this.

Estel 2014-11-22 03:17

Re: [Announce] cuteTube - A feature-rich YouTube client
 
Actually, I have same problems, but they manifest itself only with some videos/channels. Other video download software (video download helper for iceweasel/firefox, for example) got same problems, while other don't (flashGet experimental media downloader component works fine).

Considering, that it was working before with exactly same device/versions settings on my side, and that such issues were known to appear in the past (for example, vevo channel on youtube was unavailable for all downloaders, for a whilej, I bet that it is googletube changing things on their side, after all.

/Estel

ELProfeMcK 2014-11-22 04:18

Re: [Announce] cuteTube - A feature-rich YouTube client
 
It works for me too but some videos couldnt play at all, I dont know what was wrong, even after installing latest update. About two days ago I rebooted my phone by mistake and when I opened CuteTube, it ran normal, everything working. weird :confused:

disappear 2014-11-22 09:43

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

Originally Posted by Estel
I bet that it is googletube changing things on their side, after all.
I am on the same opinion,i made some experiments with libflashplayer.so and what i found:
when downgraded version of the libflashplayer.so every clips no matter vevo channel or others played seamlessly,but when i upgrade version(fake 12... )not all of the videos can't played.
The reason why this is happening,for me it's unknown
Quote:

Originally Posted by handaxe
it clearly is not due to Google changing protocols.
You were right


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

vBulletin® Version 3.8.8