What's new

Slyk Skin Mods v5

Status
Not open for further replies.
Im sure this was mentioned before and fixed can't remember what thread and slyk1hd version it was in though its probably been deleted lol

Sent from my SM-G925F using Tapatalk
 
the program was fixed. Gooner now wants his hacked in start time to also change.

the channel is declared in infobargenerics.py

it has its own function for switching between the 2 channels. there is no reference to any time at all.

Code:
[TABLE="class: highlight tab-size js-file-line-container"]
[TR]
[TD="class: blob-code blob-code-inner js-file-line"][COLOR=#A71D5D]def[/COLOR] [COLOR=#795DA3]getEvent[/COLOR](self):[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]		[COLOR=#ED6A43]self[/COLOR][[COLOR=#183691]"epg_description"[/COLOR]].setText([COLOR=#183691]""[/COLOR])[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]		[COLOR=#ED6A43]self[/COLOR][[COLOR=#183691]"FullDescription"[/COLOR]].setText([COLOR=#183691]""[/COLOR])[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]		[COLOR=#ED6A43]self[/COLOR][[COLOR=#183691]"channel"[/COLOR]].setText([COLOR=#183691]""[/COLOR])[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]		ref [COLOR=#A71D5D]=[/COLOR] [COLOR=#ED6A43]self[/COLOR].session.nav.getCurrentlyPlayingServiceOrGroup()[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]		[COLOR=#ED6A43]self[/COLOR].getNowNext()[/TD]
[/TR]
[TR]
[TD="class: blob-num js-line-number, align: right"][/TD]
[TD="class: blob-code blob-code-inner js-file-line"]		epglist [COLOR=#A71D5D]=[/COLOR] [COLOR=#ED6A43]self[/COLOR].epglist

...[/TD]
[/TR]
[/TABLE]
 
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?


Sent from my iPhone using Tapatalk
No1gooner what does AD stand for please on the second info bar and is the "SD" on the second info bar for standard definition. I ask because on the same channel I have not got AD or SD on mine only DD HD W S
 
Oh well no worries thanks anyway kiddac.

Simpleman AD stands for audio description and yes SD is standard def, these are chabs icons that I replaced kiddac's with, kiddac doesn't use AD in his skin so you won't see it, in regards to SD it will show when your on a standard def channel and Visa Versa with a HD channel.
 
Last edited:
Oh well no worries thanks anyway kiddac.

Simpleman AD stands for audio description and yes SD is standard def, these are chabs icons that I replaced kiddac's with, kiddac doesn't use AD in his skin so you won't see it, in regards to SD it will show when your on a standard def channel and Visa Versa with a HD channel.

Thanks for the reply that's what i thought It was the ITV HD channel that confused me
 
Okay thanks mate i will try that, so that means you had to install openvix custom epg?

---------- Post Merged at 11:08 PM ----------

Hey mate how did u seem to get the gap between the channel number and service name as you are using ab E2?


i didn't use abe2 in the end ; i closed the gap by creating the line 'servicenumberpadding="0"' on epg.xml ; where it says 'servicenamepadding' ; just add the line under it and set to 0
Okay thanks mate i will try that, so that means you had to install openvix custom epg?

---------- Post Merged at 11:08 PM ----------

Hey mate how did u seem to get the gap between the channel number and service name as you are using ab E2?


i didn't use abe2 in the end ; i closed the gap by creating the line 'servicenumberpadding="0"' on epg.xml ; where it says 'servicenamepadding' ; just add the line under it and set to 0
Okay thanks mate i will try that, so that means you had to install openvix custom epg?
 
of course they are. But as you lot seem to want to copy the original as much as possible? even though it makes it confusing and impractical, I though I would put them in.
 
of course they are. But as you lot seem to want to copy the original as much as possible? even though it makes it confusing and impractical, I though I would put them in.

Sorry, didn't mean to touch a nerve :)

It looks great either way
 
If it can't be used, I don't see the point in having it
these mods look well, but I haven't installed any
 
Is there a way of changing the function of the coloured buttons on the EPG? I want to alter the red button to take me back to the bouquet list if possible.
 
Is there a way of changing the function of the coloured buttons on the EPG? I want to alter the red button to take me back to the bouquet list if possible.

Press menu when you are in the EPG.. you can change the buttons there.
 
Is there a way of changing the function of the coloured buttons on the EPG? I want to alter the red button to take me back to the bouquet list if possible.

Press menu when you are in the EPG.. you can change the buttons there.

depends on the image latest openatv images allow this but adding epgselection.py overwrites it but it can be done in the epgselection.py
 
Status
Not open for further replies.
Back
Top