View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#73
Originally Posted by afaq View Post
I am using 480P download quality. I agree, the video must have downloaded partially as it freezes after I forward it past a certain point. Unsure about how the naming conventions cause these issues but your suggestions sound worth trying.
The problem with special characters is not related to the partial download problem. The issue with special characters is that QDocumentGallery URL encodes the filePath of the video, which confuses GStreamer. I have solved this by decoding the filePath when passing it to the video player. The fix is in the update that is currently in Nokia Store QA, along with a fix for the crashing problem when attempting to play a video whilst downloads are queued.

Originally Posted by afaq View Post
I downloaded some more videos last night and it appears a file has downloaded in full - its 300MB. However it wont play in cutetube. The length of the video is shown as 59.59. This video however will play in the stock video player. The name of the file has the following special character -
cuteTube displays the video duration that is reported by the QML Video element, so it seems that the video player is reporting the incorrect duration in this case. I noticed a similar problem using the QML Audio element in MusiKloud, so I switched to using the duration metadata of the file instead of relying on the audio player. I will now use the same approach in cuteTube.

I have recently noticed that some 480p YouTube videos will not play using the QML Video component, even though they do play in the stock player. They both use the same backend (and I presume that the stock player also uses Qt, though not QML), so they should have the same playback capabilities. I'll file a bug report.

Originally Posted by afaq View Post
I went into usb mass storage mode and manually deleted video files which would not play - however they remain in the cutetube archive and the stock video player. Is there a way to update/activate the tracker to rescan for media?
I think the tracker should update automatically after the device has been unmounted. However, I noticed a similar problem myself last night. I did the same as you, and it seemed that the video files were still there until I deleted them from within the video player, even though I could not see them when mounting the device in mass storage mode.

Originally Posted by afaq View Post
Finally - the thumbnails for all downloaded videos appear in the Gallery. Any plans on hiding these from the tracker so they dont show up?
The thumbnails are stored in a subfolder named thumbnails. In hindsight, I should have made this a hidden folder. I will change this for the next update. As an alternative, you can add it to the IgnoredDirectories list by editing the file at

Code:
/home/user/.config/tracker/tracker-miner-fs.cfg
__________________
'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 4 Users Say Thank You to marxian For This Useful Post: