Jump to content


ims

Member Since 3 Feb 2007
Offline Last Active Yesterday, 20:13
*****

Posts I've Made

In Topic: Enigma2 crashes

Yesterday, 05:32

If box has hdd, then crashlogs are stored to /hdd


In Topic: Enigma2 and BBC/ITV at 27.5W Intelsat - a big challenge

8 April 2024 - 15:29

Central Europe is on 11043 out, imho :-(


In Topic: Zgemma H7S and recording

7 April 2024 - 15:54

And how do you want to know, that box recording?! There are no led for recording.

 

You can rename this file and put it to /etc/enigma/, then restart GUI. Name for file must be always: skin_user_NAMEOFUSEDSKIN.xml

(this file is for PLi-FullHD skin)

 

It will stop flashing for online. If you want stop flashing for standby too, then add to this file lines:

	<screen name="StandbySummary" position="0,0" size="1,1">
		<widget source="session.CurrentService" render="Label" position="0,0" size="1,1">
			<convert type="VfdDisplay">Clock</convert>
		</widget>
	</screen>

 


In Topic: [Feature Request] Number of files of directories/folders on Recorded files......

29 March 2024 - 19:53

if you need count number files in directory and size, use moviemanager plugin and "inverse"


In Topic: Analog clock (2.0) green screen in open PLi 9.0

28 March 2024 - 20:24

	def reloadClock(self):
		if not self.dialogAnalogClock:
			self.isShow = False
-			self.dialogAnalogClock = self.session.instantiateDialog(AnalogClockScreen)
+			self.dialogAnalogClock = self.session and self.session.instantiateDialog(AnalogClockScreen)

That's a solution to the consequence, not the cause. I think I have it sorted out. I need to test it.