What's new

Slyk Skin Mods

Status
Not open for further replies.
You need to download them all to your computer from the dropbox link in my post above. Then once downloaded you then need to ftp them over to your box and replace the original ones with my ones.

Use a program like filezilla and connect to your boxes ip address. Then ull need to navigate through the following folders:

usr, then share, then enigma2, then slyk-1-hd and then finally icons.

Now drag and drop my files from your computer via filezilla into that icons folder.

Then on ur remote control press menu and select the standby/restart option. In here choose restart gui. Once box has been rebooted my icons will be visible in your planner/file list of recorded programmes.

Thanks gman :)
 
Yeah its the same colour as the dark blue in the rows. I tried it with transparent background but it didnt work right because the text is so small, when u move the gold line down to it, it becomes impossible to read as its swamped in gold colour.
 
Thing black border ?
i see the text changes colour.
can you change the png when it's selected? So it looks different
 
Thing black border ?
i see the text changes colour.
can you change the png when it's selected? So it looks different

Is this any better? Im not a very good graphic designer lol so changed it to black background and increased font size too

5ef62e1a8e89028f0e636bf68a5941e6.jpg
 
Can't you put it after the program name and make it longer so it says viewed and recorded

No as its part of the coding of the box itself, not kiddacs skin. As he doesnt even reference them at all in his xml files. So anything not referenced just gets used the way its set out in the underlying coding of the box. All u can do is create a new icon same dimensions of the original and that gets used instead.
 
As mentioned somewhere else. If the icons are confusing you on movie planner you can change them to a small progress bar or larger progress bar in the options. Press menu on this screen. I just prefer the little icon personally.
 
As mentioned somewhere else. If the icons are confusing you on movie planner you can change them to a small progress bar or larger progress bar in the options. Press menu on this screen. I just prefer the little icon personally.

What are the those progress bars called within the file system? As ive searched high and low and cant find them at all
 
yeah it was the 2nd option i was after.

after some digging about the .py files on the github site i found this line in one: getConfigListEntry(_("Show status icons in movielist"), config.usage.show_icons_in_movielist, _("Shows the watched status of the movie."))]
which then lead me to this section in another .py file

config.usage.show_icons_in_movielist = ConfigSelection(default = 'i', choices = [
('o', _("Off")),
('p', _("Progress")),
('s', _("Small progress")),
('i', _("Icons")),
])

so within the config.py i found the class ConfigSelection, but couldnt find anything there to point to where the progress and small progress png files could be stored in the system
 
what is this screen called ?

View attachment 18594

when you are on main video screen and press left or right ?

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

i see in the latest update of the skin the infobar has been changed
so the full in bar graphic cant just be changed
 
il try it again

Screen_Shot_2016_07_31_at_08_05_39.png

what screen is this ?

never worry about the worry about the last bit im going to roll back in version
 
Can anyone help me with my EPG? I tried adding the smaller Now Description in EPG mod and now my description scrolls across instead of showing the whole description in the box. Probably not the best description from me but here's a picture to show it:

View attachment 18601

Can anyone tell me what I've broken and how to fix it? I had a quick look buy I don't want to make anything worse.

I posted this in the skin thread but should've probably posted it here, as mentioned I added the smaller Now Description mod setting into the epg.xml file on my box and now my description scroll rather than the fill the box. Can anyone tell me what I've broken and how to fix it? I had a look but I don't want to make it worse!
 
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" />

Dropbox file broken? which file is it within this folder? Or has this been sorted in the latest update?
 
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" />

Dropbox file broken? which file is it within this folder? Or has this been sorted in the latest update?

its in the general.xml

<!-- numberzap -->
<screen name="NumberZap" position="108,593" size="240,81" flags="wfNoBorder">
<ePixmap pixmap="mybackgrounds/numberzap.png" position="0,0" size="240,81" zPosition="-1" />
<widget name="number" position="15,5" size="210,38" backgroundColor="skydarkblue" transparent="1" font="Regular;25" borderWidth="0" valign="center" halign="center" foregroundColor="white" zPosition="1" />
<widget name="servicename" position="15,45" size="210,38" backgroundColor="skydarkblue" transparent="1" font="Regular;25" borderWidth="0" valign="center" halign="center" foregroundColor="skyblue" zPosition="1" />
</screen>
 
Status
Not open for further replies.
Back
Top