Where are your old movie files saved.
HD / USB / Internal
If HD or USB just plug them into windows and run a file undelete program like Recuva.
If your external media has been converted to Ext4 then windows wont be able to view them though.
Where are your old movie files saved.
HD / USB / Internal
If HD or USB just plug them into windows and run a file undelete program like Recuva.
If your external media has been converted to Ext4 then windows wont be able to view them though.
I installed pure2 and had a look at their code. It uses a custom menu.py screen. Then the modules to do the different menu styles are hidden away in a .so file.
So thats no use for a nosey.
I think most examples I have seen of this seem to be very similar coded to your version anyway.
As i said earlier I was hoping to be able to do a custom component for skins without overriding the original menu.py
i.e the component would take the current menu titles, and layout them out depending on the option chosen in the skin code. Like your plugin does but not relying on a plugin.
I looked into this briefly but didn't get very far with it.
By grid, I mean like you get in panel plugins.
Are you meaning you are downloading your satellite box streams with something like openwebif.
Which will give you a local network link something like this.
http://192.168.1.1:8001/1:0:19:1B1D:802:2:11A0000:0:0:0:
This uses your box to play the stream. If you only have 1 tuner on your box you will only be able to view channels that are on the same transponder as currently playing on your box. If you want to view any channels you have downloaded, just turn your box into standby to free the tuner.
If you have multiple tuners, then you should have no problem viewing 1 stream on your box and a different stream on another device.
If your streams are on a different satellite and you need to move your dish, you probably need a mobile phone app to change the channel first. something like Enigma2 Remote Control.
Openskin-designer is useful for beginners. But it only works on skins that have all the elements in one skin.xml file.
If the skins are spread over several template files then openskin-designer will not work.
All skin files live here on your satelitte box /usr/share/enigma2/[skin folder]
Skin files are in xml format. So it helps if you have an xml editor. I always suggest xml wrench as its free and has a built in syntax chacker. Notepad++ is also perfectly fine.
You can either edit the file directly on your box by right clicking the file and then edit.
Or you download them. Edit them offline and reupload back to your box.
Any changes to a skin, need a reboot of your gui. IF your box bootloops and stops at 49, then there is an error in the skin.
Just undo your amend to come out of the bootloop.
XML files are easy to read. So its just a case of finding the correct screen and element and amending the relevant values or graphic references.
If you don't know what a particular screen is called an easy way to find this is to turn on debug logs on your box. This debug log settings in your log settings. Menu... setup.. system...log settings.
Go to the screen your interested in. Then in your ftp software view your last debug log in /home/root/logs
you will see the last screen you visited near the end of the file.
For example
23:34:38.1261 { } Screens/Screen.py:151 show [SCREENNAME] InfoBar
Then it would just be a case of searching for that screen in the xml files.
<screen name="InfoBar" .......
Your question is very broad.
What are you wanting to view these on. PC, Android box/phone/firestick, Enigma2 Satellite Box?
Do you have a satellite dish?
What country channels are you after?
Any specific channels you are looking for?
There are more experts on here than me on this subject but try this
in
/usr/keys/oscam_atv
edit oscam.server
[reader]
label = name1
enable = 1
protocol = newcamd
device = domain.com ,1234 - *1234 being your port number
key = 0102030405060708091011121314
user = user
password = pass
fallback = 1
group = 4
#inactivitytimeout = 10
#emmcache = 1,3,31
#blockemm-unknown = 1
#blockemm-u = 1
#blockemm-s = 1
#blockemm-g = 1
IF Cline
[reader]
label=name
protocol=cccam
device=domain.com ,1234 - *1234 being your port number
user=user
password=pass
group=1
inactivitytimeout=30
cccversion=2.3.2
cccmaxhops=3
ccckeepalive=1
cccreshare=1
Then just go into softcams, change cam to oscams and restart cams.
Post any mod requests or your own mods in this thread.
Hi Pcd,
How busy are you nowadays. I was just looking around the net for a horizontal menu for enigma2 for a future plugin and I remembered this old one you did a few years ago. If you install blue hd skin first and then your plugin, it still seems to stand the test of time without too many crashes (Pressing numbers crash it).
I have had a good look around the source code of this plugin and I get most of what it's doing, but wondered if you fancied a new challenge of writing a new menu component instead of overwriting the original menu.py screen.
I am going to attempt to do something like this myself. But as you seem more skilled than me in this department I thought I would ask you first.
I am thinking something along these lines. These are just ideas off the top of my head. Just thinking out loud.
Vertical Menu (with selected element text and selectionPixmap enlarged)
<screen name="vertical-menu" ...
<widget name="vertical-menu" .... selectedTextScale="2" vMenuSelectionSize="200,100" vMenuSelectionPixmap="graphic.png" itemHeight="80"
vMenuSelectionPixmap, finds the current coordinates of current selection, then float the new pixmap and label over the top. (center aligned). Or something like that.
Elements are spaced out based on itemheight and cut off accordingly like current menu
a bit like the current sky q menu style.
Horizontal menu (with selected element text and selectionPixmap enlarged)
<screen name="horizontal-menu" ...
<widget name="horizontal-menu" selectedTextScale="2" numberOfItems="5" hMenuSelectionSize="200,100" hMenuSelectionPixmap="graphic.png" itemHeight="80"
menu items are spaced out based on the number of items.
Grid Menu (with selected element text and selectionPixmap enlarged)
<screen name="grid-menu" ...
<widget name="grid-menu" selectedTextScale="2" numberOfColumns="5" gMenuSelectionSize="200,100" gMenuSelectionPixmap="graphic.png" itemHeight="80"
its easy when you know how :)
Press menu on channel select... settings...show columns... disable
Named Colours have to be defined in skin.xml i.e. skygold and the hex value used. I presume i have deleted the colour skygold as its not used anywhere. Just use an online colour picker to find a deep yellow hex value.
My old skygold hex value is: #f2d320
Movie Planner Mod
Install the KiddaC Skin E2sentials plugin here.
Turn it on in KiddaC Skin E2sentials plugin settings.
Press menu on the movie planner screen and go into settings.
Number of rows - <= 14
Use extended List - Slyk Q Planner.
Top Picks
Toppicks only appears on the main menu. There is currently no alternative main menu without the toppicks graphics.
If you do not install the toppicks mod, the main menu graphics will remain static.
How to enable toppicks
Install the KiddaC Skin E2sentials plugin here.
KiddaC Skin E2sentials
Use the settings in the KiddaC Skin E2sentials plugin to customise your toppicks.
Frequently Asked Questions
General Skin Questions
Q) Do I have to uninstall any previous skins.
A) No. You can install as many skins as you want. All my skins are sequentially named so you just need to install my skins over the top of old ones.
If you are using any of my existing skins, switch to default skin before installing the IPK, so there is no clashing with the custom components I use.
Q) I want to edit/faff/mod your skin, where do your files live on my box
A) /usr/share/enigma2/slyk-q-1080
Q) Will slyk skin work on [random box name]
A) Just try it and see. It will either work, be part skinned, or not install at all. It won't break anything
Q) My display seems to cut some of your skin off. How do I recenter everything.
A) Menu... setup...system...user interface...position setup
Q) I am struggling to use FTP software. Can I install your skin via a USB Stick
A) Yes. You need to have the correct folder structure on your usb though. create a media folder. Inside that create a usb folder. Inside that place your
ipk file.... media/usb/file.ipk
Q) I have been faffing with your skin and now my box only counts up to 49 and then boot loops. Do I need to reflash.
A) If your box is stopping at 49 count up. This is usually a skin problem. Either undo your last edit and save. Or delete my entire skin folder and
install it again. Your box will then continue to load normally. No reflash required.
Q) Will installing your skin reset all my personal settings
A) Installing a skin does not effect any of your settings on your box. Installing a new version will override any modifications you have made in the
skin files or extras.xml though.
Movie Player Questions
Q) My movie planner isn't skinned
A) By default OpenAtv will use Enhanced Movie Center. This is not skinned. Either remove or disable EMC in plugins menu.
Q) My movie planner is all squashed up
A) Press menu button on movie planner and set the number of rows to <=14
InfoBar Questions
Q) Pressing OK twice brings up event view and not 2nd infobar.
A) See recommended settings above. (OSD Settings)
Q) What picons can I use with your skin
A) Any size. I now have a custom picon resizer so all picons will upscale or downscale nicely.
Q) Why has my picons got a coloured background
A) OSD settings. Show picon background colour – Disabled
EPG Questions
Q) My epg doesn't look like your screen shots.
A) Press menu on the epg and change the display type to graphics and not text.
You might have the expanded epg displaying. If so hold the TV button on the epg to switch between normal and expanded epg.
Q) My epg looks all squashed up. How do I make it more spread out like yours
A) On EPG, press menu change the timescale option to be less. i.e 120 minutes.
Q) On the EPG how do I switch between the bouquets.
A) Press Prev or Next button. Or press TV button to bring up a bouquet list
Recommended Settings
Channel selection settings...
Graphical infobar EPG Settings…
GraphicalEPG settings…
EPG Settings...
Movie Planner settings… (file list button… menu…settings)
OSD settings… (Usage & GUI… OSD settings) – vix menu locations will be slightly different
Available amends
Picons
The infobar picons can be 220x132 or 400 x 240
picons go in your picon folder (no need for xpicon folder)
i.e /media/hdd/picon
/usr/share/enigma2/slyk-q-1080/q-picons.xml
<screen name="infobar-picons">
<panel name="infobar-picons-2"/>
</screen>
<screen name="eventview-picons">
<panel name="eventview-picons-2"/>
</screen>
<screen name="movie-eventview-picons">
<panel name="movie-eventview-picons-2"/>
</screen>
<screen name="infobar-picons">
<panel name="infobar-picons-3"/>
</screen>
<screen name="eventview-picons">
<panel name="eventview-picons-3"/>
</screen>
<screen name="movie-eventview-picons">
<panel name="movie-eventview-picons-3"/>
</screen>
Logo (Slyk or Original)
/usr/share/enigma2/slyk-q-1080/q-main-templates.xml
<screen name="logo">
<ePixmap pixmap="2018-backgrounds/logo1.png" alphatest="blend" position="92,54" size="144,78" zPosition="2" />
</screen>
or
<screen name="logo">
<ePixmap pixmap="2018-backgrounds/logo2.png" alphatest="blend" position="92,54" size="144,78" zPosition="2" />
</screen>
| Main Menu Toppicks |
Channel Select (TV Button) |
| 9d9888.png | 2c68447.png |
| Graphical EPG (EPG Button) |
Infobar (OK Button) |
| 787613647532a37f5837552a.png | 9771a47f767789b14e5c949.png |
| SecondInfobar (OK Button Twice) |
Multi
EPG ( < or > with view mode set to multi) |
| b870eabf8c0ffd039f5024.png | 802bd26df4b50837991a.png |
| Vertical EPG (OpenATV) |
New Virtual Keyboard |
|
ac15c.png |
c31fa44b61d0d29.png |
| Movie Planner - Mod |
Movie Player |
| 0d167c0.png | 159ec58c.png |
Welcome to Slyk Q 1080 (Version 1.54) ** last updated 28/09/2025
Install first for all my skins - only needs installing once
enigma2-plugin-skincomponents-kiddac-shared-skin_1.15_all.ipk
Main skin file
enigma2-plugin-skins-slyk-q-1080_1.55.20260109_all.ipk
See GraphicalEPG recommended settings below (Important)
Optional Installs - see seperate instructions posts below
Top Picks Mod and Movie Planner Mod has now been moved into new plugin - KiddaCs Skin E2sentials.
KiddaC Skin E2sentials
This skin will only work on newer builds due to the new button codes being used.
Compatibility:
This skin will work on the majority of OE Aliiance builds (OpenATV 6.3, OpenVix, ItaltSat, openbh etc. Not OpenPli or Blackhole) and the majority of modern enigma2 boxes (ZGemmas - openatv, XTrends, VUs, Mut@nts, Edisons, dinobots etc.)
Installing the skin:
FTP the IPK file over to your temp folder. var/volatile/tmp.
OpenATV install instructions
Once it has installed you need to set it as your skin.
Reboot your box if you are not prompted to.
---------------------------------------------------------------
OpenVix install instructions
Once it has installed you need to set it as your skin.
Reboot your box if you are not prompted to.
Instead of having a support thread for each skin, I am only now going to have 1 skin support thread. Other threads will soon be deleted.
Use this thread to post any question, bugs, feedback for any of my skins.
I will need to know.
Satellite Box
Image
Which exact skin and whether the 720 or 1080 version.