Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client

    Reply
    Page 5 of 197 | Prev |   3     4   5   6     7   15 | Next | Last
    Reflektorfalke | # 41 | 2011-04-05, 20:33 | Report

    Originally Posted by MohammadAG View Post
    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!

    Edit | Forward | Quote | Quick Reply | Thanks

     
    marxian | # 42 | 2011-04-05, 20:41 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 2 Users Say Thank You to marxian For This Useful Post:
    bigears5000, sbock

     
    uvatbc | # 43 | 2011-04-05, 20:43 | Report

    @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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Tiboric | # 44 | 2011-04-05, 20:44 | Report

    wow marxian it looks beautiful,
    Thanks for the many weeks of coding and testing you must have done.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Reflektorfalke | # 45 | 2011-04-05, 20:53 | Report

    Originally Posted by marxian View Post
    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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    TheLongshot | # 46 | 2011-04-05, 20:53 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by TheLongshot; 2011-04-05 at 20:56.

     
    slender | # 47 | 2011-04-05, 21:00 | Report

    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.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Shinigamijim | # 48 | 2011-04-05, 21:03 | Report

    Just Downloaded it !!

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

    Edit | Forward | Quote | Quick Reply | Thanks

     
    marxian | # 49 | 2011-04-05, 21:08 | Report

    Originally Posted by Reflektorfalke View Post
    Confirmed, works like a charm (again) when launching from within info screen...guess it stopped working when I discovered the long-press dialog
    Bug fixed for 0.2.18, which should be in extras-devel soon.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following 3 Users Say Thank You to marxian For This Useful Post:
    bigears5000, Reflektorfalke, sbock

     
    marxian | # 50 | 2011-04-05, 21:13 | Report

    Originally Posted by uvatbc View Post
    @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.

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to marxian For This Useful Post:
    OVK

     
    Page 5 of 197 | Prev |   3     4   5   6     7   15 | Next | Last
vBulletin® Version 3.8.8
Normal Logout