Jump to content


tension

Member Since 8 Oct 2010
Offline Last Active 07 Oct 2024 07:56
-----

Posts I've Made

In Topic: kernel version info

24 June 2024 - 13:39

First..... thanks for the answers.

 

On my old vuduo2, kernel 3.13.5, yes self build images.

 

Surely an issue with the enigma.info stuff, with empty string for "kernel" variable...... and WanWizard proposed fix solved the problem.

 

I will take a look around kernel version detection.


In Topic: Where can I set the pathway of the picons in Openpli 9.0?

4 April 2024 - 23:15

Or let to change picon set ..... for image skin picon matching lovers :)

 

 

 

 


In Topic: Instant recording (with custom duration) faulty in nightly build

26 August 2023 - 09:34

exactly. the minuteinput parameter was the first think,

when i found that apparently unused method i looked only at how using it.... :)


In Topic: Instant recording (with custom duration) faulty in nightly build

26 August 2023 - 09:09

sorry did not see last changes............

ok added parameter to minuteinput....


In Topic: Instant recording (with custom duration) faulty in nightly build

26 August 2023 - 09:01

I think that inputbox with the message advising of its limited input, message in infobargenerics call, to 1440 min is ok.

What i woul change is the calls in infobargenerics for the minuteinput, i would not modify minuteinput.

 

infobargenerics.py: i found a method not used in enigma (?)

def calcRemainingTime(self)

i'm trying to use it to check the minutes passed by MinuteInput.py, in ff and rw seek, but..... :)

something as:

ffd: If minutes passed > remaining then seek remaining or nothing

rwd: If minutes passed > played time (playposition) then move to start position (played time)