maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   cuteTube for Harmattan (https://talk.maemo.org/showthread.php?t=75197)

marxian 2013-02-03 16:04

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by patlak (Post 1320439)
Thanks for the thorough response. I have been opening and closing the app now 20 times in a row and I can't reproduce it either. However, it happens randomly. Let's say I open the app and watch a couple of videos and close the app. It opens again with no issues and I watch couple more videos. This time however, when I close and try to open the app again it doesn't open.

I have no clue what the issue could be.

It could be an issue with the Qt libraries. Closing of the application is handled internally by Qt. When the last (in this case, only) window is closed, QApplication exits. I don't do anything to override the standard behaviour of QApplication. As a guess, if the issue only occurs when videos have been played, it could be some problem with QtMultimediaKit. I'll keep trying to reproduce it.

Lucazz990 2013-02-03 16:22

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1320415)
I'm unable to reproduce this on my device: http://youtu.be/tI8nP7obVMQ

It seems that something on your device is preventing the process from being terminated when you attempt to close the application.

The reason you are still able to launch the application from the terminal is because the command is different. When launching from the desktop file, cuteTube is launched via /usr/bin/invoker with the --single-instance (or -s) option enabled:

Code:

/usr/bin/invoker --type=d -s --splash=/opt/cutetube/resources/splash-app.png --splash-landscape=/opt/cutetube/resources/splash-app-landscape.png  /opt/cutetube/bin/cutetube
This ensures that, if there is an instance of cuteTube running, that the top-level window of that instance is activated when the user taps the desktop icon. Executing the binary from the command line will create a new instance regardless.

It happened to me too just after the last update, but after a reboot everything got normal...

salkos73 2013-02-03 19:12

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1320420)
The like/dislike action works, but the change is not currently propagated to the item in the list. If you back out of the list and reload it, you should see the incremented counter. Also, if you have previously 'liked' a video, and attempt to 'like' it again, the API does not return an error, so cuteTube will respond accordingly by confirming the 'like' and incrementing the counter. However, the additional 'like' will not permanently be added by the API, so if you view the video some time later, the 'like' counter will have return to it's previous value.

ahh...ok!! now I understand! It is true!! I tried it and it works!!
Thanks for immediate answer!!

patlak 2013-02-03 22:19

Re: cuteTube for Harmattan
 
@marxian

Do you have a slowdown when you click the status bar and then transfers while trying to scroll the list of queued files?

Hacker 2013-02-08 07:28

@ marxian,

Say, I'm still having an issue with duplicating cutetube entries on my event feed. I uninstalled the app, rebooted, and reinstalled. But some Cutetube files survived because, on reinstall, my accounts, social accounts, etc. were picked up by the fresh install. My guess is that whatever is causing my duplication issue must be surviving this process.

Do you have any ideas of a file or files that I could delete to resolve the issue? What files would I have to remove to get a 100% clean slate regarding Cutetube? I am thinking a 100% removal/purge and reinstall and start my accounts, etc. from scratch could help explain or resolve the issue. File paths and potential target files would be much appreciated.

Another possibility: Do you think that this could be a tracker related issue?

Sorry, as I know I seem to be the only one with this issue. As you may have guessed, Cutetube is a huge part of what I enjoy in my N9! :-)

Garp 2013-02-10 06:24

Re: cuteTube for Harmattan
 
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?

hw9xx 2013-02-10 08:34

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1322140)
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?

I'll second this (especially for dark themes)! Text should have more contrast.

IMHO the current use is also inconsistent. For example (dark theme) on the INFO page like and dislike numbers are white while number of views is grey. Why?

Garp 2013-02-22 18:18

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1322140)
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?

Any help for solving this problem?:(

JezzaJK 2013-03-06 08:27

Re: cuteTube for Harmattan
 
I got a problem when installing the latest version (1.5.1) off the Nokia Store.

"There was a problem downloading this item. Try again"

Any solutions?

tcbl50 2013-04-04 18:39

Re: cuteTube for Harmattan
 
@ Marxian. I love this app but just one annoying problem. when a video finishes in cutetube player in fullscreen, the player does not return back to the videos page automatically. it wasn't like this in the older versions.

I'd be really grateful if u brought this back. it was available in the old versions

DJJonosound 2013-04-05 01:22

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1320415)
I'm unable to reproduce this on my device: http://youtu.be/tI8nP7obVMQ

It seems that something on your device is preventing the process from being terminated when you attempt to close the application.

The reason you are still able to launch the application from the terminal is because the command is different. When launching from the desktop file, cuteTube is launched via /usr/bin/invoker with the --single-instance (or -s) option enabled:

Code:

/usr/bin/invoker --type=d -s --splash=/opt/cutetube/resources/splash-app.png --splash-landscape=/opt/cutetube/resources/splash-app-landscape.png  /opt/cutetube/bin/cutetube
This ensures that, if there is an instance of cuteTube running, that the top-level window of that instance is activated when the user taps the desktop icon. Executing the binary from the command line will create a new instance regardless.

I have a very similar issue, but for me, if you close the application whilst a video is playing, it does not properly close and it will not reopen until you killall cutetube or restart.

(I think this is the problem the person was having, not it not opening after multiple openings)

Garp 2013-04-05 10:25

Re: cuteTube for Harmattan
 
@marxian

What about this issue I have asked for:
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?
Any help for solving this problem?

Garp 2013-04-18 17:24

Re: cuteTube for Harmattan
 
What's going on here. I have purchased this app on Nokia store.
Now I can't find it on the store from N9 but I can see app on PC Nokia store but can't download to PC or N9?

marxian 2013-04-18 17:59

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1334248)
@marxian

What about this issue I have asked for:
For me all comments and other text are neary unreadable (grey dust) with appearance theme at Dark or Dark (plain) and in Light the topbar is very dark (last is due to Color theme (Blue inverted) chozen)
Anything to do about this?
Any help for solving this problem?

Fonts have been changed for the forthcoming update* to improve readability. I cannot see any problem with the topbar using light theme. Can you provide a screenshot to illustrate the problem?

* There is a Dailymotion hotfix update awaiting QA approval atm. The 'forthcoming update' I refer to is not yet finished (should be ready within a few days). This update includes full Vimeo support and many other improvements.

marxian 2013-04-18 18:08

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1337078)
What's going on here. I have purchased this app on Nokia store.
Now I can't find it on the store from N9 but I can see app on PC Nokia store but can't download to PC or N9?

It seems that search is broken (not for the first time :/ ). It appears in the 'featured' list on my device (though that list changes periodically), but does not appear in search results. I'll report the issue to Nokia Store.

Garp 2013-04-18 18:33

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1337089)
It seems that search is broken (not for the first time :/ ). It appears in the 'featured' list on my device (though that list changes periodically), but does not appear in search results. I'll report the issue to Nokia Store.

Is the cuteTube from MeeCatalog version 1.5.2 the same as the one from Nokia Store?

marxian 2013-04-18 18:40

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1337096)
Is the cuteTube from MeeCatalog version 1.5.2 the same as the one from Nokia Store?

It should't be. I have not submitted any software to AppsForMeeGo.

Garp 2013-04-18 20:28

Re: cuteTube for Harmattan
 
2 Attachment(s)
Quote:

Originally Posted by marxian (Post 1337087)
Fonts have been changed for the forthcoming update* to improve readability. I cannot see any problem with the topbar using light theme. Can you provide a screenshot to illustrate the problem?

* There is a Dailymotion hotfix update awaiting QA approval atm. The 'forthcoming update' I refer to is not yet finished (should be ready within a few days). This update includes full Vimeo support and many other improvements.

left pic: black theme + Blanco
right pic:light theme + Blue inverted

DJJonosound 2013-04-29 11:58

Re: cuteTube for Harmattan
 
Whats new in 1.5.3?

marxian 2013-04-29 19:50

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by DJJonosound (Post 1339910)
Whats new in 1.5.3?

It's merely a hotfix for the Dailymotion playback/download. I'm finishing a more significant update at the moment.

marxian 2013-04-29 19:53

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1337136)
left pic: black theme + Blanco
right pic:light theme + Blue inverted

As I mentioned earlier, the fonts have been changed for the forthcoming update. The problem with the blue inverted theme seems to be that the theme has missing/incorrect image(s).

Some screenshots from the forthcoming update:

http://img713.imageshack.us/img713/3...3220846.th.png http://img694.imageshack.us/img694/8...3221009.th.png http://img9.imageshack.us/img9/5525/...3221126.th.png http://img163.imageshack.us/img163/5...3221210.th.png

http://img534.imageshack.us/img534/6...3221242.th.png http://img854.imageshack.us/img854/1...3221250.th.png http://img835.imageshack.us/img835/2...3221309.th.png

marxian 2013-05-11 14:51

Re: cuteTube for Harmattan
 
Version 1.7.3 finally submitted to Nokia Store QA. Changelog:

* Full Vimeo support.
* New 'quick search' box.
* Additional 'simple' video player (sans comments/related videos).
* Option to use custom command for video playback.
* Improvements to the existing built-in video player.
* Splash screen now changes according to current application theme.
* HD Dailymotion video downloads restored.
* Font changes to improve readability.
* Fixed possible duplicate entries in subscriptions.
* Fixed error in retrieving some YouTube user profiles.
* Changes to accounts database means old accounts are removed.

Release notes in the store will be missing a couple of things due to 500 char limit.

zaidk9 2013-05-13 07:25

Freak huge update :D
Thank you so much
Well i have an idea
When i tap on download icon it should ask me which quality to download
Going in settings and changing the download quality isn't good :(

Garp 2013-05-17 09:28

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1342850)
Version 1.7.3 finally submitted to Nokia Store QA. Changelog:

* Full Vimeo support.
* New 'quick search' box.
* Additional 'simple' video player (sans comments/related videos).
* Option to use custom command for video playback.
* Improvements to the existing built-in video player.
* Splash screen now changes according to current application theme.
* HD Dailymotion video downloads restored.
* Font changes to improve readability.
* Fixed possible duplicate entries in subscriptions.
* Fixed error in retrieving some YouTube user profiles.
* Changes to accounts database means old accounts are removed.

Release notes in the store will be missing a couple of things due to 500 char limit.

When will the new version be avaiable on Store update?

marxian 2013-05-17 20:36

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by zaidk9 (Post 1343153)
Freak huge update :D
Thank you so much
Well i have an idea
When i tap on download icon it should ask me which quality to download
Going in settings and changing the download quality isn't good :(

It can be done, but the available formats differs for each video, and if you select multiple videos in a list there is no way to choose a single format for all the selected videos.

marxian 2013-05-17 20:38

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Garp (Post 1344258)
When will the new version be avaiable on Store update?

I decided to delay release to make some further tweaks to the transfer code. I'm just doing final testing again atm. The update should be in the store next week. :)

Garp 2013-05-31 16:30

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1344425)
I decided to delay release to make some further tweaks to the transfer code. I'm just doing final testing again atm. The update should be in the store next week. :)

Hi marxian
Any news?:)

Mikkosssss 2013-06-06 19:01

Re: cuteTube for Harmattan
 
Nice update. I like new stuff like quick search box.

But I liked how you could read comments when watching video landscape. I can live with it but I noticed that I read comments lot less now. :P

And could you make option for fullscreen. I think before update landscape was fullscreen?

Thanks. :)

Morpog 2013-06-06 19:22

Re: cuteTube for Harmattan
 
how can i watch password protected vimeo videos?

Mikkosssss 2013-06-06 22:14

Re: cuteTube for Harmattan
 
Found bug.
You cant rewind the video. :S

Havent tried fixing/rebooting but it doesnt work with any player.

edit. fixed with switching 360p option off.

Thanks for this awesome Youtube player.

Just486 2013-06-13 18:11

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by marxian (Post 1342850)
Version 1.7.3 finally submitted to Nokia Store QA. Changelog:

Finally, this update fixed my problem with the event feed integration.
(For an unknown reason, none of the previous versions updated the feed for me - I hope it won't broke agein in future updates)

Can you please implement the same changes around the updating mechanism in MusiKloud?

bandora 2013-07-02 03:42

Re: cuteTube for Harmattan
 
I just updated cuteTube from 1.5.3 to the newest version.. One thing that really bugs me about the new version is the splash screen.. Is there anyway to get the old splash screen back?

Akkumaru 2013-07-09 05:58

i can't seem to be able to play VEVO videos or any other official music channel. It says 'cannot play due to network error'. But i can play other youtube videos normally.

tcbl50 2013-07-09 07:22

Re: cuteTube for Harmattan
 
I made this request previously but is it possible for the cutetube player to show the related videos at the end of playback? This was available in the previous versions and qmltube on n900.

soryuuha 2013-07-10 04:57

Re: cuteTube for Harmattan
 
heads up from marxian :D

Quote:

Hi,

VEVO videos stopped working because YouTube now encrypts the signatures for VEVO videos. I have now fixed this for cuteTube, and will submit an update to Nokia Store as soon as testing is completed.

Best regards,

Stuart

Akkumaru 2013-07-26 16:36

Thanks, got an update. But it still doesn't work :( maybe youtube updated again?

Greendts 2013-07-30 08:09

In any ones experience, would running fastern9 1.1.6 be causing cuteTube to become non responsive??

Mikkosssss 2013-07-30 09:30

Re: cuteTube for Harmattan
 
Quote:

Originally Posted by Greendts (Post 1363801)
In any ones experience, would running fastern9 1.1.6 be causing cuteTube to become non responsive??

If you mean when minimized in background and sound wont play well, that can be caused by faster N9.

If normal use just watching videos I dont think so.

Mikkosssss 2013-08-05 23:00

Re: cuteTube for Harmattan
 
Anyone can watch k-18 videos?

Wont work for me. :(

Cant play some songs because of that.

Yes I am logged in and vids work with browser.

soryuuha 2013-08-06 02:17

Re: cuteTube for Harmattan
 
Maybe that vids are encrypted, stuart is working on workaround..


All times are GMT. The time now is 11:06.

vBulletin® Version 3.8.8