Skin Support - Post questions for all my skins in here.
- KiddaC
- Thread is marked as Resolved.
-
-
Display More
It's now 24 hour by default unless UK, US, or Australia. This can be overwritten by amending timeformat.txt in /usr/share/enigma2/slyk-commonTime = 12
or
Time = 24
Is it possible to honour the user option in the images please?
-
Is it possible to honour the user option in the images please?
My code is very basic.
Converter\Slyk18ClockToText.py
Converter\Slyk18ServicePosition.py
Renderer\SlykNextEventsTime.py
Codehours24 = False filename = '/usr/share/enigma2/slyk-common/timeformat.txt' if os.path.exists(filename): with open(filename, "r") as myfile: if 'Time = 24' in myfile.read(): hours24 = True else: hours24 = FalseI wouldn't even know what to reference from images.
And the way things are going, I presume every image is different.
And all my time formats were meant to be as close as possible to the original sky epgs.
Hence the need for custom converters.
These skins were designed many years ago, before the images started allowing dates and times formats to be changed by the user -
The time format code for skins should be consistent across the images.
I think one of the skin commits is here. Might be an idea to check Metrix HD for corresponding commit
No biggee if you can't or won't change it.
-
After updating to latest slyk1080r19
Using latest vix
When pressing blue button the screen that pops up is stretched , also shows same stretched screen when a watched recording gets stopped.
Be for updating the skin it was a nice square box in the centre of the screen
Any idea how to fix thanks
-
can you install my screennames plugin, so I know what that screen is called
Enigma2 Skin Screen Names Plugin
And latest skin from where. Here or feeds -
can you install my screennames plugin, so I know what that screen is called
Enigma2 Skin Screen Names Plugin
And latest skin from where. Here or feedsinstalled skin from here
screen names
['ExtentionsList', 'ChoiceBox']
['ChoiceBox']
['MovieListTags', 'ChoiceBox']
***EDIT***
also noticed that screen [VideoSetup', 'Setup'] has collum lines in similar to whats used in the movie mod recordings. which dont appear in any other settings screens.
ciSelection is unskinned aswell
-
Common interface isn't skinned in that skin - correctI have combined the openatv and openvix choiceboxes.
But... for some reason I have openatv choicebox at size="1620,500". This is probably so it fits into that standard old sky layout.
but vix old choicebox was 900 pixels wide.
But because one is 1620 the parent is 1620.
I will have to get back to you on that one. Its probably fixable. I just haven't got time tonight to test it.Code
Display More<screen name="ChoiceBox" position="center,center" size="1620,500" zPosition="5"> <panel name="ATVChoiceBox" conditional="cancelAction"/> <panel name="VIXChoiceBox" conditional="description"/> </screen> <!-- ChoiceBox.py --> <screen name="ATVChoiceBox" position="center,center" size="1620,500"> ... ... <screen name="VIXChoiceBox" position="center,center" size="900,720" backgroundColor="messageboxbg"> <widget name="list" position="0,0" size="900,324" itemHeight="54" font="Regular;39" foregroundColor="white" backgroundColor="messageboxbg" foregroundColorSelected="skydarkblue" backgroundColorSelected="skygold" selectionPixmap="2018-selectbars/bar-54.png" transparent="1" scrollbarMode="showOnDemand" enableWrapAround="1"/> <widget name="text" position="0,400" size="900,108" font="Regular;39" foregroundColor="white" backgroundColor="messageboxbg" valign="center" halign="center" transparent="1"/> <applet type="onLayoutFinish">self["list"].instance.setItemHeight(54)</applet> </screen>
The setup screens were all tested many years ago. And follow a similar structure to the original sky epg.
but there are lots of variations in the file.
/usr/share/enigma2/slyk-1080-r19/s-menus.xml -
any update on a fix for the above yet please mate
-
I will see if I have time tonight. I need to finish off my e2sentials mod first.
-
Just had to think long and hard where a choicebox appears on openatv.
Extension list
pasted-from-clipboard.png
Audio extension
pasted-from-clipboard.png
Instant record
pasted-from-clipboard.png
There is another screen somewhere that is long text, but I cant remember where.
But in summary I can probably reduce the size of these choiceboxes -
try this file please roadrunner08
For other vix screens that are not skinned. You would have to send me a screenshot of what they look like now. (while screennames plugin is turned on)
/usr/share/enigma2/slyk-1080-r19/
pasted-from-clipboard.png -
Not choicebox but [MessageBox] for flashonline as you will notice you cannot see the rest of the text for slot 1 i,e, (Curent)
P.S. this is on openatv
-
try this file please roadrunner08
For other vix screens that are not skinned. You would have to send me a screenshot of what they look like now. (while screennames plugin is turned on)
/usr/share/enigma2/slyk-1080-r19/
pasted-from-clipboard.pngKiddaC is this fix for openvix? as the file says openatv?
-
roadrunner08 , yes it is for vix and openatv
-
It’s pulled the sides in but the bottom is too long now
-
is this any better
-
is this any better
that file hasnt altered it at all mate
-
is this any better
that file hasnt altered it at all mate
did you reboot GUI
-
is this any better
that file hasnt altered it at all mate
did you reboot GUI
i did mate
Enhance your Enigma2 with KiddaC's creations
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
