Slyk Skin Mods

Status
Not open for further replies.
Which mod did you use for the progress bar in your image with the start and end times?
It looks great.

---------- Post Merged at 10:42 PM ----------

two oks brings up the show info on my box is that right?
i can if people want it. but its nothing to do to do with channel

but this isnt going in to the wild lol
only joking it will at some stage
That is correct, please can you tell us how to get the picon like that or is it not finished yet?
Thanks
 
so here is a wee update
here is in the bar itself
everything is moved to the right. have made some text smaller to make it fit better

shot1.jpg
 
two oks brings up the show info on my box is that right?
i can if people want it. but its nothing to do to do with channel

but this isnt going in to the wild lol
only joking it will at some stage
That is correct, please can you tell us how to get the picon like that or is it not finished yet?
Thanks

i can set it free if people want just need to setup right
its still rough on it
 
Fully in bar for me with it up a touch I think but if thats all it can do I'd be happy with it

Sent from my SM-G920F using Tapatalk
 
so here is a wee update
here is in the bar itself
everything is moved to the right. have made some text smaller to make it fit better

View attachment 18408
How about moving it to the right side where the time is within the info bar and moving them to the left with the resolutions? It would look a lot better as then the service name would be in the same position with the listings.

Great job though i love the idea
 
The right hand side there is too much happening for my liking. I like the half in bar one, as full in bar is even too busy for me. Sure once I have put up the plan you should convert it over. I'm ready for the next mod, something different
any ideas
 
Last edited:
The right hand side there is too much happening for my liking. I like the half in bar one, as full in bar is even too busy for me. Sure once I have put up the plan you should convert it over. I'm ready for the next mod, something different
any ideas
Alright please can you tell us how to get the picons like post 88 on this thread because it looks great as the font size are the original size and it looks neat.
 
as said before it will up at some stage.
its not as simple as here is my files go wild

as i have different bits done to mine, so the files will be different, so i need to do it from an original file, so its just redoing it and making sure it right
 
Icon Merg into Infobar

Pcon Merge into Infobar

Half in Bar


shot1.jpg

Download Link - “infobar-90.png”
https://www.dropbox.com/sh/efoosvwhdbfbj9o/AACIIO1cHjl-ax0pFlDCrfM8a?dl=0


This mod needs 3 files to be changed


Lets start of time the infobar itself, as this mod require you to change the infobar graphic itelf (infobar-90.png)


make sure you take aback up before you do anything, files you need to backup are

infobar-90.png
infobar.xml
infobar-templates.xml


but it does no harm taking a backup of the whole slyk-1-hd folder just incase

------
1
------

So the modded infobar is bigger than the original so we need to make some changes

Open up infobar.xml

You are looking to change the below piece of information
if you have a proper app for this editing it will have a find and replace fetcher which will make it much easier


<ePixmap position="108,519" size="1064,155"


there is 10 of each , so you are changing them to


<ePixmap position="108,499" size="1064,176"


108,519 to 108,499
1064,155 to 1064,176

Original
Code:
<skin>
    <!-- InfoBar's -->
    <!-- First Info Bar (ok button)-->
    <screen name="InfoBar1">
               <panel name="InfobarPicon" />
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
    </screen>
    
    <screen name="InfoBar2">
                <panel name="InfobarPicon" />
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="InfobarServiceIcons" />
        <panel name="InfobarTuner" />
    </screen>
    
    
    <!-- second info bar (ok long)-->
    <screen name="SecondInfoBar1" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />    
    </screen>
    
    <screen name="SecondInfoBar2" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="InfobarServiceIcons" />
        <panel name="InfobarTuner" />
    </screen>
    
    <screen name="SecondInfoBar3" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="SecondInfobarOrbitalPositionInfo" />
        <panel name="SecondInfobarECMInfo" />
    </screen>
    
    <screen name="SecondInfoBar4" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="InfobarServiceIcons" />
        <panel name="InfobarTuner" />
        <panel name="SecondInfobarOrbitalPositionInfo" />
        <panel name="SecondInfobarECMInfo" />
    </screen>
    
    <!-- not used in this skin so hidden -->
    <screen name="RadioInfoBar" position="0,0" size="0,0" backgroundColor="black" transparent="0" flags="wfNoBorder" />
    
    <!-- quick epg info bar - Infobar Menu option single epg < > -->
    <screen name="QuickEPG1">
             <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />    
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfoSingleEPGRedButton" />
        <panel name="InfoSingleEPGGreenButton" />
        <panel name="InfoSingleEPGYellowButton" />
        <panel name="InfoSingleEPGBlueButton" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>
    
    <screen name="QuickEPG2">
            <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
         <widget source="Event" render="RunningText" options="movetype=running,startpoint=0,direction=top,steptime=80,repeat=0,always=0,oneshot=0,startdelay=6000,wrap"  position="123,384" size="1034,115" font="Regular;20" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" scrollbarMode="showOnDemand" valign="top" zPosition="3" >
            <convert type="EventName">FullDescription</convert>
        </widget>
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" backgroundColor="transparent" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfoSingleEPGRedButton" />
        <panel name="InfoSingleEPGGreenButton" />
        <panel name="InfoSingleEPGYellowButton" />
        <panel name="InfoSingleEPGBlueButton" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>
    
    <screen name="QuickEPG3">
             <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" backgroundColor="transparent" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />    
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfobarSingleCursors" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>
    
    <screen name="QuickEPG4">
            <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
         <widget source="Event" render="RunningText" options="movetype=running,startpoint=0,direction=top,steptime=80,repeat=0,always=0,oneshot=0,startdelay=6000,wrap"  position="123,384" size="1034,115" font="Regular;20" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" scrollbarMode="showOnDemand" valign="top" zPosition="3" >
            <convert type="EventName">FullDescription</convert>
        </widget>
        <ePixmap position="[B]108,519[/B]" size="[B]1064,155[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" backgroundColor="transparent" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfobarSingleCursors" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>


</skin>


Modded

Code:
<skin>
    <!-- InfoBar's -->
    <!-- First Info Bar (ok button)-->
    <screen name="InfoBar1">
               <panel name="InfobarPicon" />
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
    </screen>
    
    <screen name="InfoBar2">
                <panel name="InfobarPicon" />
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="InfobarServiceIcons" />
        <panel name="InfobarTuner" />
    </screen>
    
    
    <!-- second info bar (ok long)-->
    <screen name="SecondInfoBar1" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />    
    </screen>
    
    <screen name="SecondInfoBar2" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="InfobarServiceIcons" />
        <panel name="InfobarTuner" />
    </screen>
    
    <screen name="SecondInfoBar3" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="SecondInfobarOrbitalPositionInfo" />
        <panel name="SecondInfobarECMInfo" />
    </screen>
    
    <screen name="SecondInfoBar4" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/infobar-90.png" alphatest="blend" zPosition="-1" />
        <panel name="SecondInfobarProgramNowNameTop" />
        <panel name="SecondInfobarProgramNowDescription" />
        <panel name="InfobarChannelName" />
        <panel name="InfobarProgressBar" />
        <panel name="InfobarProgressEnd" />
        <panel name="InfobarTimeDatePanel" />
        <panel name="InfobarProgramNowStartTime" />
        <panel name="InfobarProgramNowName" />
        <panel name="InfobarProgramNextStartTime" />
        <panel name="InfobarProgramNextName" />
        <panel name="InfobarSNR" />
        <panel name="InfobarCursors" />
        <panel name="InfoBarInfoButton" />
        <panel name="InfoBarOKButton" />
        <panel name="InfoBarRecordState" />
        <panel name="InfobarServiceIcons" />
        <panel name="InfobarTuner" />
        <panel name="SecondInfobarOrbitalPositionInfo" />
        <panel name="SecondInfobarECMInfo" />
    </screen>
    
    <!-- not used in this skin so hidden -->
    <screen name="RadioInfoBar" position="0,0" size="0,0" backgroundColor="black" transparent="0" flags="wfNoBorder" />
    
    <!-- quick epg info bar - Infobar Menu option single epg < > -->
    <screen name="QuickEPG1">
             <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />    
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfoSingleEPGRedButton" />
        <panel name="InfoSingleEPGGreenButton" />
        <panel name="InfoSingleEPGYellowButton" />
        <panel name="InfoSingleEPGBlueButton" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>
    
    <screen name="QuickEPG2">
            <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
         <widget source="Event" render="RunningText" options="movetype=running,startpoint=0,direction=top,steptime=80,repeat=0,always=0,oneshot=0,startdelay=6000,wrap"  position="123,384" size="1034,115" font="Regular;20" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" scrollbarMode="showOnDemand" valign="top" zPosition="3" >
            <convert type="EventName">FullDescription</convert>
        </widget>
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" backgroundColor="transparent" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfoSingleEPGRedButton" />
        <panel name="InfoSingleEPGGreenButton" />
        <panel name="InfoSingleEPGYellowButton" />
        <panel name="InfoSingleEPGBlueButton" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>
    
    <screen name="QuickEPG3">
             <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" backgroundColor="transparent" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />    
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfobarSingleCursors" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>
    
    <screen name="QuickEPG4">
            <ePixmap position="108,369" size="1064,150" pixmap="mybackgrounds/infobar-info-90.png" alphatest="blend" zPosition="-1" />
         <widget source="Event" render="RunningText" options="movetype=running,startpoint=0,direction=top,steptime=80,repeat=0,always=0,oneshot=0,startdelay=6000,wrap"  position="123,384" size="1034,115" font="Regular;20" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" scrollbarMode="showOnDemand" valign="top" zPosition="3" >
            <convert type="EventName">FullDescription</convert>
        </widget>
        <ePixmap position="[B]108,499[/B]" size="[B]1064,176[/B]" pixmap="mybackgrounds/graphical-info-single-bg-90.png" alphatest="blend" transparent="1" zPosition="-1" />
        <widget source="Service" render="Label" position="123,524" size="800,38"  font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
        <widget source="global.CurrentTime" render="Label" position="923,524" size="234,38" font="Regular;25" foregroundColor="skylightblue" backgroundColor="skydarkblue" valign="center" halign="right" transparent="1" zPosition="2">
            <convert type="ClockToText">Format:%k:%M %a %d/%m</convert>
        </widget>
        <widget source="Service" render="Picon" position="133,570" size="100,60" alphatest="blend" backgroundColor="transparent" transparent="0" zPosition="1">
            <convert type="ServiceName">Reference</convert>
        </widget>
        <widget name="list" selectionPixmap="myselectbars/bar-36.png" position="268,570" size="656,66"  transparent="1" />
        <panel name="InfoBarSingleRecordState" />
        <panel name="InfobarSingleServiceIcons" />
        <panel name="InfobarSingleTuner" />
        <panel name="InfobarSingleSNR" />
        <panel name="InfobarSingleCursors" />
        <panel name="InfoSingleEPGEPGButton" />
        <panel name="InfoSingleEPGMenuButton" />
        <panel name="InfoSingleEPGInfoButton" />
    </screen>


</skin>


This resize the bar and it will line up the new infobar to the right location.

------
2
------

Next up is picon and picon background
to make this work you need to have picons turned on and you need to do that in the “extras.xml”


so open “infobar-templates.xml

For this part of the mod you are looking at
line 1-9


orignal

Code:
<skin>
    <!-- infobar -->
    <screen name="InfobarPicon1">
        <widget source="session.CurrentService" render="PiconBg" position="[B]106,446[/B]" size="104,64" transparent="0" alphatest="blend" zPosition="5" />
                <widget source="session.CurrentService" render="Picon" position="[B]108,448[/B]" size="100,60" alphatest="blend" transparent="0" zPosition="10">
            <convert type="ServiceName">Reference</convert>
        </widget>
    </screen>

and now you are changing the bold text too

Modded

Code:
<skin>
    <!-- infobar -->
    <screen name="InfobarPicon1">
        <widget source="session.CurrentService" render="PiconBg" position="[B]110,502[/B]" size="104,64" transparent="0" alphatest="blend" zPosition="5" />
                <widget source="session.CurrentService" render="Picon" position="[B]112,504[/B]" size="100,60" alphatest="blend" transparent="0" zPosition="10">
            <convert type="ServiceName">Reference</convert>
        </widget>
    </screen>


So you just have changed

106,446 to 110,502
108,448 to 112,504


This has now has moved the picon and background down so now it is covering the new picon space on the background


------
3
------

Now for the last part is to more the channel name over to the right as with the picon and background have moved down, they now cover that text


So keep the same file (infobar-templates.xml) open

You are looking for
line 13-17


Original

Code:
    <screen name="InfobarChannelName">
        <widget source="session.CurrentService" render="Label" position="[B]123,524[/B]" size="800,38" font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
    </screen>

and you are changing the bold to

Modded

Code:
    <screen name="InfobarChannelName">
        <widget source="session.CurrentService" render="Label" position="[B]234,524[/B]" size="800,38" font="Bold;28" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="center" halign="left" noWrap="1">
            <convert type="ServiceName">Name</convert>
        </widget>
    </screen>


So you just changed
123,524 to 234,524


Now save and close this file


So all is left is to ftp everything over to your box


infobar.xml & infobar-templates.xml
/usr/share/enigma2/slyk-1-hd/


infobar-90.png

/usr/share/enigma2/slyk-1-hd/mybackgrounds


------
4
------

Restart GUI


That is you done
enjoy and keep modding
 
Last edited:
You missed out when pressing ok twice:

Code:
    <!-- second info bar -->
    <screen name="SecondInfobarPicon1">
             <widget source="session.CurrentService" render="PiconBg"  position="110,502" size="104,64" transparent="0" alphatest="blend"  zPosition="5" />
                <widget  source="session.CurrentService" render="Picon" position="112,504"  size="100,60" alphatest="blend" backgroundColor="transparent"  transparent="0" zPosition="10">
            <convert type="ServiceName">Reference</convert>
        </widget>
    </screen>


Thank you anyways, love it

---------- Post Merged at 01:06 AM ----------

The right hand side there is too much happening for my liking. I like the half in bar one, as full in bar is even too busy for me. Sure once I have put up the plan you should convert it over. I'm ready for the next mod, something different
any ideas

How can we remove this little gap and get the infobar info joining with the infobar?

image.jpg
 
Was looking at getting the timeshift info to be as close to sky as possible in terms of showing how many minutes behind you are from live tv.

d606d4b09cbd725fa5da2f12b6a6bdf5.jpg


In order to achieve this you need to edit general.xml and remove the widget source for location and change position to remaining and then add in a new label for mins

Code:
<!-- timeshift PVR screens -->
<screen name="TimeshiftState" position="0,0" size="1280,720" backgroundColor="transparent" title="InfoBar" flags="wfNoBorder">
<widget name="statusicon" position="108,516" size="138,157" pixmaps="myicons/play_large.png,myicons/pause_large.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png" alphatest="blend" zPosition="5" />
<widget name="speed" position="124,524" size="106,106" font="Regular;32" foregroundColor="skyblue" backgroundColor="skydarkblue" valign="center" halign="center" transparent="1" zPosition="6" />
<widget source="session.CurrentService" render="Label" position="80,640" size="138,22" font="Regular;24" valign="top" halign="center" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" zPosition="6">
<convert type="ServicePosition">Remaining</convert>
</widget>
<eLabel text="mins" position="158,640" size="100,22" font="Regular;24" foregroundColor="white" backgroundColor="skydarkblue" valign="top" halign="center" transparent="1" zPosition="6" />
</screen>


Sent from my iPhone using Tapatalk
 
Last edited:
You missed out when pressing ok twice:

Code:
    <!-- second info bar -->
    <screen name="SecondInfobarPicon1">
             <widget source="session.CurrentService" render="PiconBg"  position="110,502" size="104,64" transparent="0" alphatest="blend"  zPosition="5" />
                <widget  source="session.CurrentService" render="Picon" position="112,504"  size="100,60" alphatest="blend" backgroundColor="transparent"  transparent="0" zPosition="10">
            <convert type="ServiceName">Reference</convert>
        </widget>
    </screen>


Thank you anyways, love it

---------- Post Merged at 01:06 AM ----------

The right hand side there is too much happening for my liking. I like the half in bar one, as full in bar is even too busy for me. Sure once I have put up the plan you should convert it over. I'm ready for the next mod, something different
any ideas

How can we remove this little gap and get the infobar info joining with the infobar?

View attachment 18420


never ever seen that screen before lol
 
Status
Not open for further replies.
Back
Top