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)

marxian 2011-08-05 12:54

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

Originally Posted by vi_ (Post 1064594)
Running a freshly installed version of 1.0.10, searching for videos is fine however I cannot view them as it returns the error:

Code:

Error: unable to retrieve video.
Is there anyway to get more meaningful debug?

http://pastebin.com/zik4U4sC

There isn't any verbose logging to the console. The warning message regarding QNetworkConfigurationPrivatePointer can be ignored.

Can you give an example video and tell me which quality setting you are using. There were still some remaining issues with retrieving the video URL, which I have fixed this afternoon. I'm testing to confirm atm.

EDIT: YouTube appear to have changed to FLV for the 'mobile' stream (the URL contains '&type=video/x-flv'), so these streams can be downloaded, but will not play (at least not using the gstreamer backend), so I may have to remove the 'mobile' quality option.

marxian 2011-08-05 13:59

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

Changelog:

* Fixed some remaining issues with playback/download of YouTube videos.
* Removed 'mobile' quality setting.

I've tested quite a few videos (including VEVO etc), and they all appear to be working.

Alfred 2011-08-05 14:09

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Mine worked even with 1.0.11

lidow 2011-08-05 16:33

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Updated to 1.0.12. Tahnks

Playback is working, but I have again problem with white theme in Info mode. Happened few versions ago, was fixed, now is not ok.

JamesBond@ge 2011-08-06 00:57

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Marxian = my favourite Northerner ;-)

Thanks!

hugyzhugs 2011-08-07 03:55

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
how do i update my cutetube xml? i tried to search it on app manager couldn't find it.

natedog400 2011-08-08 12:51

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Not been here for a while so forgive me if i've missed summot ..
why Removed 'mobile' quality setting ? I kinda need it coz my tinterweb can be a bit **** sometimes?

marxian 2011-08-08 18:02

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

Originally Posted by natedog400 (Post 1066018)
Not been here for a while so forgive me if i've missed summot ..
why Removed 'mobile' quality setting ? I kinda need it coz my tinterweb can be a bit **** sometimes?

YouTube have changed the codec that is used for the 'mobile' stream, at least for the newer videos. The videos will not play anymore. :(

natedog400 2011-08-08 18:59

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

Originally Posted by marxian (Post 1066154)
YouTube have changed the codec that is used for the 'mobile' stream, at least for the newer videos. The videos will not play anymore. :(

Thats pants! Oh well, thanks for clearing that up :)

R@ptor 2011-08-08 20:50

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Hi marxian. Can you give me some hint to solve my issue? I'm trying to translate cuteTube, but when I put qm file generated from ts file to /opt/usr/share/qmltube/qml/qmltube/i18n and start cutetube, application is still in English (for testing purposes I'm translating english language file) instead of in my language.

From which file is application taking an English strings, when original English (qml_en.qm) file is already translated? From base.qm?

Or maybe some error in generated qm file?

marxian 2011-08-08 21:47

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

Originally Posted by R@ptor (Post 1066217)
Hi marxian. Can you give me some hint to solve my issue? I'm trying to translate cuteTube, but when I put qm file generated from ts file to /opt/usr/share/qmltube/qml/qmltube/i18n and start cutetube, application is still in English (for testing purposes I'm translating english language file) instead of in my language.

From which file is application taking an English strings, when original English (qml_en.qm) file is already translated? From base.qm?

Or maybe some error in generated qm file?

The qml_en.qm file is used for the English strings, although there is no difference between that file and the base.qm file. If you are translating to a language that is not included in the settings, then it will not work, as the application only looks for the supported language codes, which are:

Code:

de, en, fi, de, it, pl, pt, ru
If you replace one of the existing files with you own, then it should work. If you have an additional language that you would like the application to support, then you can post the .ts file here and I will include it in the next update. :)

EDIT: I might in future enable users to add any language of their choice by detecting the available translation files and adding the appropriate entries to the settings dialog. :)

R@ptor 2011-08-08 22:14

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Biggest problem is, that I'm trying to replace existing language, but... it doesnt work :D And that is what I don't understand.

I'm generating qm file with "lrelease" from qt4-dev-tools on Ubuntu with no additional options (like no-compress, etc...)

I would be very happy, if you would like to add my translation to next cuteTube version, but I want test it before. :) You know... Due to mistakes correction, etc...

hugyzhugs 2011-08-08 23:09

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Hi im not very tech savy can someone teach me how to install new verson for cutetube? and do i hav to uninstall my cutetube first before installing an update?

Brian_7 2011-08-09 00:20

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
Hello Marxian. I found a problem. When i try to open this video from the search box, it says that it is not available:

http://www.youtube.com/watch?v=LOCe7gafd2M

demolition 2011-08-09 00:40

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

Originally Posted by hugyzhugs (Post 1066285)
Hi im not very tech savy can someone teach me how to install new verson for cutetube? and do i hav to uninstall my cutetube first before installing an update?

@hugyzhug
There are two versions: cuteTube and cutelTube-qml.

As far as I am aware, the latter is more up to date and has more features*. I believe it's possible to have both versions installed at once but most people just have one**.

For any given piece of software, it shouldn't make any difference whether you manually uninstall an old version of a programme then install the new one, or automatically upgrade/update to the new one, except it should be quicker to do update. It's also possible you will lose certain settings if you uninstall something but often these are stored separately from the programme binaries, in which case you won't.

How to install qmlTube: (using built-in application manager)
- Open application manager
- Press the bar at the top and ensure the maemo.org "extras", "Nokia Applications" and "Nokia SSU" catalogues are definied and active. See wiki for info on repositories.
- Press "Download" (middle)
- Press "All" (top left)
- type "cutet" (search)
- press on cuteTube-qml
- check the check-box and press "continue".
... follow any other onscreen installation instructions.

For updating, as above except:
- swap Update (right) for Download (middle)
- there probably won't be many programmes to update so probably no need to type to search. Just select the one you want.

Right now, the latest version in extras is v0.8.2, In testing and devel 1.0.12 is available - careful of these repos though!

* , ** from what I understand, not from direct experience

N900L 2011-08-09 01:49

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
hi marxian
cutetube qml is the best app for watching videos on the n900 ive seen.
i have two questions:

1.is it possible to get live streams from dailymotion to work
i cant watch live streams from dailymotion (for example live streams from livestation channel).

2. vimeo isnt working for me
it loads and loads but doesnt show the results.
or am im waiting too short?

thanks to you i can still watch dailymotion on my n900 as the web browser doesnt show or cant show videos from dailymotion.

thx

hugyzhugs 2011-08-09 05:02

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

Originally Posted by demolition (Post 1066313)
@hugyzhug
There are two versions: cuteTube and cutelTube-qml.

As far as I am aware, the latter is more up to date and has more features*. I believe it's possible to have both versions installed at once but most people just have one**.

For any given piece of software, it shouldn't make any difference whether you manually uninstall an old version of a programme then install the new one, or automatically upgrade/update to the new one, except it should be quicker to do update. It's also possible you will lose certain settings if you uninstall something but often these are stored separately from the programme binaries, in which case you won't.

How to install qmlTube: (using built-in application manager)
- Open application manager
- Press the bar at the top and ensure the maemo.org "extras", "Nokia Applications" and "Nokia SSU" catalogues are definied and active. See wiki for info on repositories.
- Press "Download" (middle)
- Press "All" (top left)
- type "cutet" (search)
- press on cuteTube-qml
- check the check-box and press "continue".
... follow any other onscreen installation instructions.

For updating, as above except:
- swap Update (right) for Download (middle)
- there probably won't be many programmes to update so probably no need to type to search. Just select the one you want.

Right now, the latest version in extras is v0.8.2, In testing and devel 1.0.12 is available - careful of these repos though!

* , ** from what I understand, not from direct experience

Thanks for the help, so i installed cutetube-qml but it can't play videos everytime i play a video it always says unable to retrieve video.

N900L 2011-08-09 09:01

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
hi marxian
cutetube qml is the best app for watching videos on the n900 ive seen.
i have two questions:

1.is it possible to get live streams from dailymotion to work
i cant watch live streams from dailymotion (for example live streams from livestation channel).

2. vimeo isnt working for me
it loads and loads but doesnt show the results.
or am im waiting too short?

thanks to you i can still watch dailymotion on my n900 as the web browser doesnt show or cant show videos from dailymotion.

thx

robin92 2011-08-09 09:05

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

Originally Posted by marxian (Post 1066242)
The qml_en.qm file is used for the English strings, although there is no difference between that file and the base.qm file. If you are translating to a language that is not included in the settings, then it will not work, as the application only looks for the supported language codes, which are:

Code:

de, en, fi, de, it, pl, pt, ru
If you replace one of the existing files with you own, then it should work. If you have an additional language that you would like the application to support, then you can post the .ts file here and I will include it in the next update. :)

EDIT: I might in future enable users to add any language of their choice by detecting the available translation files and adding the appropriate entries to the settings dialog. :)

Hi
I can translate cutetube-qml into swedish if you want?

marxian 2011-08-09 09:56

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

Originally Posted by N900L (Post 1066457)
hi marxian
cutetube qml is the best app for watching videos on the n900 ive seen.
i have two questions:

1.is it possible to get live streams from dailymotion to work
i cant watch live streams from dailymotion (for example live streams from livestation channel).

2. vimeo isnt working for me
it loads and loads but doesnt show the results.
or am im waiting too short?

thanks to you i can still watch dailymotion on my n900 as the web browser doesnt show or cant show videos from dailymotion.

thx

1. It may be possible. I couldn't get the YouTube live streams working, but I'll take a look at the Dailymotion streams. I use the iPhone streams for the recorded videos, so it will be easier if the live streams are available for the iPhone.

2. I'm having problems with vimeo blocking requests (invalid API key). I'll try to get this fixed as soon as I can. It's something that I'll need to contact vimeo about.

marxian 2011-08-09 09:59

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

Originally Posted by robin92 (Post 1066460)
Hi
I can translate cutetube-qml into swedish if you want?

Sure. :) It might be best to wait for the next release, as the translation files need updating.

marxian 2011-08-09 10:10

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

Originally Posted by Brian_7 (Post 1066310)
Hello Marxian. I found a problem. When i try to open this video from the search box, it says that it is not available:

http://www.youtube.com/watch?v=LOCe7gafd2M

In one of the earlier releases, I set the criteria too strict when returning search results, which meant that some videos that could be played were not displayed. I fixed this for the search results, but I forgot to fix the search using a video URL. I have now fixed it for the next update. :)

robin92 2011-08-09 10:46

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

Originally Posted by marxian (Post 1066480)
Sure. :) It might be best to wait for the next release, as the translation files need updating.

But one problem I dont now how the translate file should look...
Can you explain?

marxian 2011-08-09 12:24

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

Originally Posted by robin92 (Post 1066505)
But one problem I dont now how the translate file should look...
Can you explain?

I will post the .ts file here once the next update is ready. All you need to do is open it using Qt Linguist. You will need to install this (on your desktop machine) if you don't already have it. Windoze/Mac versions are available at http://qt-apps.org/content/show.php/...?content=89360

Once you open the file, you just go through each of the strings that are marked for translation, fill in the box with your translation and mark it as done. When you've gone through all the strings, save the file and post it here as an attachment (you will need to compress it to a .zip archive first, as you can't post .ts files as attachments). :)

robin92 2011-08-09 12:37

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

Originally Posted by marxian (Post 1066555)
I will post the .ts file here once the next update is ready. All you need to do is open it using Qt Linguist. You will need to install this (on your desktop machine) if you don't already have it. Windoze/Mac versions are available at http://qt-apps.org/content/show.php/...?content=89360

Once you open the file, you just go through each of the strings that are marked for translation, fill in the box with your translation and mark it as done. When you've gone through all the strings, save the file and post it here as an attachment (you will need to compress it to a .zip archive first, as you can't post .ts files as attachments). :)

okey I will wait next update :D

R@ptor 2011-08-09 19:47

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
robin92:
Or you can translate it in some text editor (Scite in Linux, Notepad++, PSPad in Windows). ts file is in the fact XML file:

Example:
Code:

    <message>
        <location filename="../VideoInfoView.qml" line="706"/>
        <source>No related videos</source>
        <translation></translation>
    </message>

Everything you need is to translate strings in <source></source> tags :) BTW is there some native simple TS translator like Qt Linguist for Linux?

EDIT: oh. QT Linguist is in qt4-dev-tools package. My bad.

Schturman 2011-08-09 22:15

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
I still can't register Vimeo account.. Some solution ?
Thanks

marbleuser 2011-08-09 22:50

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
why does cutetube qml say i can't play 360p or higher, when i can?! i've downloaded a lot of 360p videos , can play them in e.g. kmplayer, but cutetube qml won't allow me to click on them in the application itself. it should be an option 'turn off 360p warning'. i've overclocked and can play quite a lot of hires videos.

marxian 2011-08-09 22:50

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

Originally Posted by Schturman (Post 1066873)
I still can't register Vimeo account.. Some solution ?
Thanks

That's an issue with the vimeo API. I need to contact them and find a solution.

marxian 2011-08-09 22:52

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

Changelog:

* Some UI changes including a new search dialog.
* Fixed bug in obtaining keyboard focus for OAuth dialog.
* Fixed bug in 'light' theme when playing videos.
* Fixed bug in searching for a YouTube video using direct link.
* Other minor bugfixes.

Other than the new search dialog, the UI changes are fairly subtle, and are designed to make the appearance a bit cleaner.

I have also changed the behaviour of the search, so clicking on a saved search now sets the text input, but allows you to edit the search query before proceeding. :)

Some screenshots:

http://img192.imageshack.us/img192/8...0921420.th.png http://img684.imageshack.us/img684/5...0922245.th.png http://img52.imageshack.us/img52/848...0921412.th.png http://img687.imageshack.us/img687/6...0921450.th.png

http://img825.imageshack.us/img825/2...hot104b.th.png http://img843.imageshack.us/img843/9...hot108t.th.png

marxian 2011-08-09 23:01

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

Originally Posted by marbleuser (Post 1066890)
why does cutetube qml say i can't play 360p or higher, when i can?! i've downloaded a lot of 360p videos , can play them in e.g. kmplayer, but cutetube qml won't allow me to click on them in the application itself. it should be an option 'turn off 360p warning'. i've overclocked and can play quite a lot of hires videos.

They will not play using the gstreamer backend, regardless of CPU clock speed.

robin92 2011-08-10 01:02

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
where is the .ts file? :P

marxian 2011-08-10 08:34

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
1 Attachment(s)
Quote:

Originally Posted by robin92 (Post 1066942)
where is the .ts file? :P

Here you go. :)

robin92 2011-08-10 09:36

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
1 Attachment(s)
Quote:

Originally Posted by marxian (Post 1067066)
Here you go. :)

okej, Should I write the swedish word in the english translation?

marxian 2011-08-10 10:09

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

Originally Posted by robin92 (Post 1067095)
okej, Should I write the swedish word in the english translation?

You should change the target language to Swedish before translating. Click Edit --> Translation File Settings, and you should get this:

http://img853.imageshack.us/img853/9990/qtlinguist.png

Set the target language to Swedish as above, and the display will change to ask for Swedish translation strings. :)

marbleuser 2011-08-10 12:04

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

Originally Posted by marxian (Post 1066896)
They will not play using the gstreamer backend, regardless of CPU clock speed.

right.. but you do realise that mplayer/kmplayer don't use the gstreamer backend at all. they have their own ffmpeg etc back ends that DO play 360p and higher. so right now when i download 360p videos using cutetube qml i have to open up kmplayer manually to play them instead of being able to click on them from within cutetubeqml to launch kmplayer.

marbleuser 2011-08-10 12:34

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

Originally Posted by marbleuser (Post 1067156)
right.. but you do realise that mplayer/kmplayer don't use the gstreamer backend at all. they have their own ffmpeg etc back ends that DO play 360p and higher. so right now when i download 360p videos using cutetube qml i have to open up kmplayer manually to play them instead of being able to click on them from within cutetubeqml to launch kmplayer.

actually, i recall that kmplayer CAN as an option use gstreamer, but i assumed that everyone selects 'gstreamer or mplayer' in kmplayer otherwise what's the point.

adding 'smplayer' to the list of supported video playback programs would be good too, as it has a video equalizer which i use to saturate colors. also as it uses mplayer as a backend (no option for gstreamer), then it too can quite happily play 360p.

marxian 2011-08-10 12:35

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

Originally Posted by marbleuser (Post 1067156)
right now when i download 360p videos using cutetube qml i have to open up kmplayer manually to play them instead of being able to click on them from within cutetubeqml to launch kmplayer.

That isn't supposed to happen. cuteTube should allow playback of those videos if you select an external media player. I'll look into this and fix it for the next update.

R@ptor 2011-08-10 20:35

Re: [ANNOUNCE] cuteTube-QML - A feature-rich YouTube client
 
1 Attachment(s)
marxian:
that base file is new base file, from upcoming version, or from 1.0.12? :) I have already done Czech translation of version 1.0.12. Now I'm testing it, but I have one litle problem with encoding of top bar. Look at attached screenshot from application. In settings and rest of app is everything fine. :)

EDIT: Oh, I see. New version. Are there big differences in lang files?

marxian 2011-08-10 20:52

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

Originally Posted by R@ptor (Post 1067486)
marxian:
that base file is new base file, from upcoming version, or from 1.0.12? :) I have already done Czech translation of version 1.0.12. Now I'm testing it, but I have one litle problem with encoding of top bar. Look at attached screenshot from application. In settings and rest of app is everything fine. :)

The file is from version 1.1.1, which is the latest version available in extras-devel/testing. I'll take a look at the encoding problem. For the next release, I'll have automatic detection of available translation files. :)


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

vBulletin® Version 3.8.8