Hacking the pointless change of EPGImportConfg which was changed in March to use the Setup screen with no fallback for the old screenname.
statusbar does not correspond to footnote. A footnote is something tiny that appears at the bottom. Which is why this original amend broke everyone's skins for EPG importer.
PythonDisplay More<screen name="Setup" position="0,0" size="1920,1080" backgroundColor="transparent" flags="wfNoBorder"> <panel name="Setup-Default"/> <panel name="description"/> <panel name="HelpWindow"/> <widget name="footnote" position="1575,931" size="308,78" font="Regular;21" foregroundColor="white" backgroundColor="botmid" halign="left" transparent="1" valign="center" zPosition="4"/> <panel name="VKeyIcon"/> <applet type="onLayoutFinish"> from enigma import eSize, ePoint, gFont from skin import parseColor if self.instance.getTitle() == "EPG Import Configuration": if "footnote" in self: self["footnote"].instance.move(ePoint(540, 215)) self["footnote"].instance.resize(eSize(1002, 120)) self["footnote"].instance.setFont(gFont("Regular", 33)) self["footnote"].instance.setForegroundColor(parseColor("white")) self["footnote"].instance.setBackgroundColor(parseColor("topmid"))
Yes thats more like what we are used to and we can read the text, so would this need to be done at github i,e, Lululla now seems to be one maintaining EPGimport now not jbleyel.
Or is it just for your skins ?
