Leszek Lesner

Results 29 comments of Leszek Lesner

You mean the default overview? That needs some investigation as the component to see the thumbnail previews is taken from a Silica SailfishOS API element. Not sure if I have...

You can remove the history in settings. Though its for removing all items in history. Removing individual items is a bit tricky inside of a Drawer item.

History is limited in terms of entries. Bookmarks not.

Yeah the history needs an update. The cryptic filenames is actually a bug. It adds the last stream played first as normal name and then also as url. Not sure...

Partly solved by: https://github.com/llelectronics/videoPlayer/commit/a6c4d18409814cd538f934ef98b0fce00340a088 Timestamp extraction is currently missing.

It is set to start playback when the buffer is full. So showing the data will not really help. I can only show the buffer that gstreamer uses and don't...

I think there is a fixed value set in gstreamer that uses percentages. See the gstreamer code.

You need sailfishapp.h from https://github.com/sailfishos/libsailfishapp like I see you are downloading it in the script. It should work then. Are you sure that libsailfishapp compiled successfully and the sailfishapp.h file...

Currently it seems like m3u is not properly supported by qtmultimedia. It needs detecting m3u files manually and handling in LLs video Player. Feel free to commit changes for this....