Slyk Skin Mods

Status
Not open for further replies.
Hello silver! Sorry for bothering, I'm really enthusiastic for the work you are doing, can you please help me?

I'm a bit new to this...hence still digging...recently purchased H2S and flashed with openatv 5.3, if this is fit for it, could you suggest any change required to get this installed?

Thank you & cheers..

For now try a backup in the h2s section or use kiddacs barebones guide http://www.techkings.org/zgemma-star-2s/84949-bare-bones-openatv-new-setup-guide.html then once you have got your head around it and happy with you setup play around with the mods
 
The skin is setup to take them on the top left of the info bar already. But the right side I would need to look in to it
 
Shutdown Screen text Colour

Shutdown Screen text Colour

FTP in to your box to this location
/usr/share/enigma2/slyk-1-hd/general.xml


make sure to take a backup before hand just incase


line
486 - 489




Code:
    <screen name="QuitMainloopScreen" flags="wfNoBorder" position="fill">
        <ePixmap pixmap="mybackgrounds/reboot.png" position="0,0" size="1280,720" alphatest="blend" zPosition="10" />
        <widget name="text" position="center,520" size="720,100" font="Regular;22" foregroundColor="[B]skyblue[/B]" transparent="1" halign="center" zPosition="11" />
    </screen>

the text in bold is the bit your looking to change with a new colour


you can change it to any hex colour i think, but there is a list of skin colours listed in skin.xml
which can be found at
/usr/share/enigma2/slyk-1-hd/skin.xml


they are lines 87-117


Code:
    <!-- default colour list -->
    <colors>
        <color name="[B]transparent[/B]" value="#ff000000" />
        <color name="[B]transpBlack[/B]" value="#80000000" />
        <color name="[B]black[/B]" value="#00000000" />
        <color name="[B]red[/B]" value="#00ff0011" />
        <color name="[B]green[/B]" value="#307e13" />
        <color name="[B]blue[/B]" value="#000064c7"/>
        <color name="[B]blue[/B]" value="#000064c7"/>
        <color name="[B]white[/B]" value="#00ffffff" />
        <color name="[B]zapgreen[/B]" value="#00007f0e" />
        <color name="[B]verydarkgrey[/B]" value="#00555555" />
        <color name="[B]darkgrey[/B]" value="#279e9fa4"/>
        <color name="[B]grey[/B]" value="#008c8c93" />
        <!-- slyk1 Colours -->
        <color name=[B]"transBG[/B]" value="#5A090909" />
        <color name="[B]black50[/B]" value="#80000000" />
        <color name="[B]skyblue[/B]" value="#005ea1e3" />
        <color name="[B]skylightblue[/B]" value="#0097c2ed" />
        <color name="s[B]kydarkblue[/B]" value="#0016356e" />
        <color name="[B]skygold[/B]" value="#00f2d320" />
        <color name="[B]skygoldbg[/B]" value="#00f3c019" />
        <color name="[B]skylightrow[/B]" value="#00204482" />
        <color name="[B]skytitlebackground[/B]" value="#0015326a" />
        <color name="[B]titleshadow[/B]" value="#0014407e" />
        <color name="[B]backgroundtop[/B]" value="#00050914" />
        <color name="[B]backgroundmid[/B]" value="#0008142e" />
        <color name="[B]backgroundbot[/B]" value="#000c234c" />
        <color name="[B]skydarkbluebg[/B]" value="#0016356e" />
        <color name="[B]guidecolor[/B]" value="skyblue" /> <!-- value="skygold" -->
    </colors>

you can pick any of these colours. just copy the name or the Hex value over the bold text above




Once edited save and overwrite
restart GUI


Works on V4
Use at your own risk, if you dont know what your are doing be safe, with a backup
 
Last edited:
Cheers for this, did manage to find it myself after asking here, but it's a good mod to share especially if you want to change boot screens and have the colour of the text to match it.
 
I just thought someone else could use it

i have a white logo and I can't get it looking good at all. Might just remove it
 
techkings members... ripping my skin apart since 2015 ;)


you know what people are like
never happy.

thats why i started it away from your thread. keep it to your skin and keep this to messing it up lol

i should add dont run to kiddac if you break it
 
I get asked a lot to create a unique skin that isn't based on a popular provider. Maybe I should start a thread, get the community involved and through questions and answers create a skin that the masses have invented.
 
Epg Arrow and line

Epg Arrow and line


In the standard epg you get a clear line with a blue arrow and blue line with a blue arrow. so if you want it to stand out a bit more you can try this simple mod. Now turned in to yellow line with a yellow arrow. you can see it bellow


epgyellowline.jpg

How to:

Download
https://www.dropbox.com/s/ifj47gu7h6jhuhd/EpgYellowLine.zip?dl=0


FTP in to your box to this location
/usr/share/enigma2/slyk-1-hd/epg

replace with the three files in "Mod" folder.

restart GUI


Works on V4
Original files supplied
Use at your own risk, if you dont know what your are doing be safe, with a backup
 
Last edited:
TV / Radio Button Name Removed

TV / Radio Button Name Removed of Preview Picture

tvbuttonnameremoved.jpg


FTP in to your box to this location
/usr/share/enigma2/slyk-1-hd/ChannelSelection.xml

Backup Original file first

Code lines - 181 - 186

Code Before

Code:
        <!-- tv -->
             <widget source="session.VideoPicture" render="Pig" position="798,145" size="200,112" zPosition="4" backgroundColor="#ff000000" />
        <eLabel position="798,145" size="200,14" zPosition="5" backgroundColor="[B]black50[/B]" />
        <widget source="[COLOR=#ff0000][I]session.CurrentService[/I][/COLOR]" render="Label" position="798,145" size="200,14" font="Regular;11" foregroundColor="white" backgroundColor="black50" borderWidth="1" borderColor="black" transparent="1" valign="center" halign="center" noWrap="1" zPosition="6">
            <convert type="ServiceName">Name</convert>
        </widget>

Change the Bold (black50) to transparent
Delete the Italics Red

Code After

Code:
        <!-- tv -->
             <widget source="session.VideoPicture" render="Pig" position="798,145" size="200,112" zPosition="4" backgroundColor="#ff000000" />
        <eLabel position="798,145" size="200,14" zPosition="5" backgroundColor="[B]transparent[/B]" />
        <widget source="" render="Label" position="798,145" size="200,14" font="Regular;11" foregroundColor="white" backgroundColor="black50" borderWidth="1" borderColor="black" transparent="1" valign="center" halign="center" noWrap="1" zPosition="6">
            <convert type="ServiceName">Name</convert>
        </widget>

save and ftp back over to
/usr/share/enigma2/slyk-1-hd/ChannelSelection.xml
restart GUI
 
Last edited:
Epg Arrow and line


In the standard epg you get a clear line with a blue arrow and blue line with a blue arrow. so if you want it to stand out a bit more you can try this simple mod. Now turned in to yellow line with a yellow arrow. you can see it bellow


View attachment 18281

How to:

Download
https://www.dropbox.com/s/ifj47gu7h6jhuhd/EpgYellowLine.zip?dl=0


FTP in to your box to this location
/usr/share/enigma2/slyk-1-hd/epg

replace with the three files in "Mod" folder.

restart GUI


Works on V4
Original files supplied
Use at your own risk, if you dont know what your are doing be safe, with a backup

How did you reduce the size of the text in the epg?
 
I am using wooshbuild and on the numberzap i noticed the service name sometimes wouldnt fit in the box due to the channel number now being a part of the service name

It was an easy fix as was only a change of font size from 25 to 20 and now it fits.

Download from here https://www.dropbox.com/s/kj9grah61b613xd/general.xml?dl=0

And ftp to following location

/usr/share/enigma2/slyk-1-hd and overwrite existing file.

<widget name="servicename" position="15,45" size="210,38" backgroundColor="skydarkblue" transparent="1" font="Regular;20" borderWidth="0" valign="center" halign="center" foregroundColor="skyblue" zPosition="1" />

2be1fdf4372089ee8cf0662641229f6c.jpg



Sent from my iPhone using Tapatalk
 
Epg Arrow and line


In the standard epg you get a clear line with a blue arrow and blue line with a blue arrow. so if you want it to stand out a bit more you can try this simple mod. Now turned in to yellow line with a yellow arrow. you can see it bellow


View attachment 18281

How to:

Download
https://www.dropbox.com/s/ifj47gu7h6jhuhd/EpgYellowLine.zip?dl=0


FTP in to your box to this location
/usr/share/enigma2/slyk-1-hd/epg

replace with the three files in "Mod" folder.

restart GUI


Works on V4
Original files supplied
Use at your own risk, if you dont know what your are doing be safe, with a backup

How did you reduce the size of the text in the epg?

the text in the epg can be changed on box, when in the epg hit menu go down to event font size and change it. i have it on -8
but try different sizes out and see what you like

---------- Post Merged at 07:45 AM ----------

thanks gmanpanthro, i have added it to the index at the start

---------- Post Merged at 08:08 AM ----------

right what do people think of this one

im trying to add a progress bar in to the epg so you can see how far the current show is
a wee sample so for

above
epgprogress.jpg

below
epgprogress2.jpg

but let me know where would be a good place for it or how would you like it to look or is it silly
 
Last edited:
Status
Not open for further replies.
Back
Top