It would be possible to add an option (line) to appear my oled picons (same used in my skin)? Every time I do a software update I have to replace this line or file (skin_display96.xml). Maybe a option: Enable picons oled (yes/no)
=========================================================
<screen name="InfoBarSummary" position="0,0" size="96,64">
<!--
[...]
-->
<widget position="-2,2" render="Picon" size="100,60" source="session.CurrentService" transparent="1" zPosition="1">
<convert type="ServiceName">Reference</convert>
</widget>
<widget source="session.CurrentService" render="Label" position="0,0" size="96,21" font="FdLcD;20" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="0,21" size="96,14" font="FdLcD;14" halign="left" noWrap="1" foregroundColor="lightyellow">
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="0,36" size="96,4" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Gravando" position="0,52" size="50,12" font="FdLcD;12" zPosition="1" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
<widget source="session.Event_Now" render="Label" position="0,40" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="40,40" size="56,24" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
</screen>
=========================================================
This options: "Gravando" position="0,52" size="50,12" I use to translate (rec) to Brazilian Portuguese.
Frank
========================