![]() |
Re: cuteTube for Harmattan
Quote:
|
Re: cuteTube for Harmattan
Thank you for the detailed response.
I have rebooted the device (had not done so since day 1 and after installing tens of apps thought it was best). Most of the issues I mentioned above i have not been able to reproduce. I did not want to leave a review on the Nokia Store as I agree with most of what you have said above, some issues around speed are from youtube end and the others could be my device. I am using the app now and the downloads are must faster. Happy with this. The App however has started to crash again. I downloaded a video and it worked but the video will not play or appear in in the archive or video gallery. This might have caused the crash as I tried to open it from the Transfer UI several times. The URL to the video is http://www.youtube.com/watch?v=vhNNkZ9YK8M Another exception I find is that some videos download and play partially. When trying to skip ahead using the progress bar I get this message: "cannot play video because its in the wrong format" Hopefully the updated version you have submitted solves these issues. Btw great app on the whole. |
Re: cuteTube for Harmattan
Quote:
http://img825.imageshack.us/img825/9...8140239.th.png You can see that there are some characters (square brackets) that are URL encoded. I renamed the file (removing the square brackets) and it worked fine. The two possible fixes are to replace these characters when downloading the file, or to decode the characters when passing the URL to the video player (this would be my preferred option, but I need to test it first). I'm not sure why it would work on the stock player, but not when using the QML Video component (stock player uses MeeGo Touch Framework for the UI, but I think it still uses the same backend). There must be a difference in behaviour (perhaps the stock player decodes the URL, or alternatively does not URL encode it). I expected that any legal filename would be acceptable to GStreamer. Quote:
|
Re: cuteTube for Harmattan
Marxian - great apps! Bought both CuteTube and MusiKloud.
For CuteTube, one feature that was great in the N900 version is the 'paste URL into CuteTube to go to video' functionality (or is it already in the N9 version and I didn't look hard enough?) Also: the search results in CuteTube (both N9 & N900) are quite different to YouTube web client. Has this been discussed elsewhere, and is there a way to get the same results as on the website? Quote:
Besides, if you're keen to have that functionality, it should be easy to use some dirt-simple script with ffmpeg to strip out just the sound from the downloaded video. Maybe a few more steps for the user, but it protects Marxian and protects CuteTube. Also, buying music isn't so hard, at least for me. Most of the music I like is released on smaller indie labels who offer cheap DRM-free MP3s... |
Re: cuteTube for Harmattan
Quote:
|
Re: cuteTube for Harmattan
An update on recent bug reports:
1. There is an issue with playing downloaded tracks with filepaths that contain certain characters. This is due the filepaths being URL encoded by the DocumentGalleryModel. GStreamer doesn't like the URL encoded filepath. I have fixed this by decoding the filepath before passing it to the video player. I'll test for robustness over the weekend. 2. When playing a video (not from the archive), an infinite loop is executed if there are downloads in the queue (the application checks if the currently playing video is in the download queue, and gets stuck in an infinite while loop :o ). In some cases this will lead to lockup of the main thread, resulting in the 'Application not responding' message. This is now fixed. |
Re: cuteTube for Harmattan
Quote:
Quote:
Code:
('search test') || (('search') && ('test'))Code:
('search test') || ('search') || ('test')I don't know how the API processes the search query, nor do I know what algorithm the YouTube server uses for searches performed via the website. I suspect that it is more finely tuned than searching via the API. There is probably some filtering out of common words. It may even take into account videos that you have previously watched and so on. |
Re: cuteTube for Harmattan
Quote:
|
Re: cuteTube for Harmattan
Quote:
<OT> I'm hoping to start making some simple apps for N9/Harmattan, but I ran into some issues while trying to take my baby steps. The speed with which you got cuteTube developed for N9 made my head spin, so I'm hoping I'm capable of learning to be productive in Qt Creator. I did get a Hello World done (what an accomplishment) and started defining some grids and stuff (wahey!) </Ot> |
Re: cuteTube for Harmattan
Quote:
|
| All times are GMT. The time now is 11:06. |
vBulletin® Version 3.8.8