Jump to content


DimitarCC

Member Since 8 Dec 2008
Offline Last Active Today, 17:17
-----

Posts I've Made

In Topic: Crash on skin change

30 April 2024 - 13:58

There are a lot of skins in the feed that are very old and no longer compatible with latest versions of OpenPLi. I think somebody have to clean that up and remove non maintained/not compatible skins from the feed.


In Topic: Media Player - no Fast Forward for imported *.mp4 (MediathekView)

28 April 2024 - 12:58

In my opinion seeking is problematic for files that are not ts. If i remember correct a requirement for succesful seeking is order of the frames and/or frame index file present. Otherwise seeking will not work.
Seeking currently work very poorly even for recorded files from streams that are 4097 type. Since it records .stream files and meadia player process them in different way (probably throught gstreamer).
Renaming the files to ts fix that issues but that to work the file codec should be mpeg2, mpeg4, hevc...

In Topic: Skin GradientFHD

21 April 2024 - 20:57

As for E2-DarkOS that is easy to understand to which version of PLi is available since the skin is installable only from the feed.
That is not the case with this skin which is meant to be installed manually...
So there are different installation procedures with different requirements ;)

In Topic: [WIP] PLi-DarkOS Skin

21 April 2024 - 10:41

The calculations are done in Pager.py addon.
There are several functions that collect the data and do the maths. You can put a print there so to log the output on every step.

In Topic: Skin GradientFHD

21 April 2024 - 10:38

There is no way to understand will a skin going to run on specific PLi version....
The one made for PLi 3 or 4 are so old that is likely to not run on PLi 9.
Regarding the E2-DarkOS skin, it runs on OpenPLi nightly versions only since it requires a lot of changes under the hood that are in develop version only.