What's new

Slyk Skin Mods v5

Status
Not open for further replies.
not one to excite you little boys , but one has been rather busy.

I knew you could it :)...getting the recorded service name on each row - looks really good

---------- Post Merged at 05:44 PM ----------

Menu Mods as Promised..

Make sure you back up all the files PLEASE

Tested now...

Legend :) thanks chabs i will install this later tonight when the missus has stopped watching her crappy tv shows haha

---------- Post Merged at 06:15 PM ----------

@Kiddac not sure if it will help you with regards to your handy work on the planner screen you posted yesterday that you're working on; but i found these screens for the official sly ;

EDIT that blank slim 2nd column you can see on the first screenshot i think on the sly box is used to display the rating of the movie/programme - see screenshot three and there is a '15' in there - could be wrong but looks like thats what it is

20953i4285046C3E5F510A.jpg20162iAE32E6BF16E2337B.jpgViewed-Progress-1.jpg

I also found this screen for box sets

20513i287BC86BE2F15CFB (1).jpeg


it's very similar to what we see when red is pressed to go to this screen :

1_0_1_23FC_7F9_2_11A0000_0_0_0 (2).jpg

Would something like the box sets screen be possible for the above screen?
 
Last edited:
chabs any closer on doing this or pointing me in the right direction for it please
Honestly havent had time to check it out. Try google e2 progressbar converter

See if you get anything. I will try look into it when I get time.

Sent from my GT-I9505 using Tapatalk[/QUOTE]

would there be something in this plugin to use/change chabs for the % to progressbar

My Great Capture Screenshot 2016-09-28 18-17-43.jpg
 
Honestly havent had time to check it out. Try google e2 progressbar converter

See if you get anything. I will try look into it when I get time.

Sent from my GT-I9505 using Tapatalk

would there be something in this plugin to use/change chabs for the % to progressbar

View attachment 19910[/QUOTE]
What plugin is that??

Sent from my GT-I9505 using Tapatalk
 
grantdavey... although there is code in enigma2 to reference the program ratings i.e PG, 12, 18 etc. It doesn't actually work. Which is why you have probably never seen the program ratings show in an enigma2 skin. It might work on some satelittes but it certainly doesn't seem to work on 28.2e.

Because of this, this is why I have chosen to use this box as the icon box. It just makes more sense layout wise, and then I can use the last column potentially for the date.
 
Last edited:
grantdavey... although there is code in enigma2 to reference the program ratings i.e PG, 12, 18 etc. It doesn't actually work. Which is why you have probably never seen the program ratings show in an enigma2 skin. It might work on some satelittes but it certainly doesn't seem to work on 28.2e.

Because of this, this is why I have chosen to use this box as the icon box. It just makes more sense layout wise, and then I can use the last column potentially for the date.

no dramas mate, just thought those screens may prove useful when finalising the planner screen :)
 
Willo, Thanks I will return your money if you want as my box is working again now with a dodgy power adapter ;)

But here is where I am at with the planner mod. It's pretty much finished now as I have searched and searched and not been able to find a solution to the free disk space bar (yet).

I have got lots of testing still to do though. It was originally crashing the runningtext (scrolling text at top) on my last attempt. This seems to have stopped now.
I also need to add various different types of recordings to play about with.

Viewed progress bar background disappears when selected, hence why I have got a border on the progress bar at the moment.

Series icon is just a hack and will display for any folder. It has nothing to to with series.

And as this is overwriting 2 key core components, I have know idea what chaos this will cause on anything other than openatv.

planner-menu.jpg

planner2909.jpg

I have also left in the default layout if you ever wish to use another skin. (obviously the background would be right for a different skin)

planner-default.jpg
 
Last edited:
Willo, Thanks I will return your money if you want as my box is working again now with a dodgy power adapter

Glad you're back up and running. Leave it in the beer kitty in case you ever get chance to go out for a drink lol
Would it be difficult have a download text or icon for files that don't have a service name associated with them? I mean stuff that has been downloaded rather than recorded.
 
Last edited:
Menu Mods as Promised..

Make sure you back up all the files PLEASE

Tested now...

Were do the PNG files reference from ?
Im using ViX which im not sure is relevant but there's a few menu's that dont show PNG's
Example the main EPG menu doesn't show one, but the menu's inside do except the InfobarEPG setting menu


<widget source="menu" render="Pixmap" pixmap="skyicons/powertimers.png" position="60,101" size="183,81" alphatest="blend" zPosition="5">
<convert type="MenuEntryCompare">powertimer_edit</convert>
<convert type="ConditionalShowHide" />
</widget>


this one shows so i'm just trying to work out what the menu references are to assign the PNG files to the ones that dont show.

Thanks

Its ok i worked it out !!
 
Last edited:
Can anyone figure out how to bring in the event start time next to the event name in the second info bar like sky's? Been trying most of the afternoon with no luck!
e79ab83a91b5fc01aaa2f076383593d0.jpg



Sent from my iPhone using Tapatalk
 
Last edited:
. :) .

---------- Post Merged at 04:56 PM ----------

Code:
    <screen name="SecondInfoBar3" >
                <panel name="SecondInfobarPicon" />
                   <ePixmap position="108,367" size="1064,151" pixmap="mybackgrounds/v5-infobar95-top.png" alphatest="blend" zPosition="-1" />
[COLOR=#ff0000]                <widget source="session.Event_Now" render="Label" position="123,377" size="130,36" font="Bold;28" foregroundColor="skylightblue" backgroundColor="skydarkblue" transparent="1" noWrap="1" valign="top">[/COLOR]
[COLOR=#ff0000]            <convert type="EventTime">StartTime</convert>[/COLOR]
[COLOR=#ff0000]            <convert type="SlykClockToText">SlykHDTime</convert>[/COLOR]
[COLOR=#ff0000]        </widget>[/COLOR]
            <widget name="channel" [COLOR=#ff0000]position="253,377" size="664,36"[/COLOR] font="Bold;28" noWrap="1" foregroundColor="skylightblue" backgroundColor="skydarkblue" transparent="1" valign="top" zPosition="3">
            <convert type="EventName">Name</convert>
        </widget>
        <widget name="epg_description" position="123,413" size="1023,87" font="Regular;25" foregroundColor="white" backgroundColor="skydarkblue" transparent="1" valign="top" zPosition="3" />
            <panel position="1029,377" size="128,36">
                   <panel name="ServiceIcons" />
            </panel>
                <panel name="InfoBarTemplate2" />
    </screen>

secondinfobar1001b.jpg
 
Last edited:
Thanks Kiddac top man! Just one thing as your probably aware on vix when you bring up the second info bar and press next> it displays the next program, problem is the time stays the same, how can I get it to change along with the next program?
e10fa2de6671f13621fa829a7bd42b7e.jpg



Sent from my iPhone using Tapatalk
 
Status
Not open for further replies.
Back
Top