What's new

Slyk Skin Mods v5

Status
Not open for further replies.
Wasn't there a plugin written at one stage that allowed you to change the button functions from within the menu?
I'm going to work now but I'll have a hunt for it later on.
 
still plodding along with the planner

View attachment 19959

looking really good kiddac :)

i was also googling for a few hours the other day with regards to the progress bar for hdd disk space but couldn't find anything useful; only thing i can think of i'm not sure if it would be a possibility; is use a number of different pngs that are named something like plannerprogress_part1.png ; plannerprogress_part2.png ; plannerprogress_part3.png etc etc and set it up the same way as the icons are used in the planner screen?

your planner mods are looking cool though; as far as the fake tabs go perhaps later down the line movielist.py could possibly be hacked to have the tabs active like in the epgselection.py for epg tabs?
 
you probably can't...

A bit off a blast from the past here kiddac this i posted in december 2015 on your old thread, as you can see the start time on the second infobar used to be included in V1 or V2, this would of changed when pressing next> as the problem with it last time was the programme name didn't change but the time did which you then fixed like dsayers mentioned a few post's up, so what i'm getting at is if it worked then it would work now if you could possibly rack your brains for me! sorry about the sideways picture!
IMG_1877.jpg
 
the oldest file I have and the only v2 file I have is v2.003 3/12/2015 that didn't even have the vix swap code

Code:
    <screen name="SecondInfobarProgramNowStartTimeTop">
        <widget source="session.Event_Now" render="Label" position="15,71" size="95,50" font="skybold;28" halign="left" valign="center" backgroundColor="skydarkblue" foregroundColor="skylightblue" transparent="1" zPosition="3">
            <convert type="EventTime">StartTime</convert>
            <convert type="ClockToText">Format:%H:%M</convert>
        </widget>
    </screen>
    <screen name="SecondInfobarProgramNowNameTop">
        <widget source="session.Event_Now" render="Label" position="100,71" size="919,50" font="skybold;28" noWrap="1" foregroundColor="skylightblue" backgroundColor="skydarkblue" transparent="1" valign="center" zPosition="3">
            <convert type="EventName">Name</convert>
        </widget>
    </screen>

i didn't have it all in any v3.

It was brought back in, in v4 but with no time

It might be worth digging out an old blue hd ipk. To see if they had it in.
 
for slyk1hd? timers.xml in the slyk1hd folder for the py google image github timers ie openvix github timers the first one timer.py
 
Last edited:
anyone know what part of the modified of the epgselection.py is for epgtabs I want to include this in the default epgselection.py so we still have the options of changing the functions of the colored buttons
 
Yea just having a look with xml ranch and can't work it out I'll have a look at winmerge thanks

sorted ;) thanks kiddac works like a dream ill use winmerge for my other plans maybe some changes for atv

pull request made
Code:
https://github.com/openatv/enigma2/pull/476/commits

Sent from my SM-G925F using Tapatalk
 
Last edited:
So.. i'm not sure what i've done but hopefully someone can help.. I seem to have lost the progress bar on the pause screen when playing a recording... I'm not sure how long it's been missing so i don't know if it's one of the mods I have installed or something else..

Any help appreciated!

1_0_0_0_0_0_0_0_0_0.jpg
 
Last edited:
<ePixmap position="453,578" size="375,6" pixmap="myprogressbars/progress-500-10-bg.png" alphatest="blend" transparent="1" zPosition="3" />

<widget source="session.CurrentService" render="PositionGauge" position="453,577" size="375,8" transparent="1" zPosition="4"
pointer="myprogressbars/progress-375-6.png:375,0">
<convert type="ServicePosition">Gauge</convert>
</widget>
 
just in your main slyk folder then

myprogressbars/progress-500-10-bg.png
myprogressbars/progress-375-6.png


 
just in your main slyk folder then

myprogressbars/progress-500-10-bg.png
myprogressbars/progress-375-6.png

Thanks, i was looking for the file with the code in though... I have checked and both those images are present and correct..

Edit : Found it in movies.xml.. turns out it's looking for the progress bars in the mods folder.. and they're not there.. problem solved :)
 
Last edited:
Status
Not open for further replies.
Back
Top