| Prev |   3     4   5   6     7   15 | Next | Last
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)

Reflektorfalke 2011-04-05 20:33

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

Originally Posted by MohammadAG (Post 982629)
The stock player discards some useful error messages.
dbus-monitor --session | grep -A 7 error
You should get something with mafw in it, an error, a number, and a string containing details about the error.

Ok made a new grep with v0.2.17, looks more appropriate as there is at least the link to youtube included...

Code:

Nokia-N900:~# dbus-monitor --session |grep -A 7 error
  string "type='error'"
method call sender=:1.147 -> dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer serial=116 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.renderer; member=get_status
method return sender=:1.45 -> dest=:1.147 reply_serial=116
  uint32 1
  uint32 0
  int32 0
  string "urisource::http://www.youtube.com/watch?v=ZUJGl...e_gdata_player"
method call sender=:1.147 -> dest=com.nokia.mafw.playlist serial=117 path=/com/nokia/mafw/playlist; interface=com.nokia.mafw.playlist; member=create_playlist
--
  string "error-policy"
  variant      uint32 1
signal sender=:1.45 -> dest=(null destination) serial=234 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.extension; member=property_changed
  string "error-policy"
  variant      uint32 1
method call sender=:1.147 -> dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer serial=124 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.renderer; member=stop
method return sender=:1.45 -> dest=:1.147 reply_serial=124
method call sender=:1.147 -> dest=com.nokia.mafw.playlist serial=125 path=/com/nokia/mafw/playlist/1; interface=com.nokia.mafw.playlist; member=get_size
method return sender=:1.76 -> dest=:1.147 reply_serial=125
  uint32 1
method call sender=:1.147 -> dest=com.nokia.mafw.playlist serial=126 path=/com/nokia/mafw/playlist/1; interface=com.nokia.mafw.playlist; member=clear
--
error sender=:1.147 -> dest=:1.144 error_name=org.freedesktop.DBus.Error.UnknownMethod reply_serial=17
  string "Method "mime_open" with signature "s" on interface "com.nokia.mediaplayer" doesn't exist
"
method call sender=:1.147 -> dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer serial=132 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.renderer; member=get_status
method return sender=:1.45 -> dest=:1.147 reply_serial=132
  uint32 1
  uint32 4294967295
  int32 0
--
signal sender=:1.45 -> dest=(null destination) serial=246 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.extension; member=error
  string "com.nokia.mafw.error.renderer"
  int32 15
  string "text/html decoder"
method call sender=:1.147 -> dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer serial=144 path=/com/nokia/mafw/renderer/gstrenderer; interface=com.nokia.mafw.renderer; member=stop
method return sender=:1.45 -> dest=:1.147 reply_serial=144
method call sender=:1.147 -> dest=org.maemo.Playback.Manager serial=145 path=/org/maemo/Playback/Manager; interface=org.maemo.Playback.Manager; member=RequestState
  object path "/org/maemo/playback1"
  string "Stop"
 
 

Thanks for your help!

marxian 2011-04-05 20:41

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
There is a bug in my code. :/ Videos will play if you launch from within the video info screen, but not if you launch via the long-press dialog. I'll fix it and update soon. :)

uvatbc 2011-04-05 20:43

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
@marxian: now that you've moved to using QML for cutetube, is it possible to use on the desktop?
I had tried it with the non-QML cutetube, but there were so many Maemo specific things I had to change that I eventually gave up on it.

Tiboric 2011-04-05 20:44

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
wow marxian it looks beautiful,
Thanks for the many weeks of coding and testing you must have done.

Reflektorfalke 2011-04-05 20:53

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

Originally Posted by marxian (Post 982654)
There is a bug in my code. :/ Videos will play if you launch from within the video info screen, but not if you launch via the long-press dialog. I'll fix it and update soon. :)

Confirmed, works like a charm (again) when launching from within info screen...guess it stopped working when I discovered the long-press dialog :D

TheLongshot 2011-04-05 20:53

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Seem to have some problems with search. All searches return results, but only the first one overall will actually go to the video page if you select the item. All the others return a blank page.

For example, I type as my first search term "Mario". It returns a list of videos and I select one and it displays the page. I next type in "Super Mario Galaxy" and it correctly returns a list. But, if I select one of the videos it just gives me a blank screen.

If I close and reopen the application, only that first search term ("Mario" in this case) will work correctly.

slender 2011-04-05 21:00

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Fluid nice UI. Going to give detailed feedback when I have time.

Still had to agree with cjp on that external player (kmplayer or media player) beats old cutetubes player. Faster buffering, faster skipping, better UI and actually sometimes faster loading. IIRC I requested that these would be readded to old cutetube.

Shinigamijim 2011-04-05 21:03

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Just Downloaded it !!

I was waiting for this for a very long time Thank You!

marxian 2011-04-05 21:08

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

Originally Posted by Reflektorfalke (Post 982662)
Confirmed, works like a charm (again) when launching from within info screen...guess it stopped working when I discovered the long-press dialog :D

Bug fixed for 0.2.18, which should be in extras-devel soon. :)

marxian 2011-04-05 21:13

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

Originally Posted by uvatbc (Post 982655)
@marxian: now that you've moved to using QML for cutetube, is it possible to use on the desktop?
I had tried it with the non-QML cutetube, but there were so many Maemo specific things I had to change that I eventually gave up on it.

It will mostly work fine on the desktop. The only thing that would need to change is the dbus commands for video playback. If I were using QtMobility-Multimedia to play the videos, the code would work without modification.

The only other downside would be that the UI does not resize that well, so it would not look good if used in full-screen on the desktop.


| Prev |   3     4   5   6     7   15 | Next | Last
All times are GMT. The time now is 21:04.

vBulletin® Version 3.8.8