Slyk Skin Mods v5

Status
Not open for further replies.
/usr/share/enigma2/screens/slyk1-hd/skyicons folder is present with all images including the toppicks 1-6 yes

Sent from my SM-A500FU using Tapatalk
 
Cron manager running with correct path /usr/bin/python /usr/var/etc/toppicks.py
When telnet in and inputting same comes up invalid syntax line 1

3e4668ce022be9ff8cc993d9d4389cb1.jpg


Sent from my SM-A500FU using Tapatalk

your toppicks.py has some unwanted content in it.. the entire contents of the file should be

Code:
import urllibimport urllib2urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks1.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks1.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks2.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks2.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks3.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks3.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks4.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks4.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks5.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks5.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks6.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks6.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/sky cinema.png", "/usr/share/enigma2/slyk-1-hd/skyicons/sky cinema.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/skystore.png", "/usr/share/enigma2/slyk-1-hd/skyicons/skystore.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/boxsets.png", "/usr/share/enigma2/slyk-1-hd/skyicons/boxsets.png")
 
Hi guys can someone give me a simple run down how to add this to slyk skin v5 i have most mods done but not sure where to add what and where to start any help would be greatly appreciated

Sent from my SM-G900F using Tapatalk
 
am I missing something here. I don't get this.

looking at your github. you just seem to be bringing in 6 top picks pngs. Grant is going to manual update these 6 images, which then replace the ones in your box.

Where is the automation. And why can't users just replace the images themselves.

---------- Post Merged at 09:51 PM ----------

surely the better option is to create loads of top pix graphics upload them to github, and then randomise them in the script. none of this making one guy update them daily thing.

I agree Kiddac, this is no where near as automated as i wanted it to be. This will only be good for as long as grantdavey91 keeps updating the images. I couldn't find a reliable enough source for the images whith channel logos on etc. I don't use the mod myself, just saw it as a bit of a challenge to get "something" working, and in that sense.. it does.. it's just a very simple (and inelegant) solution. If Sky weren't so stingy with their promo images, the first plan would of worked.

I think the guys that want this, want the images to actually be relevant to the week / month.. which randomising the images wouldn't do neccesarily.

I'd be more than happy to go back to my original "scraper" plan however time and python knowledge is lacking for the most part.

If people want to replace the images themselves, there's nothing stopping them.. this is just an option. As i said, it was more of a.. "can I figure out how to do it.." than "this is going to be perfect for everyone" :)

If i get round to making a 0.2 or whatever i guess the solution would be to grab a list of the movies playing this month, and a "top TV shows" of the month list, then grab fanart / posters from any one of the multiple scrap-able sites out there.. but the channel logos will still be missing.
 
Last edited:
Cron manager running with correct path /usr/bin/python /usr/var/etc/toppicks.py
When telnet in and inputting same comes up invalid syntax line 1

3e4668ce022be9ff8cc993d9d4389cb1.jpg


Sent from my SM-A500FU using Tapatalk

your toppicks.py has some unwanted content in it.. the entire contents of the file should be

Code:
import urllibimport urllib2urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks1.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks1.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks2.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks2.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks3.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks3.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks4.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks4.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks5.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks5.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks6.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks6.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/sky cinema.png", "/usr/share/enigma2/slyk-1-hd/skyicons/sky cinema.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/skystore.png", "/usr/share/enigma2/slyk-1-hd/skyicons/skystore.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/boxsets.png", "/usr/share/enigma2/slyk-1-hd/skyicons/boxsets.png")
Will have to try and get a new file and see if that works as it does seem the file I have has more info in than that

Sent from my SM-A500FU using Tapatalk
 
Cron manager running with correct path /usr/bin/python /usr/var/etc/toppicks.py
When telnet in and inputting same comes up invalid syntax line 1

3e4668ce022be9ff8cc993d9d4389cb1.jpg


Sent from my SM-A500FU using Tapatalk

your toppicks.py has some unwanted content in it.. the entire contents of the file should be

Code:
import urllibimport urllib2urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks1.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks1.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks2.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks2.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks3.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks3.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks4.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks4.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks5.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks5.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks6.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks6.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/sky cinema.png", "/usr/share/enigma2/slyk-1-hd/skyicons/sky cinema.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/skystore.png", "/usr/share/enigma2/slyk-1-hd/skyicons/skystore.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/boxsets.png", "/usr/share/enigma2/slyk-1-hd/skyicons/boxsets.png")
Will have to try and get a new file and see if that works as it does seem the file I have has more info in than that

Sent from my SM-A500FU using Tapatalk
Update : correct toppicks.py file done and re ran plugin I created and job done it works still have cron timer on too but saves manually telnet login so ran plugin instead which works

Sent from my SM-A500FU using Tapatalk
 
Hi guys can someone give me a simple run down how to add this to slyk skin v5 i have most mods done but not sure where to add what and where to start any help would be greatly appreciated

Sent from my SM-G900F using Tapatalk

Which bit are you referring to? The screen itself or the "automatic" pictures?
 
Cron manager running with correct path /usr/bin/python /usr/var/etc/toppicks.py
When telnet in and inputting same comes up invalid syntax line 1

3e4668ce022be9ff8cc993d9d4389cb1.jpg


Sent from my SM-A500FU using Tapatalk

your toppicks.py has some unwanted content in it.. the entire contents of the file should be

Code:
import urllibimport urllib2urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks1.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks1.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks2.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks2.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks3.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks3.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks4.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks4.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks5.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks5.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/toppicks6.png", "/usr/share/enigma2/slyk-1-hd/skyicons/toppicks6.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/sky cinema.png", "/usr/share/enigma2/slyk-1-hd/skyicons/sky cinema.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/skystore.png", "/usr/share/enigma2/slyk-1-hd/skyicons/skystore.png")urllib.urlretrieve("https://raw.githubusercontent.com/danmed/toppicks/master/boxsets.png", "/usr/share/enigma2/slyk-1-hd/skyicons/boxsets.png")
Will have to try and get a new file and see if that works as it does seem the file I have has more info in than that

Sent from my SM-A500FU using Tapatalk
Update : correct toppicks.py file done and re ran plugin I created and job done it works  still have cron timer on too but saves manually telnet login so ran plugin instead which works

Sent from my SM-A500FU using Tapatalk

Can you share your plugin?
 
Hi guys can someone give me a simple run down how to add this to slyk skin v5 i have most mods done but not sure where to add what and where to start any help would be greatly appreciated

Sent from my SM-G900F using Tapatalk

Which bit are you referring to? The screen itself or the "automatic" pictures?
Both really

Sent from my SM-G900F using Tapatalk
 
@grantdavey91

I have just made it easy for you mate.

amended the epg.xml

use the <screen name="GraphicalEPGPIG2">

I have added all that you have requested in there...

just make sure you have all the png files I sent you in the correct location...

Hope it works for you..
 

Attachments

  • Mod.rar
    11.2 KB · Views: 17
Hello,

threads about softcam having to be restarted after restart which is happening to my ET8500..

when I updated my key I deleted the first line

CWS_KEEPALIVE = 80
CWS = xxxx.xxxxx.. xxx xx xxxx4 01 02 03 04 05 06 07 08 09 10 11 12 13 14


do I need to renter the first line to resolve issue??

Thanks in advance

Tony

---------- Post Merged at 10:32 AM ----------

my bad wrong thread lol !!
 
@grantdavey91

I have just made it easy for you mate.

amended the epg.xml

use the <screen name="GraphicalEPGPIG2">

I have added all that you have requested in there...

just make sure you have all the png files I sent you in the correct location...

Hope it works for you..

Hey Chabs,

Gave this a try, but not getting the tabs on EPG now, are you using a different EPGSelection.py file?
1_0_1_132B_7E7_2_11A0000_0_0_0.jpg
 
@grantdavey91

I have just made it easy for you mate.

amended the epg.xml

use the <screen name="GraphicalEPGPIG2">

I have added all that you have requested in there...

just make sure you have all the png files I sent you in the correct location...

Hope it works for you..

Hey Chabs,

Gave this a try, but not getting the tabs on EPG now, are you using a different EPGSelection.py file?
View attachment 19590

no mate...I think its the layer depth position...its an easy fit

How come you not getting the service icons??

It seems you using the yellow tab so that should be adjusted too...

let me sort it out...
 
@grantdavey91

I have just made it easy for you mate.

amended the epg.xml

use the <screen name="GraphicalEPGPIG2">

I have added all that you have requested in there...

just make sure you have all the png files I sent you in the correct location...

Hope it works for you..

Hey Chabs,

Gave this a try, but not getting the tabs on EPG now, are you using a different EPGSelection.py file?
View attachment 19590

no mate...I think its the layer depth position...its an easy fit

It seems you using the yellow tab so that should be adjusted too...

let me sort it out...

Managed to change the main tab colour back to white ok ;)
 
Update : correct toppicks.py file done and re ran plugin I created and job done it works still have cron timer on too but saves manually telnet login so ran plugin instead which works

You've made a plugin for this?
Yes I will share now, it saves using cron timer or can be used in conjunction with it ie force update

Sent from my SM-A500FU using Tapatalk

nice, i looked at creating a plugin but it's just beyond my comprehension give the time i actually have available to fiddle with this stuff.
 
The plugin needs extracted and the folder and contents FTP to your box in /usr/lib/enigma2/python/plugins/extensions

The plugin also assumes that your toppicks.py is in /var/etc
If its not in that folder please edit line 10 for the plugin.py file in the folder you extracted to point to your toppicks.py file wherever you put it. After this please reboot your box, then go into plugins from menu to see the new plugin [emoji6]


https://www.dropbox.com/s/39ohkckdzf071ta/Toppicks force update.zip?dl=0

Updated now with Toppicks icon

Sent from my SM-A500FU using Tapatalk
 
Last edited:
Chabs just tried your mods uploaded the new file you posted a couple up was having the same problem as boobish and now this is the result? All files are in the correct place thanks for your time.
a29b725d02ae2e859e43d150491263f6.jpg



Sent from my iPhone using Tapatalk
 
Status
Not open for further replies.
Back
Top