Active Topics

 



Notices


Reply
Thread Tools
Posts: 169 | Thanked: 71 times | Joined on Aug 2010 @ Spain
#1021
@Marxian
or anybody there.

I have the latest version of cutetube-qml in extras-devel. I'm unable to find the download queue. Is there a way to access it? If so, how can I get there?

Thanks in advance. Great work.
 
Posts: 189 | Thanked: 53 times | Joined on Aug 2010 @ Netherlands
#1022
Originally Posted by jpala16 View Post
@Marxian
or anybody there.

I have the latest version of cutetube-qml in extras-devel. I'm unable to find the download queue. Is there a way to access it? If so, how can I get there?

Thanks in advance. Great work.
It is in the dropdown menu, access with the arrow like right next to the search button at the homescreen.
Swipe/slide this arrow down and the drop down menu apears.
 

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

* Removed unnecessary fetching of data when viewing playlist videos.
* Fixed a bug that resulted in the playlist dialog not closing when choosing to play a playlist.
* Comments can now be added during video playback in 'info' mode.
* Comments are now posted using an animated text box, which replaces the old 'Add Comment' dialog.
* Added 'Hints and tips' and 'Donate' sections to the 'About' dialog.

I have also re-enabled support for Xtube, which is updated to version 0.3.0.

The download queue is now accessed via a tap, rather than a dragging gesture.
__________________
'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 21 Users Say Thank You to marxian For This Useful Post:
Posts: 40 | Thanked: 20 times | Joined on Oct 2010
#1024
@marxian
Could you kindly explain how to run the built-in player? I tried to do as told in the first post but did not work, or my mistake .. I would be grateful if you explain to me what to do in simple words .. Thank you!
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#1025
Originally Posted by Berkt View Post
@marxian
Could you kindly explain how to run the built-in player? I tried to do as told in the first post but did not work, or my mistake .. I would be grateful if you explain to me what to do in simple words .. Thank you!
1. Launch xterm and enter

Code:
export QT_PLUGIN_PATH=/opt/qtm12/plugins
2. In xterm, enter

Code:
/opt/usr/bin/qmltube
to run the application. If the player doesn't work, you may at least get some output to the terminal to indicate why, although if it's down to an incorrect/missing plugin path, I don't think you will get anything useful. You could try checking that the above path exists.

Some users have found that the above command is not necessary, which suggests that the source of the problem is not my code (I followed the documented instructions to the letter). There must be some difference in Qt/QtMobility installations that is causing the issue.
__________________
'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 2 Users Say Thank You to marxian For This Useful Post:
Posts: 143 | Thanked: 29 times | Joined on Jul 2010 @ France, St Martin
#1026
Originally Posted by marxian View Post
1. Launch xterm and enter

Code:
export QT_PLUGIN_PATH=/opt/qtm12/plugins
2. In xterm, enter

Code:
/opt/usr/bin/qmltube
to run the application. If the player doesn't work, you may at least get some output to the terminal to indicate why, although if it's down to an incorrect/missing plugin path, I don't think you will get anything useful. You could try checking that the above path exists.

Some users have found that the above command is not necessary, which suggests that the source of the problem is not my code (I followed the documented instructions to the letter). There must be some difference in Qt/QtMobility installations that is causing the issue.
So trying to say i need to install qtmobility package
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#1027
Update on the plugin path issue:

I just installed the QML Space Invaders game, and now I'm able to use the cuteTube player without exporting the plugin path in xterm, so I guess I need to amend the dependencies. I'll take a closer look and push an update as soon as I have it sorted. In the meantime, you can install Space Invaders and play a cool game aswell as being able to use the cuteTube player.
__________________
'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 5 Users Say Thank You to marxian For This Useful Post:
Posts: 143 | Thanked: 29 times | Joined on Jul 2010 @ France, St Martin
#1028
Originally Posted by marxian View Post
Update on the plugin path issue:

I just installed the QML Space Invaders game, and now I'm able to use the cuteTube player without exporting the plugin path in xterm, so I guess I need to amend the dependencies. I'll take a closer look and push an update as soon as I have it sorted. In the meantime, you can install Space Invaders and play a cool game aswell as being able to use the cuteTube player.
I install QML space invaders but is not working,but i think i need to in-port the plugins i'm not sure
 
Posts: 40 | Thanked: 20 times | Joined on Oct 2010
#1029
Originally Posted by marxian View Post
1. Launch xterm and enter

Code:
export QT_PLUGIN_PATH=/opt/qtm12/plugins
2. In xterm, enter

Code:
/opt/usr/bin/qmltube
to run the application. If the player doesn't work, you may at least get some output to the terminal to indicate why, although if it's down to an incorrect/missing plugin path, I don't think you will get anything useful. You could try checking that the above path exists.

Some users have found that the above command is not necessary, which suggests that the source of the problem is not my code (I followed the documented instructions to the letter). There must be some difference in Qt/QtMobility installations that is causing the issue.
Thanks for the reply, I have done step by step your instructions, here is the response from xterm:

Code:
Nokia-N900:~# export QT_PLUGIN_PATH=/opt/qtm12/plugins
Nokia-N900:~# /opt/usr/bin/qmltube
QSqlDatabasePrivate::addDatabase: duplicate connection name 'qt_sql_default_connection', old connection removed.
file:///opt/usr/share/qmltube/qml/qmltube/UserVideosView.qml:26: ReferenceError: Can't find variable: videoListModel
QObject::connect: Cannot queue arguments of type 'QNetworkConfigurationPrivatePointer'
(Make sure 'QNetworkConfigurationPrivatePointer' is registered using qRegisterMetaType().)
Nokia-N900:~#
I tried to install spaceinvaders but nothing has changed, the player does not work..
 
Posts: 33 | Thanked: 10 times | Joined on Apr 2010 @ the netherlands
#1030
Dutch translation whit out Hints and Tips.
I do the hints and tips in the final version because i don't have that much time and maybe it change a lot.

keep up the good work
Attached Files
File Type: zip qml_nl.zip (9.5 KB, 144 views)
 

The Following User Says Thank You to flatser For This Useful Post:
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 12:34.