What's new

Slyk Skin Mods v5

Status
Not open for further replies.
Just playing around here and found this https://github.com/openatv/enigma2/.../Plugins/Extensions/Infopanel/ScriptRunner.py where would the script runner option be? It looks like you could add a script to /usr/script (line 51) but I see no options to run a script

---------- Post Merged at 02:47 AM ----------

Ok found it for openatv menu, Info panel, plugins, job manager

---------- Post Merged at 02:49 AM ----------

The issue is that it doesn't run on a timer so you will still need to do a crontimer but there's no need to ssh to the box

Just another note ive gone to crontimer command type pressed right predefined and the toppicks2.sh is there no need to manually input the path ;)

Kiddac im trying your script but getting cant connect to remote host and connection timeout 1474166328357199296795.jpg
 
Last edited:
Just because we're all messing with the movie/planner screen now

de1fd8e6f5b4a823b7ab4bb4de119623.jpg



Sent from my iPhone using Tapatalk
 
Glad you got it sorted Grantdavey91 :)

---------- Post Merged at 07:52 AM ----------

Looks like you might have been IP banned.. Reset your modem / router and see if getting a new IP resolves the problem..
 
@danmed

Can I please modify your .sh script to save the toppiks pngs in /usr/share/enigma2 as I am making my Pli version of the Sky skin...


Thanks


Sent from my GT-I9505 using Tapatalk
 
Anyone know on the 3 infobar, why some channels are not showing the information, mosttly all are showing, but its quite a few qhich are not. Done a refresh of the epg by a new scan, but still the same.1_0_1_1651_7E7_2_11A0000_0_0_0.jpg
 
Anyone know on the 3 infobar, why some channels are not showing the information, mosttly all are showing, but its quite a few qhich are not. Done a refresh of the epg by a new scan, but still the same.View attachment 19689

Kiddac has explained over on his v5 thread there is a bug - look here
HTML:
http://www.techkings.org/openvix-openatv-skins/102929-slyk-1-hd-sly-skin-version-5-a-18.html#post590947

it works most of the time and normally will only not display next and later progs if the current prog is a long duration ; i've downloaded epgrefresh from the feeds and that seems to work for it most of the time, but sometimes it still only displays the current prog
 
U got the code for that chabs?
May look better without the gold around the label and pic

ZGemma H.2s Openvix4.1 Slyk-HD 5.106
I will convert the code to go with slyk for you and will upload it with the graphics as this is still on Pli version.

The gold colour is to show the highlighted menu...i think thats the purpose

Sent from my GT-I9505 using Tapatalk
Did u manage chabs convert to sort it for slyk on zgemma m8?

ZGemma H.2s Openvix4.1 Slyk-HD 5.106
 
does anybody know if it's possible to use the spinner in the skin for re-winding / fast-forwarding whilst watching a recording? either with a .gif or the .png's working together?

thanks
 
Nope
the box only works with pngs

might be able to hack it, but who knows

that's what i thought; searched about gifs being used on enigma2 before but nobody as said it's possible

I think surely there could be a way of overlapping the spinner where it has the play/pause/rewind/fast-forward on recording :

1_0_0_0_0_0_0_0_0_0.jpg

Other than the moving spinner that comes up whilst something is loading; it also comes up when starting CCcam :

1_0_19_BBC_1E_F020_FFFF0000_0_0_0.jpg

Maybe there could be a way to find the code for the CCcam screen above; and copy the code for moving spinner and modify/paste it into a piece of code for playback of a recording?

Thinking out loud again; would be top if this is a possibility

I'll have a look where to find the 'Softcam Starting' screen; unless it's easier for anyone to let me know if you know haha!

thanks

---------- Post Merged at 02:14 PM ----------

i found this in vix.xml - for the spinner working on CCcam start/stop :

Code:
<screen name="VIXStartCam" position="center,center" size="484, 150" title="Starting Softcam">		<widget name="connect" position="c-30, 10" size="60,60" zPosition="2" pixmaps="/usr/share/enigma2/slyk-1-hd/spinner/wait1.png,/usr/share/enigma2/slyk-1-hd/spinner/wait2.png,/usr/share/enigma2/slyk-1-hd/spinner/wait3.png,/usr/share/enigma2/slyk-1-hd/spinner/wait4.png,/usr/share/enigma2/slyk-1-hd/spinner/wait5.png,/usr/share/enigma2/slyk-1-hd/spinner/wait6.png,/usr/share/enigma2/slyk-1-hd/spinner/wait7.png,/usr/share/enigma2/slyk-1-hd/spinner/wait8.png,/usr/share/enigma2/slyk-1-hd/spinner/wait9.png,/usr/share/enigma2/slyk-1-hd/spinner/wait10.png,/usr/share/enigma2/slyk-1-hd/spinner/wait11.png,/usr/share/enigma2/slyk-1-hd/spinner/wait12.png,/usr/share/enigma2/slyk-1-hd/spinner/wait13.png,/usr/share/enigma2/slyk-1-hd/spinner/wait14.png,/usr/share/enigma2/slyk-1-hd/spinner/wait15.png" transparent="1" alphatest="blend" />
		<widget name="lab1" position="10, 90" halign="center" size="460, 60" zPosition="1" font="Regular;21" valign="top" transparent="1" foregroundColor="white" backgroundColor="skydarkblue" />
	</screen>
	
	<screen name="VIXStopCam" position="center,center" size="484, 150" title="Starting Softcam">
		<widget name="connect" position="c-30, 10" size="60,60" zPosition="2" pixmaps="/usr/share/enigma2/slyk-1-hd/spinner/wait1.png,/usr/share/enigma2/slyk-1-hd/spinner/wait2.png,/usr/share/enigma2/slyk-1-hd/spinner/wait3.png,/usr/share/enigma2/slyk-1-hd/spinner/wait4.png,/usr/share/enigma2/slyk-1-hd/spinner/wait5.png,/usr/share/enigma2/slyk-1-hd/spinner/wait6.png,/usr/share/enigma2/slyk-1-hd/spinner/wait7.png,/usr/share/enigma2/slyk-1-hd/spinner/wait8.png,/usr/share/enigma2/slyk-1-hd/spinner/wait9.png,/usr/share/enigma2/slyk-1-hd/spinner/wait10.png,/usr/share/enigma2/slyk-1-hd/spinner/wait11.png,/usr/share/enigma2/slyk-1-hd/spinner/wait12.png,/usr/share/enigma2/slyk-1-hd/spinner/wait13.png,/usr/share/enigma2/slyk-1-hd/spinner/wait14.png,/usr/share/enigma2/slyk-1-hd/spinner/wait15.png" transparent="1" alphatest="blend" />
		<widget name="lab1" position="10, 90" halign="center" size="460, 60" zPosition="1" font="Regular;21" valign="top" transparent="1" foregroundColor="white" backgroundColor="skydarkblue" />
	</screen>
 
So it just puts one png after the other, anything else different in it

yeah just like on the softcam screen in the screenshot, would just need resixing and repositioning and hopefully it should work - i'm gonna have a little play with it now but it may need additional code to only show when buttons are pressed
 
If you put it in with the play or pause
it should pop down then do

worth a go

first try didn't work

i put

Code:
		<widget name="connect" position="115,535 " size="60,60" zPosition="5" pixmaps="/usr/share/enigma2/slyk-1-hd/spinner/wait1.png,/usr/share/enigma2/slyk-1-hd/spinner/wait2.png,/usr/share/enigma2/slyk-1-hd/spinner/wait3.png,/usr/share/enigma2/slyk-1-hd/spinner/wait4.png,/usr/share/enigma2/slyk-1-hd/spinner/wait5.png,/usr/share/enigma2/slyk-1-hd/spinner/wait6.png,/usr/share/enigma2/slyk-1-hd/spinner/wait7.png,/usr/share/enigma2/slyk-1-hd/spinner/wait8.png,/usr/share/enigma2/slyk-1-hd/spinner/wait9.png,/usr/share/enigma2/slyk-1-hd/spinner/wait10.png,/usr/share/enigma2/slyk-1-hd/spinner/wait11.png,/usr/share/enigma2/slyk-1-hd/spinner/wait12.png,/usr/share/enigma2/slyk-1-hd/spinner/wait13.png,/usr/share/enigma2/slyk-1-hd/spinner/wait14.png,/usr/share/enigma2/slyk-1-hd/spinner/wait15.png" transparent="1" alphatest="blend" />

under the

Code:
               	<widget name="statusicon" position="108,528" size="140,146" pixmaps="myicons/play_large.png,myicons/pause_large.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png" alphatest="blend" zPosition="5" />

restarted gui and box is now not coming back on even after taking out the mod and saving; gonna have to reflash from image backup now

whoops
 
Do you not have a copy of the original file
copy it over to the box.

You need to do it with in a min or so or the box doesn't boot.
so you need to power cycle the box and it works
 
scratch that; turned off by switch and it came back on :) that's saved me an hour lol

i just tried this :

<widget name="statusicon" position="108,528" size="140,146"
pixmaps="spinner/wait1.png,spinner/wait2.png,spinner/wait3.png,spinner/wait4.png,spinner/wait5.png,spinner/wait6.png,spinner/wait7.png,spinner/wait8.png,spinner/wait9.png,spinner/wait10.png,spinner/wait11.png,spinner/wait12.png,spinner/wait13.png,spinner/wait14.png,spinner/wait5.png,myicons/play_large.png,myicons/pause_large.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png,myicons/timeshift-blank.png" alphatest="blend" zPosition="5" />

it displayed the spinner instead of the 'play-large' box ; but it's still a still PNG - it changes from wait1.png to wait2.png (/usr/share/enigma2/slyk-1-hd/spinner) when rewinding / fast-forwarding - but it only displays as a still image

1_0_0_0_0_0_0_0_0_0 (1).jpg

obviously it needs to be repositioned on the screen, but want to first see if it's a possibility to make it spin the same way as when the box is loading something

anybody have any clues? we can do this; anythings possible - let's push enigma2 to the limit; i'm gonna do some digging :)
 
The background is any easy fix
as the spinner has no background so your just getting that. So you could do another element with the background with the play or pause icon on it and place it one layer back.


but spinning is another question lol
 
just tried adding the widget altogether instead like this :

Code:
	<screen name="VIXStartCam" position="center,center" size="484, 150" title="Starting Softcam">		<widget name="connect" position="c-30, 10" size="60,60" zPosition="2" pixmaps="/usr/share/enigma2/slyk-1-hd/spinner/wait1.png,/usr/share/enigma2/slyk-1-hd/spinner/wait2.png,/usr/share/enigma2/slyk-1-hd/spinner/wait3.png,/usr/share/enigma2/slyk-1-hd/spinner/wait4.png,/usr/share/enigma2/slyk-1-hd/spinner/wait5.png,/usr/share/enigma2/slyk-1-hd/spinner/wait6.png,/usr/share/enigma2/slyk-1-hd/spinner/wait7.png,/usr/share/enigma2/slyk-1-hd/spinner/wait8.png,/usr/share/enigma2/slyk-1-hd/spinner/wait9.png,/usr/share/enigma2/slyk-1-hd/spinner/wait10.png,/usr/share/enigma2/slyk-1-hd/spinner/wait11.png,/usr/share/enigma2/slyk-1-hd/spinner/wait12.png,/usr/share/enigma2/slyk-1-hd/spinner/wait13.png,/usr/share/enigma2/slyk-1-hd/spinner/wait14.png,/usr/share/enigma2/slyk-1-hd/spinner/wait15.png" transparent="1" alphatest="blend" />
		<widget name="lab1" position="10, 90" halign="center" size="460, 60" zPosition="1" font="Regular;21" valign="top" transparent="1" foregroundColor="white" backgroundColor="skydarkblue" />
	</screen>

still no luck; i'm gonna do a bit of research into this instead of guessing and potentially bricking my box! and the duo2 is not cheap haha!
 
Status
Not open for further replies.
Back
Top