Unable to get sky epg bouquet tabs working

I have followed all of the steps below but still not able to see the tabs similar to whats in the image below. I'm quite new to OpenVix and would appreciate any guidance
epgyellowline.jpg

EPG Tabs

Please follow instructions carefully.
This is overwriting a default component on your box.
Incorrect install could brick your image.
** Disclaimer you install this at your own risk **

This only works with slyk 1 HD V1.92 and above.

1. First Install latest version of my slyk-1-HD skin from my skin folder

2. Download EPGSelection.py from this folder.

3. Navigate to /usr/lib/enigma2/python/Screens

4. In case of incorrect install make a copy of EPGSelection.pyo and keep it somewhere safe.

5. Delete existing EPGSelection.pyo

6. Upload new EPGSelection.py to /usr/lib/enigma2/python/Screens

7. Amend the first section of extras.xml that can be located on your box here /usr/share/enigma2/slyk-1-hd

7. Do a full reboot.

This also overrides your default coloured buttons in the EPG and stops your numeric keypad shortcuts. Keypad is now used to enter a number instead.
 
Have you copied the epselection.py AND rebooted the box?

Have you edited extras.xml so it looks like this?

<!-- Change the end number of each panel name in that section to personalise your skin. -->
<!-- DO NOT edit the screen name - only the panel name number -->
<!-- Reboot GUI required.-->
<!-- EPGS -->
<!-- EPG SKY TABS - amend the panel numbers below -->
<!-- 1 = original no tabs (default) -->
<!-- 2 = sky tabs - This also requires the EpgSelection.py as found in my dropbox. EpgSelection.py needs to be placed in /usr/lib/enigma2/python/Screens. Reboot required. -->
<!-- edit both panels -->
<!-- EPG (epg button)-->

<screen name="GraphicalEPGPIG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPGPIG2" />
</screen>

<screen name="GraphicalEPG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPG2" />
</screen>
 
This is what my extras.xml file looks like

<skin>


<!-- Change the end number of each panel name in that section to personalise your skin. -->
<!-- DO NOT edit the screen name - only the panel name number -->
<!-- Reboot GUI required.-->
<!-- EPGS -->
<!-- EPG SKY TABS - amend the panel numbers below -->
<!-- 1 = original no tabs (default) -->
<!-- 2 = sky tabs - This also requires the EpgSelection.py as found in my dropbox. EpgSelection.py needs to be placed in /usr/lib/enigma2/python/Screens. Reboot required. -->
<!-- edit both panels -->
<!-- EPG (epg button)-->

<screen name="GraphicalEPGPIG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPGPIG1" />
</screen>

<screen name="GraphicalEPG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPG1" />
</screen>

#########################################################################################################

<!-- infobar picons -->
<!-- 1 = Picons -->
<!-- 2 = No Picons (default)-->
<!-- edit both panels -->

<screen name="InfobarPicon">
<panel name="InfobarPicon1" />
</screen>

<screen name="SecondInfobarPicon">
<panel name="SecondInfobarPicon1" />
</screen>

#########################################################################################################

<!-- infobar layout -->
<!-- 1 = slyk original with tuner and snr -->
<!-- 2 = original sly style with 3 programmes, now, next, later -->
<!-- see secondinfobar below -->

<screen name="InfoBar" flags="wfNoBorder" position="0,0" size="1280,720" title="InfoBar" backgroundColor="transparent">
<panel name="Infobar-layout2" />
</screen>

#########################################################################################################

<!-- second info bar - ECM (line details) Info ( ok button twice ) -->
<!-- 1 = infobar layout 1 - no ECM (default)-->
<!-- 2 = infobar layout 1 - ECM -->
<!-- 3 = infobar layout 2 - no ECM -->
<!-- 4 = infobar layout 2 - ECM -->

<screen name="SecondInfoBar" flags="wfNoBorder" size="1280,720" title="InfoBar" backgroundColor="transparent">
<panel name="SecondInfoBar3" />
</screen>

#########################################################################################################

<!-- channel select (TV Button)-->
<!-- 1 = Now description, Next title, Later title-->
<!-- 2 = Now description, Next Description (default)-->
<!-- 3 = Complete new layout - useful for long descriptions on epgimporter (xmltvimporter) -->
<screen name="ChannelSelection" flags="wfNoBorder" position="0,0" size="1280,720" backgroundColor="backgroundmid">
<panel name="ChannelSelection3" />
</screen>

#########################################################################################################
<!-- Event View (info button)-->
<!-- 1 = coloured buttons (default)-->
<!-- 2 = no buttons -->
<screen name="EventView" position="0,0" size="1280,720" backgroundColor="transparent" flags="wfNoBorder" zPosition="1">
<panel name="EventView1" />
</screen>

#########################################################################################################

<!-- QuickEpg info bar - single epg < > -->
<!-- 1 = Original - No programme description - coloured buttons at bottom -->
<!-- 2 = Programme description - coloured buttons at bottom (default) -->
<!-- 3 = No programme description - No coloured buttons - Channel/Time text at bottom. -->
<!-- 4 = Programme description - No coloured buttons - Channel/Time text at bottom. -->
<screen name="QuickEPG" flags="wfNoBorder" position="0,0" size="1280,720" backgroundColor="transparent">
<panel name="QuickEPG4" />
</screen>

#########################################################################################################

<!-- Movies -->
<!-- 1 = Enigma2 Layout -->
<!-- 2 = Sky Planner Layout -->
<!-- 3 = Sky Planner No Fake tabs -->
<screen name="MovieSelection" position="0,0" size="1280,720" flags="wfNoBorder" backgroundColor="backgroundmid" title="Movie Selection" zPosition="-1">
<panel name="MovieSelection3" />
</screen>

#########################################################################################################

<!-- Skin logo -->
<!-- 1 = slyk 1 hd logo (default) -->
<!-- 2 = Official Sly logo -->

<screen name="my-logo">
<panel name="my-logo1" />
</screen>

</skin>

---------- Post Merged at 11:25 AM ----------

I think i know what i have done now - ill try it later when i get home making the change thanks for your input
 
CHANGE:


<screen name="GraphicalEPGPIG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPGPIG1" />
</screen>


<screen name="GraphicalEPG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPG1" />
</screen>


TO:


<screen name="GraphicalEPGPIG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPGPIG2" />
</screen>


<screen name="GraphicalEPG" position="0,0" size="1280,720" backgroundColor="backgroundmid" flags="wfNoBorder">
<panel name="GraphicalEPG2" />
</screen>
 
Back
Top