anyone know any links to external m3u8 playlists. So I can do some testing. pastebins, github etc. cheers
Posts by KiddaC
-
-
Yeah I think originally copied code to similar what epg-importer was doing.
But no need for it to live in an images epg menu. It was just convenient to put relevant things together.
-
yeah my fix for multiboot screens, was a quick fix, so they were viewable.
I still plan to get back to skinning issues. Just not enough time in a day for everything. busy busy busy. And I need to stay in my jedi zone for the time being. Otherwise I will get lost again.Dsayers I have seen emails regarding your github fixes. No time to check your code yet though.
-
pasted-from-clipboard.png
A good long session on this plugin today.Now up to the category selection (and new - stream selection). Screens.
After that I just got to redo all the code for building the bouquets. Then all new code for the automatic downloading.
And a few other bits and bobs of new stuff. And we are done.
Still quite a bit of work to do though. But we are getting there. Slowly.
And now I am a lot happier. As I can now read and make sense of most of the code.The plugin currently doesn't work past this screen yet though - so no nightlies to share at the moment.
-
oh no.. my mistake this is finding the epg menu to but it in the epg menu depending on the image.
Whats the current alternative to boxbranding. abu baniaz
-
oh yeah its only used to determine where to put it in the main menu. (and like you say, that is very old code)
Its not really needed. I can just put it randomly in the main menus globally.
Code
Display Moredef epgmenu(menuid, **kwargs): if getImageDistro() in ("openvix", "openbh", "ventonsupport", "egami", "openhdf", "opendroid"): if menuid == "epg": return [(_("Slyk EPG 7 Day"), main, "SlykEpg7day", 1003)] else: return [] elif getImageDistro() in ("openatv"): if menuid == "epg": return [(_("Slyk EPG 7 Day"), main, "SlykEpg7day", None)] else: return [] elif getImageDistro() in ("openmips"): if menuid == "epg_menu": return [(_("Slyk EPG 7 Day"), main, "SlykEpg7day", 96)] else: return [] else: if menuid == "setup": return [(_("Slyk EPG 7 Day"), main, "SlykEpg7day", 1003)] else: return [] -
colons are needed for ports.
Jedi requires a port number. (at the moment)
i.e. https://domain.xyz:80/blahblah
If your line has no port number. In jedi use port:80
-
I currently don't know what the issue is with openatv 7.2. I don't currently have it loaded on my box. I have 6.4 and 7.1 on my boxes at the moment.
I am a little busy with my jedi plugin at the moment to look at skin issues.
Try deleting your epg.dat file and then reloading your epg via epg importer (presuming you are using epg importer) to rule out corrupt date. -
is boxbranding still in this plugin ??
-
sykiet Can you please stop writing posts in white coloured text and leave the font colour as automatic.
Users of this forum can select themes. I personally use a light theme and cannot see your text unless I highlight it. Thanks. -
Lad As Urie has mentioned. Timeshift is actually a recording in the background. So unless you have a multi connection account, I presume that is expected behaviour for your line to stop. Maybe in the past, your provider wasn't as strict at closing down a line if max connections were met.
Gamefreax
The skin is my slyk onyx skin. (or a modded version of my skin - as onyx is black - that screenshot is blue?)The epg tabs as we call them along the top, is an old mod for older images.
Can be found in my skins threads as a separate ipk to install. (EPG Buttons/Tabs Mod). It probably doesn't work on many newer images any more as all the code for epgs has changed in many later images. -
Yes, I found a way to do it, but I don't think my jedi epg maker was working properly when I was testing.
I will post something for you before the week is out.
-
Xstreamity V3.98
(what happens at v4)New files on post 1
Well that was ridiculously simple.Fixed short epg (long press of epg button), by using other api command.
I already had all the code in there to do this. Only had to amend one url and add one line to strip out previous results.
Also added back in some menu bars on playlists screen.
-
New Version 1.05
Fixed gfonts
Added in dreambox <components> values
-
urie Does this just live in toppicks mod nowadays. Just done a very quick scan of my files and cant see it anywhere else
-
yes, I am aware of that. Are you basically asking me to clear up my code. (5 years later)

-
No, I wont be setting individual times for updates.
But made good progress on my new version of jedi today.
Probably back to my nightly builds very soon. Code is getting much better. -
today is a good day to experiment with this.
Lots of UK 3 oclock kick offs causing server chaos.Try again. I changed the user agent and reverted most of the url connection code.
Seems a lot more stable on shitty providers.XStreamity v3.97
New files on post 1 -
XStreamity 3.96
New files on post 1
Corrected my import errors. Sorry
-
OK, I know what you want to do now. Let me have a look
