Active Topics

 



Notices


Reply
Thread Tools
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#921
Sorry for the wait, I've been somewhat intoxicated all day (football, apparently. Reading took a beating).

In my .pro file, I have
Code:
QML_IMPORT_PATH = "/opt/qtm12/imports/"
Code:
maemo5 {
  CONFIG += mobility12
MOBILITY += multimedia
}
In my main.cpp, I have
Code:
#include <QtGui/QApplication>
#include <QDeclarativeEngine>
#include "qmlapplicationviewer.h"

int main(int argc, char *argv[])
{
    QApplication app(argc, argv);
    QApplication::setGraphicsSystem("opengl");


    QmlApplicationViewer viewer;
    viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto);
        viewer.engine()->addImportPath(QString("/opt/qtm12/imports"));
    viewer.setMainQmlFile(QLatin1String("qml/Mobil/main.qml"));
    viewer.showFullScreen();

    return app.exec();
}
and in my main.qml, I have
Code:
import QtMultimediaKit 1.1
Only the relevant lines are listed above.
 

The Following User Says Thank You to Reffyyyy For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#922
Originally Posted by Reffyyyy View Post
I'll take a look when I get home tomorrow. Have you edited the pro file? Try the QML Import path and maybe the "Config" field too.
I have tried setting the QML import path to both /opt/qtm12/imports and /opt/qmt12/plugins. I did previously set the config to += mobility12 and mobility+= multimedia, but I removed these after reading (in the Wiki) that they are unnecessary when using the QML plugins.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post:
Posts: 395 | Thanked: 255 times | Joined on Nov 2010
#923
Stupid question.

If the version 0.8.2 in Extras-testing just need 1 vote and the Quarantine ended, still needs 1 vote to could be promote to Extras?.

Grettings.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#924
Originally Posted by s4br0s0 View Post
Stupid question.

If the version 0.8.2 in Extras-testing just need 1 vote and the Quarantine ended, still needs 1 vote to could be promote to Extras?.

Grettings.
I think the remaining vote needs to come from a community tester.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post:
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#925
Version 0.9.0 should be in extras-devel soon. Changelog:

* Added internal media player that enables playback of playlists and multiple videos.
* Videos can be rated and added to favourites during playback (using internal media player).
* Fixed string encoding for YouTube and Facebook posts.
* Added playlist info dialog that enables playback/download of playlists.
* Added 'Play all' button in playlist video list.
* Added ability to select and play multiple videos.
* Changed behaviour of automatic loading of video items (items are now loaded once the last item of the list is reached).
* Minor UI tweaks.
* Removed animated download indicator (to save CPU cycles).

How do I control the player?

* Tap once to show controls, and again to hide them (controls will hide automatically after 3 seconds).

* When controls are visible, tap the title-bar to show the playlist and like/dislike/favourite buttons. You can scroll through the playlist and select a video at any time.

* Long-press to pause/resume playback.

* Swipe from left to right to go to the previous video, or from right to left to go to the next video.

I still cannot get the QtMobility imports working using the Wiki instructions, so I've decided to release this so others can test. It may be an issue with my device. No harm can be caused, and everything else will function correctly. If the player does not work when launching from the shortcut, please try

Code:
export QT_PLUGIN_PATH=/opt/qtm12/plugins
then

Code:
/opt/usr/bin/qmltube
This should definitely work, until I can figure out what is going on.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2011-06-01 at 11:33.
 

The Following 14 Users Say Thank You to marxian For This Useful Post:
Posts: 306 | Thanked: 106 times | Joined on Feb 2010
#926
Originally Posted by marxian View Post
My next projects are BeBeCe and a MythTV-related application.

P.S cuteTube has support for network proxies.
MythTV application would be awesome. What do you have in mind?
__________________
------------------------------------------------------------------
Voice choppy on sip calls
Please vote for bug number 10388
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#927
Originally Posted by rajil.s View Post
MythTV application would be awesome. What do you have in mind?
A control application similar to the Android XBMC application, that will also enable you to browse the EPG and schedule recordings. It will not be a frontend (I should put that in a big red font ).
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post:
Posts: 328 | Thanked: 72 times | Joined on Oct 2010 @ Venezuela
#928
boss app Marxian
 
Posts: 535 | Thanked: 598 times | Joined on Apr 2011 @ Republic of the Philippines
#929
thank you very much for developing this great app and for all the wonderful updates!
 
Banned | Posts: 695 | Thanked: 308 times | Joined on Apr 2011 @ originally pakistan ,now in china
#930
marxian dude may i know how to use proxy settings to watch youtube videos here in china ?
what are settings ?
how to implement them ?
youtube is blocked here in china ,so ?
 
Reply

Tags
cutetube, marxian = god, marxian legend, son of a gun, son of douche, son of fail, son of god, youtube


 
Forum Jump


All times are GMT. The time now is 20:42.