maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client (https://talk.maemo.org/showthread.php?t=71826)

augustthe 2011-06-02 13:07

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
i cant get the build in cutetube player to play can anybody help me out please

demolition 2011-06-02 15:00

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
@marxian
Loving cutetube/qmltube. Your work is amazing.
Quick heads up though: On the first post of the original cutetube thread, there's a link to this thread. I think there's a typo in the uri, which is currenty
HTML Code:

http://"http//talk.maemo.org/showthread.php?t=71826
I was looking for some info and found myself at the microB "server not found" screen. Hope you don't mind me pointing this out.

drangina 2011-06-02 16:41

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

Originally Posted by augustthe (Post 1020930)
i cant get the build in cutetube player to play can anybody help me out please

I had the same problem. I checked the setting and choose cute-media player and it working now.
Good luck

edoiks 2011-06-02 16:53

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

Originally Posted by carlos2005 (Post 1020449)
Sound in cuteTube player doesn't play when Silent profile is activated.

The same for me.

edoiks 2011-06-02 16:58

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
I just want to ask is there a way to implement automatic download only when I am using wifi network, and on 3G to not start downloads?

canuckkat 2011-06-02 18:00

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Is it possible it send back to youtube that you watched something? I just noticed that now youtube keeps track of when you watch something (and shows up with a "watched" label in subscriptions on the homepage).

Otherwise, this is a beautiful WIP!

marxian 2011-06-02 18:34

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Version 0.9.2 should be in extras-devel soon. Changelog:

* Added audio playback mode that is chosen automatically for audio files, and can also be chosen manually during playback.
* Added audio download button to playback button area.

You can switch between audio and video modes using the tool button next to the minimize button. This is useful when watching those music videos that use a still image instead of a video.

http://img703.imageshack.us/img703/6...1060219280.png

marxian 2011-06-02 18:38

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

Originally Posted by canuckkat (Post 1021148)
Is it possible it send back to youtube that you watched something? I just noticed that now youtube keeps track of when you watch something (and shows up with a "watched" label in subscriptions on the homepage).

Otherwise, this is a beautiful WIP!

The problem is that video playback does not take place via the API (you can blame the greedy advertising revenue junkies Google for this), so although you are signed in via the API, you would need to be signed in to the website to communicate when you have watched a video.

augustthe 2011-06-03 01:33

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
The built in cuteplayer is not working , I try the root code a few thread back but nothing and i also try reinstalling the package no good either can anyone me help out

N900@900MHz 2011-06-03 07:24

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
hello,

search function is not working anymore. since latest update.
anyone expericed this?

any sugeestions to fix this?

thanks

rotoflex 2011-06-03 12:13

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Works OK for me.

elie-7 2011-06-03 12:49

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
the same problem even after the last update, videos just refuse to play :(

lidow 2011-06-03 19:00

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
internal player only starts if export ..... and start cutetube from the xterm.
I'm with power47 and cssu15.

Proposals are welcomed?

handaxe 2011-06-03 19:47

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

Originally Posted by augustthe (Post 1021376)
The built in cuteplayer is not working , I try the root code a few thread back but nothing and i also try reinstalling the package no good either can anyone me help out

If you start cute from the CLI with command "/opt/usr/bin/qmltube" what if any errors do you get?

augustthe 2011-06-03 19:53

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

Originally Posted by handaxe (Post 1021851)
If you start cute from the CLI with command "/opt/usr/bin/qmltube" what if any errors do you get?

I get this error when trying to start the cuteplayer
ile:///opt/usr/share/qmltube/qml/qmltube/VideoPlaybackView.qml:2:1: module "QtMultimediaKit" is not installed

handaxe 2011-06-03 20:00

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

Originally Posted by augustthe (Post 1021856)
I get this error when trying to start the cuteplayer
ile:///opt/usr/share/qmltube/qml/qmltube/VideoPlaybackView.qml:2:1: module "QtMultimediaKit" is not installed

Strange, as that should have been pulled as a dependency. Check that libqtm-12-multimedia is installed and install if not.

augustthe 2011-06-03 21:33

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

Originally Posted by handaxe (Post 1021858)
Strange, as that should have been pulled as a dependency. Check that libqtm-12-multimedia is installed and install if not.

i check,it's install i dont what went wrong no luck at all

JamesBond@ge 2011-06-03 21:50

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

Originally Posted by augustthe (Post 1021376)
The built in cuteplayer is not working , I try the root code a few thread back but nothing and i also try reinstalling the package no good either can anyone me help out

Works here !??

Stock N900, no CSSU or overclockage. Standard.

augustthe 2011-06-03 22:01

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

Originally Posted by JamesBond@ge (Post 1021903)
Works here !??

Stock N900, no CSSU or overclockage. Standard.

maybe i got a conflicted pakage that making the player to dont work

handaxe 2011-06-03 22:08

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

Originally Posted by augustthe (Post 1021913)
maybe i got a conflicted pakage that making the player to dont work

hang on, if it is installed then this is a path issue. Wait for Marxian to comment as I don't know what is the export variable name, something like QT-LIBRARY-PATH..

robin92 2011-06-03 23:08

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
request!
It should be nice with
when you press on a youtube link on another site, it should start in cutetube-qml

uvatbc 2011-06-03 23:59

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Two things:
1. In the playlists list view: It's possible to scroll past the playlists that I have saved. I see blank space (multiple blank entries?). This needs to be fixed.
2. Is it possible to show the "Watch Later" playlist and play it?

TMavica 2011-06-04 00:51

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
I can play at cuteplayer, only problem is no sound

marxian 2011-06-04 01:00

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

Originally Posted by uvatbc (Post 1021967)
Two things:
1. In the playlists list view: It's possible to scroll past the playlists that I have saved. I see blank space (multiple blank entries?). This needs to be fixed.
2. Is it possible to show the "Watch Later" playlist and play it?

1. It works that way by design, so does not need to be fixed.
2. No


Quote:

Originally Posted by TMavica (Post 1021982)
I can play at cuteplayer, only problem is no sound

Are you using the silent profile? There is currently no sound when in silent profile. I don't know of a way around this when using QtMobility.

marxian 2011-06-04 01:02

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Version 0.9.4 should be in extras-devel soon. Changelog:

* Added info mode to video playback, where info and comments can be read whilst the video is playing.

http://img803.imageshack.us/img803/7...1060401480.png

TMavica 2011-06-04 01:36

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
not in silent mode

TMavica 2011-06-04 01:37

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
fixed myself...by the way thanks!

augustthe 2011-06-04 02:38

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
im asking for help i'm not really getting help at all now i try fixing the problem my self now my phone don't want to boot to the custom kernel.

Berkt 2011-06-04 07:48

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
@marxian
Maybe I'm wrong, but the cuteTube player still does not work..
I attach two screenshots, the video does not load in any way, what should I do to get it to work?

http://i52.tinypic.com/23875x.png

http://i54.tinypic.com/fwj2uq.png

kcfischer 2011-06-04 10:31

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

Originally Posted by TMavica (Post 1022001)
fixed myself...by the way thanks!

I have the same problem, with cu-player no sound. how did you fix?

marxian 2011-06-04 10:37

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

Originally Posted by Berkt (Post 1022066)
@marxian
Maybe I'm wrong, but the cuteTube player still does not work..
I attach two screenshots, the video does not load in any way, what should I do to get it to work?

Have you followed the instructions that I posted? I have also put them on the first post of the thread (I update this after each update).

Some users have reported that they don't need to perform these steps, so it would seem that there is a device-dependent issue that requires the QT_PLUGIN_PATH variable to be exported.

Berkt 2011-06-04 11:09

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
in the terminal i execute:

Quote:

export QT_PLUGIN_PATH=/opt/qtm12/plugins
then

Quote:

/opt/usr/bin/qmltube
but nothing, it doesn't work..

elie-7 2011-06-04 11:09

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

Originally Posted by marxian (Post 1022124)
Have you followed the instructions that I posted? I have also put them on the first post of the thread (I update this after each update).

Some users have reported that they don't need to perform these steps, so it would seem that there is a device-dependent issue that requires the QT_PLUGIN_PATH variable to be exported.

and is there a solution for this ??

flatser 2011-06-04 11:32

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
1 Attachment(s)
I've got no problems whit the cuteTube Player nice release!!:D

The new dutch translations version 0.9.4

corduroysack 2011-06-04 11:32

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
all's well here, running v47 and latest cssu with no problems :)

i did update about 17 packages through terminal the other week don't know if this had any effect on it.

bitrocky 2011-06-04 16:56

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
I also have no problems with the internal player (kernelpower v47, latest cssu, didn't had to do anything in xterm)!

Marxian, will it be possible in the future to play 360p and greater videos with the internal videoplayer? Or could you then play it with mplayer?
I downloaded them with a previous version of qmltube.

And what about a portrait mode for the videoplayer (video above with the info/coments/playlist beneath)?
Would be very nice!

robin92 2011-06-04 20:06

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
* Added audio playback mode that is chosen automatically for audio files, and can also be chosen manually during playback.

where you found this in the latest version ? :S


BTW!
where is facebook-qml :D:D:D:D:D:D:D:D:D:D:D?

Shinigamijim 2011-06-04 20:13

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
The only problem i have is that there is no pause option ... =)

bitrocky 2011-06-04 21:05

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

Originally Posted by Shinigamijim (Post 1022362)
The only problem i have is that there is no pause option ... =)

you have to touch and hold (anywhere) to pause/resume!

edoiks 2011-06-04 21:17

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

Originally Posted by kcfischer (Post 1022121)
I have the same problem, with cu-player no sound. how did you fix?

Put device into standard mode, not silent,


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

vBulletin® Version 3.8.8