Jump to content


Photo

PLi-HD skin-small skin.xml mod by me


  • Please log in to reply
46 replies to this topic

Re: PLi-HD skin-small skin.xml mod by me #21 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 4 January 2013 - 19:28



I use Pli HD skin. It's possible to change the coloure in OLED display? I have DM800SE.
I changed a lot of skins but the letters on the display are white /one line is yellow..../
Thank you your answer in advance!!!


Yes,its possible.You need to edit file skin_display96.xml.
Here is mine oled on dm800se with pli 3.0-photo and skin_display96.xml.


Unfortunatelly doesn't working. Nothing changed, all is same than before.


When You replace this file with orginal in usr/share/enigma2 then you need to restart enigma2.Dont forget save orginal file for future reference.
You can change or add any colour on oled.You have to edit skin_display96.xml-skin.xml is nothing to do with this.

Re: PLi-HD skin-small skin.xml mod by me #22 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 6 January 2013 - 12:48

can i add the date together with the clock on oled, and how to do it?

Re: PLi-HD skin-small skin.xml mod by me #23 wortellica

  • Senior Member
  • 1,370 posts

+33
Good

Posted 12 January 2013 - 10:52

can i add the date together with the clock on oled, and how to do it?

good question, that I would also like to know

Re: PLi-HD skin-small skin.xml mod by me #24 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 12 January 2013 - 13:56


can i add the date together with the clock on oled, and how to do it?

good question, that I would also like to know


Yes,all is possible but on which mode:stand by or normal run.If on normal run you guys want it like on stand by already?

Re: PLi-HD skin-small skin.xml mod by me #25 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 12 January 2013 - 21:26

Yes, i want it on when my box is on stand by, how to do it?

Re: PLi-HD skin-small skin.xml mod by me #26 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 12 January 2013 - 21:37

Yes, i want it on when my box is on stand by, how to do it?


But already when dm800se is on standby oled is showing time and date so nothing to change here,or mayby You want it on normal run when watching tv?

Re: PLi-HD skin-small skin.xml mod by me #27 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 12 January 2013 - 23:06

With this skin on my DM 8000 I do not have date just a clock with the current time, I dont have the date on display when the box is on standby

Re: PLi-HD skin-small skin.xml mod by me #28 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 12 January 2013 - 23:21

With this skin on my DM 8000 I do not have date just a clock with the current time, I dont have the date on display when the box is on standby


Do You mean with orginal PLI HD skin or my skin.xml mod?
Can You please attach here your skin_display96.xml file.Its on usr/share/enigma2.

Re: PLi-HD skin-small skin.xml mod by me #29 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 12 January 2013 - 23:33

hope this is the right file

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Skin: LCD from Magic by MiLo -->
<skin>
<windowstyle id="1" type="skinned">
<color color="#000000" name="Background"/>
<color color="#ffffff" name="LabelForeground"/>
<color color="#000000" name="ListboxBackground"/>
<color color="#ffffff" name="ListboxForeground"/>
<color color="#000000" name="ListboxSelectedBackground"/>
<color color="#ffffff" name="ListboxSelectedForeground"/>
<color color="#000000" name="ListboxMarkedBackground"/>
<color color="#ffffff" name="ListboxMarkedForeground"/>
<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
<color color="#ffffff" name="WindowTitleForeground"/>
<color color="#000000" name="WindowTitleBackground"/>
</windowstyle>
<fonts>
<!-- pick a funky name for the font, so we don't conflict -->
<font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
</fonts>
<!-- template -->
<screen name="SummaryClockPanel">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="4,12" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>
<!-- main-->
<screen name="InfoBarSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="top" size="*,4" borderWidth="1" >
<convert type="EventTime">Progress</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.Event_Now" render="Label" position="4,0" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
</panel>
</screen>


<!-- channelselection-->
<screen name="ChannelSelection_summary" position="fill">
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>

<!-- menus-->
<screen name="MenuSummary" position="fill">
<widget source="parent.title" render="Label" position="top" size="*,16" font="FdLcD;14" halign="center" valign="top" noWrap="1" />
<widget source="parent.menu" render="Label" position="top" size="*,48" font="FdLcD;16" halign="left" valign="top">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- movieplayer-->
<screen name="InfoBarMoviePlayerSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,36" font="FdLcD;16" halign="left" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.CurrentService" render="Label" position="4,0" size="42,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="ServicePosition">Position</convert>
</widget>
</panel>
</screen>

<screen name="MovieContextMenuSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16" />
<panel position="bottom" size="*,18">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16" >
<convert type="ClockToText"></convert>
</widget>
</panel>
</screen>
<screen name="MovieSelectionSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="name" render="Label" position="top" size="*,32" font="FdLcD;16" halign="left" valign="top" />
<panel position="bottom" size="*,18">
<widget source="parent.Service" render="Label" position="right" size="46,*" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">FileSize</convert>
</widget>
<widget source="parent.Service" render="Label" position="fill" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>
</panel>
</screen>
<!-- DVD -->
<screen name="DVDSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1" >
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="fill">
<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left" >
<convert type="ServicePosition">Position</convert>
</widget>
<widget name="Chapter" position="fill" font="FdLcD;12" halign="left" />
</panel>
</screen>
<!-- setup-->
<screen name="SetupSummary" position="fill">
<widget source="SetupTitle" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
<widget source="SetupEntry" render="Label" position="top" size="*,40" font="FdLcD;12" halign="left" />
<widget source="SetupValue" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
</screen>
<!-- misc-->
<screen name="SimpleSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,40" font="FdLcD;16" halign="center" valign="center" />
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>
<screen name="WizardSummary" position="fill">
<widget source="text" render="Label" position="top" size="*,16" font="FdLcD;16"/>
<widget source="parent.list" render="Label" position="fill" font="FdLcD;12">
<convert type="StringListSelection" />
</widget>
</screen>
<screen name="VideoWizardSummary" position="fill">
<widget name="text" position="top" size="*,40" font="FdLcD;12" transparent="1" />
<widget source="parent.list" render="Label" position="fill" font="FdLcD;14">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- standby -->
<screen name="StandbySummary" position="fill">
<widget source="global.CurrentTime" render="Label" position="center,0" size="120,64" font="FdLcD;48" halign="center" valign="center" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="4,50" size="120,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1">
<convert type="ConditionalShowHide"></convert>
</widget>
</screen>
<!-- Plugin browser -->
<screen name="PluginBrowserSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,16" font="FdLcD;12" noWrap="1" />
<widget source="entry" render="Label" position="top" size="*,20" font="FdLcD;18" noWrap="1" />
<widget source="desc" render="Label" position="fill" font="FdLcD;12" valign="top" />
</screen>
<!-- JobView Summary -->
<screen name="JobView_summary" position="fill">
<widget source="parent.summary_job_name" render="Label" position="6,4" size="120,42" font="FdLcD;16" />
<widget source="parent.summary_job_task" render="Label" position="6,22" size="120,26" font="FdLcD;12" />
<widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
<widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1" >
<convert type="ProgressToText" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="fill">
<widget source="parent.summary_list" render="Label" position="fill" font="FdLcD;11" />
</screen>
<screen name="MessageBox_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
<screen name="MessageBoxSimple_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
</skin>

Re: PLi-HD skin-small skin.xml mod by me #30 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 12 January 2013 - 23:45

Try swap to this:----remember to save your orginal file.

restart e2 after swap the file.




<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Skin: LCD from Magic by MiLo -->
<skin>
<windowstyle id="1" type="skinned">
<color color="#000000" name="Background"/>
<color color="#ffffff" name="LabelForeground"/>
<color color="#000000" name="ListboxBackground"/>
<color color="#ffffff" name="ListboxForeground"/>
<color color="#000000" name="ListboxSelectedBackground"/>
<color color="#ffffff" name="ListboxSelectedForeground"/>
<color color="#000000" name="ListboxMarkedBackground"/>
<color color="#ffffff" name="ListboxMarkedForeground"/>
<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
<color color="#ffffff" name="WindowTitleForeground"/>
<color color="#000000" name="WindowTitleBackground"/>
</windowstyle>
<fonts>
<!-- pick a funky name for the font, so we don't conflict -->
<font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
</fonts>
<!-- template -->
<screen name="SummaryClockPanel">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="4,12" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>
<!-- main-->
<screen name="InfoBarSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="top" size="*,4" borderWidth="1" >
<convert type="EventTime">Progress</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.Event_Now" render="Label" position="4,0" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
</panel>
</screen>


<!-- channelselection-->
<screen name="ChannelSelection_summary" position="fill">
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>

<!-- menus-->
<screen name="MenuSummary" position="fill">
<widget source="parent.title" render="Label" position="top" size="*,16" font="FdLcD;14" halign="center" valign="top" noWrap="1" />
<widget source="parent.menu" render="Label" position="top" size="*,48" font="FdLcD;16" halign="left" valign="top">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- movieplayer-->
<screen name="InfoBarMoviePlayerSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,36" font="FdLcD;16" halign="left" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.CurrentService" render="Label" position="4,0" size="42,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="ServicePosition">Position</convert>
</widget>
</panel>
</screen>

<screen name="MovieContextMenuSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16" />
<panel position="bottom" size="*,18">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16" >
<convert type="ClockToText"></convert>
</widget>
</panel>
</screen>
<screen name="MovieSelectionSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="name" render="Label" position="top" size="*,32" font="FdLcD;16" halign="left" valign="top" />
<panel position="bottom" size="*,18">
<widget source="parent.Service" render="Label" position="right" size="46,*" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">FileSize</convert>
</widget>
<widget source="parent.Service" render="Label" position="fill" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>
</panel>
</screen>
<!-- DVD -->
<screen name="DVDSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1" >
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="fill">
<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left" >
<convert type="ServicePosition">Position</convert>
</widget>
<widget name="Chapter" position="fill" font="FdLcD;12" halign="left" />
</panel>
</screen>
<!-- setup-->
<screen name="SetupSummary" position="fill">
<widget source="SetupTitle" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
<widget source="SetupEntry" render="Label" position="top" size="*,40" font="FdLcD;12" halign="left" />
<widget source="SetupValue" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
</screen>
<!-- misc-->
<screen name="SimpleSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,40" font="FdLcD;16" halign="center" valign="center" />
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>
<screen name="WizardSummary" position="fill">
<widget source="text" render="Label" position="top" size="*,16" font="FdLcD;16"/>
<widget source="parent.list" render="Label" position="fill" font="FdLcD;12">
<convert type="StringListSelection" />
</widget>
</screen>
<screen name="VideoWizardSummary" position="fill">
<widget name="text" position="top" size="*,40" font="FdLcD;12" transparent="1" />
<widget source="parent.list" render="Label" position="fill" font="FdLcD;14">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- standby -->
<screen name="StandbySummary" position="0,0" size="96,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="96,12" font="FdLcD;12" halign="center" valign="center" noWrap="1">
<convert type="ClockToText">ShortDate</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,12" size="96,40" font="FdLcD;40" halign="center" valign="center" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,52" size="96,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
</screen>
<!-- Plugin browser -->
<screen name="PluginBrowserSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,16" font="FdLcD;12" noWrap="1" />
<widget source="entry" render="Label" position="top" size="*,20" font="FdLcD;18" noWrap="1" />
<widget source="desc" render="Label" position="fill" font="FdLcD;12" valign="top" />
</screen>
<!-- JobView Summary -->
<screen name="JobView_summary" position="fill">
<widget source="parent.summary_job_name" render="Label" position="6,4" size="120,42" font="FdLcD;16" />
<widget source="parent.summary_job_task" render="Label" position="6,22" size="120,26" font="FdLcD;12" />
<widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
<widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1" >
<convert type="ProgressToText" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="fill">
<widget source="parent.summary_list" render="Label" position="fill" font="FdLcD;11" />
</screen>
<screen name="MessageBox_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
<screen name="MessageBoxSimple_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
</skin>

Edited by alsat1, 12 January 2013 - 23:46.


Re: PLi-HD skin-small skin.xml mod by me #31 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 12 January 2013 - 23:53

thank, I did save my original file, but please explain how to swap and how to do it, because I think I know, but I'm not 100% sure, thank you very much

Re: PLi-HD skin-small skin.xml mod by me #32 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 13 January 2013 - 00:04

If You now save skin_display96.xml file for eg.on your pc(just for security) you can now copy the contents what I post above and replace with orginal contents on your dm8000.Hopely now you understand,sorry for my english.

Re: PLi-HD skin-small skin.xml mod by me #33 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 13 January 2013 - 00:13

you've told me to find skin_display96.xml file.Its on usr/share/enigma2, but I don't have this kind of file I have just skin display.xml file and I did send you this file.
is it the same?

Re: PLi-HD skin-small skin.xml mod by me #34 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 13 January 2013 - 00:17

Yes its the same-I think on dm8000 its have a different name but content is similiar.Check with mine and give reply.

Re: PLi-HD skin-small skin.xml mod by me #35 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 13 January 2013 - 00:21

thank you very much, it worked, but can i make the date a bit bigger that it's now

Re: PLi-HD skin-small skin.xml mod by me #36 mman

  • Senior Member
  • 218 posts

0
Neutral

Posted 13 January 2013 - 00:22

thank you once again

Re: PLi-HD skin-small skin.xml mod by me #37 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 13 January 2013 - 00:24

Yes,You can do.Try this:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Skin: LCD from Magic by MiLo -->
<skin>
<windowstyle id="1" type="skinned">
<color color="#000000" name="Background"/>
<color color="#ffffff" name="LabelForeground"/>
<color color="#000000" name="ListboxBackground"/>
<color color="#ffffff" name="ListboxForeground"/>
<color color="#000000" name="ListboxSelectedBackground"/>
<color color="#ffffff" name="ListboxSelectedForeground"/>
<color color="#000000" name="ListboxMarkedBackground"/>
<color color="#ffffff" name="ListboxMarkedForeground"/>
<color color="#000000" name="ListboxMarkedAndSelectedBackground"/>
<color color="#ffffff" name="ListboxMarkedAndSelectedForeground"/>
<color color="#ffffff" name="WindowTitleForeground"/>
<color color="#000000" name="WindowTitleBackground"/>
</windowstyle>
<fonts>
<!-- pick a funky name for the font, so we don't conflict -->
<font filename="nmsbd.ttf" name="FdLcD" scale="90"/>
</fonts>
<!-- template -->
<screen name="SummaryClockPanel">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" font="FdLcD;24" halign="right" valign="top" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Rec" position="4,12" size="24,12" font="FdLcD;12" zPosition="1" noWrap="1">
<convert type="ConditionalShowHide">Blink</convert>
</widget>
</screen>
<!-- main-->
<screen name="InfoBarSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1">
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="session.Event_Now" render="Progress" position="top" size="*,4" borderWidth="1" >
<convert type="EventTime">Progress</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.Event_Now" render="Label" position="4,0" size="40,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="EventTime">Remaining</convert>
<convert type="RemainingToText">NoSeconds</convert>
</widget>
</panel>
</screen>

<!-- channelselection-->
<screen name="ChannelSelection_summary" position="fill">
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,21" font="FdLcD;20" halign="left" noWrap="1" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Label" position="top" size="*,15" font="FdLcD;14" halign="left" noWrap="1">
<convert type="EventName">Name</convert>
</widget>
<widget source="parent.ServiceEvent" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="EventTime">Progress</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>
<!-- menus-->
<screen name="MenuSummary" position="fill">
<widget source="parent.title" render="Label" position="top" size="*,16" font="FdLcD;14" halign="center" valign="top" noWrap="1" />
<widget source="parent.menu" render="Label" position="top" size="*,48" font="FdLcD;16" halign="left" valign="top">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- movieplayer-->
<screen name="InfoBarMoviePlayerSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,36" font="FdLcD;16" halign="left" valign="top" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1">
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="bottom" size="*,24" name="SummaryClockPanel">
<widget source="session.CurrentService" render="Label" position="4,0" size="42,12" font="FdLcD;12" halign="left" noWrap="1">
<convert type="ServicePosition">Position</convert>
</widget>
</panel>
</screen>
<screen name="MovieContextMenuSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="selected" render="Label" position="top" size="*,32" font="FdLcD;16" />
<panel position="bottom" size="*,18">
<widget source="global.CurrentTime" render="Label" position="right" size="60,*" halign="right" font="FdLcD;16" >
<convert type="ClockToText"></convert>
</widget>
</panel>
</screen>
<screen name="MovieSelectionSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,14" font="FdLcD;12" halign="left" valign="top" noWrap="1" />
<widget source="name" render="Label" position="top" size="*,32" font="FdLcD;16" halign="left" valign="top" />
<panel position="bottom" size="*,18">
<widget source="parent.Service" render="Label" position="right" size="46,*" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">FileSize</convert>
</widget>
<widget source="parent.Service" render="Label" position="fill" font="FdLcD;14" halign="left" noWrap="1">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>
</panel>
</screen>
<!-- DVD -->
<screen name="DVDSummary" position="fill">
<widget source="session.CurrentService" render="Label" position="top" size="*,28" font="FdLcD;12" >
<convert type="ServiceName">Name</convert>
</widget>
<widget source="session.CurrentService" render="Progress" position="top" size="*,4" borderWidth="1" >
<convert type="ServicePosition">Position</convert>
</widget>
<panel position="fill">
<widget source="session.CurrentService" render="Label" position="left" size="60,*" font="FdLcD;12" halign="left" >
<convert type="ServicePosition">Position</convert>
</widget>
<widget name="Chapter" position="fill" font="FdLcD;12" halign="left" />
</panel>
</screen>
<!-- setup-->
<screen name="SetupSummary" position="fill">
<widget source="SetupTitle" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
<widget source="SetupEntry" render="Label" position="top" size="*,40" font="FdLcD;12" halign="left" />
<widget source="SetupValue" render="Label" position="top" size="*,12" font="FdLcD;12" halign="left" />
</screen>
<!-- misc-->
<screen name="SimpleSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,40" font="FdLcD;16" halign="center" valign="center" />
<panel position="bottom" size="*,24" name="SummaryClockPanel" />
</screen>
<screen name="WizardSummary" position="fill">
<widget source="text" render="Label" position="top" size="*,16" font="FdLcD;16"/>
<widget source="parent.list" render="Label" position="fill" font="FdLcD;12">
<convert type="StringListSelection" />
</widget>
</screen>
<screen name="VideoWizardSummary" position="fill">
<widget name="text" position="top" size="*,40" font="FdLcD;12" transparent="1" />
<widget source="parent.list" render="Label" position="fill" font="FdLcD;14">
<convert type="StringListSelection" />
</widget>
</screen>
<!-- standby -->
<screen name="StandbySummary" position="0,0" size="96,64">
<widget source="global.CurrentTime" render="Label" position="0,0" size="96,12" font="FdLcD;18" halign="center" valign="center" noWrap="1">
<convert type="ClockToText">ShortDate</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="0,12" size="96,40" font="FdLcD;40" halign="center" valign="center" noWrap="1">
<convert type="ClockToText"></convert>
</widget>
<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,52" size="96,12" font="FdLcD;12" zPosition="2" valign="bottom" halign="left" noWrap="1" foregroundColor="fullred">
<convert type="ConditionalShowHide"></convert>
</widget>
</screen>
<!-- Plugin browser -->
<screen name="PluginBrowserSummary" position="fill">
<widget source="parent.Title" render="Label" position="top" size="*,16" font="FdLcD;12" noWrap="1" />
<widget source="entry" render="Label" position="top" size="*,20" font="FdLcD;18" noWrap="1" />
<widget source="desc" render="Label" position="fill" font="FdLcD;12" valign="top" />
</screen>
<!-- JobView Summary -->
<screen name="JobView_summary" position="fill">
<widget source="parent.summary_job_name" render="Label" position="6,4" size="120,42" font="FdLcD;16" />
<widget source="parent.summary_job_task" render="Label" position="6,22" size="120,26" font="FdLcD;12" />
<widget source="parent.summary_job_progress" render="Progress" position="6,50" size="60,12" borderWidth="1" zPosition="1" />
<widget source="parent.summary_job_progress" render="Label" position="66,50" size="50,12" font="FdLcD;12" zPosition="2" halign="center" transparent="1" >
<convert type="ProgressToText" />
</widget>
</screen>
<screen name="ChoiceBox_summary" position="fill">
<widget source="parent.summary_list" render="Label" position="fill" font="FdLcD;11" />
</screen>
<screen name="MessageBox_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
<screen name="MessageBoxSimple_summary" position="fill">
<widget source="parent.Text" render="Label" position="top" size="*,52" font="FdLcD;11" halign="center" valign="center" />
<widget source="parent.selectedChoice" render="Label" position="bottom" size="*,14" font="FdLcD;14" halign="center" valign="center" />
</screen>
</skin>


Re: PLi-HD skin-small skin.xml mod by me #38 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 13 January 2013 - 00:41

Here small update of my little mod of this nice skin.
>>>progress bar is purple now
>>>removed seconds on time--bigger time and time
>>>other cosmetics...

Attached Files



Re: PLi-HD skin-small skin.xml mod by me #39 alsat1

  • Senior Member
  • 221 posts

+1
Neutral

Posted 13 January 2013 - 03:11

Here small update of my little mod of this nice skin.
>>>progress bar is purple now
>>>removed seconds on time--bigger time and date
>>>other cosmetics...



Re: PLi-HD skin-small skin.xml mod by me #40 edgar3390

  • Member
  • 1 posts

0
Neutral

Posted 8 February 2013 - 15:19

Dear alsat1! Tell me please, where you have to adjust to the channel list, the remaining time going and the next program?


4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users