see the slyk q skin main thread for available amends and also how to turn on vix specific screens
Posts by KiddaC
-
-
warnings are not errors. Your log is not highlighting anything to worry about
-
-
unfortunately your issues may lie deeper than the solution above.
That skin is a nightmare and is overwriting lots of core files. The files it is overwriting might not even be the exact same files.
ServiceName2.py
BoxInfo.py
ClockToText.py
SmartInfo.py
VAudioInfo.py
EventList.py
MovieReference.py
picon.py
to name but a few. I highly recommend you reflash your box and avoid that skin like the plaque.
-
That source i gave you wasn't the best actually. So I recreated them for you
94cbbf4220777e22.png
ffb76d459bb5ab45.png
4638689ae374e4b0fd.png -
-
press menu on that screen and see which layout style you have set.
If you have graphics mode on (multi epg), the graphics live in epg folder.CurrentEvent.png
CurrentService.png
OtherEvent.png
OtherService.png
SelectedCurrentEvent.png
SelectedEvent.png
etc
if you have text mode on (text only), the values live in
o-epg.xml
<screen name="GraphicalInfoBarEPG" .....
-
hello, why for many playlists m3u8 create two directories? uncategorized a uncategorized live? in the source file, everything is the same for programs. thanks.
If your m3u playlist is a custom playlist, my program parses the playlist looking for group titles.
This is how it categories them into bouquets. If your playlist is simple and doesn't include group-title info then it will be classed as uncategorised.
here is a snippet of code from the program which tries to guess what the stream type is from the playlist.
Code
Display Moreif source.endswith('.ts') or source.endswith('.m3u8') or '/live' in source or '/m3u8' in source or 'deviceUser' in source or 'deviceMac' in source or (source[-1].isdigit()): stream = "live" if source.endswith('.mp4') or source.endswith('.mp3') or source.endswith('.mkv'): stream = "vod" if stream == "live": if live: if group_title == '': group_title = 'Uncategorised Live' jglob.getm3ustreams.append([group_title, epg_name, name, source, 'live']) elif stream == "vod": if vod: if group_title == '': group_title = 'Uncategorised VOD' jglob.getm3ustreams.append([group_title, epg_name, name, source, 'vod']) else: if group_title == '': group_title = 'Uncategorised' jglob.getm3ustreams.append([group_title, epg_name, name, source, 'live'])Basically it uses some logic to determine if its live or vod. In which case if no group title it gets categorised as "Uncategorised Live" and "Uncategorised Vod".
If it can't work out if its live or vod then it gets put in another category "uncategorised"
-
For people mentioning that their lines work differently in xstreamity and Jedi, the 2 programs are not exactly the same.
Xstreamity uses the requests library for downloading files.
Jedi currently uses urllib library and will also download and deflate gzip versions of files.
Before christmas I started re-writing jedi to be more inline with the modern code of xstreamity. But it never got finished. Its a big job.
The 2 programs also probably have different server timeout settings. You can try upping the server timeout to about 20 seconds in main settings if you keep getting server not responding. Do note though that in the UK, most providers that freely advertise on the net will be blocked when football is on. Which is a lot.
-
Quote
I'm guessing due to the tumbleweed that no one on here can help me then
People are trying to help where they can.
I have been in hospital since beginning of January
For a full clean install.
Remove jedimakerxtream via plugins menu
reboot gui
Delete these folders.
/etc/enigma2/jedimakerxtream
/etc/enigma2/jediplaylists
/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream
reboot gui.
Make sure all the required dependencies are installed.
telnet/putty these commands
opkg install python3-requests
opkg install liblzma5
Reinstall the IPK fully via package installer or telnet
i.e. copy to tmp folder
opkg install /tmp/*.ipk
reboot gui
-
KiddaC hi!
Do you know if there is any way to rearrange and rename main menu items?
change to default skin, and it will show the edit buttons on main menu.
I can't remember what they are but its something like blue button to go into edit mode. Then maybe green to turn on move mode.
-
1) use your smart tv - iplayer, itv hub, all 4, my 5, uktv play
or
2) source an IPTV provider that has catchup and then use something like my XStreamity plugin.
or
3) Record the freesat channel you want. And just watch the recording ;)
but in general there is no catchup on freesat - they repeat everything a million times a month anyway :) -
Movie planner mod conversation has now been moved to this thread
-
moonwalker maybe try adding the cacheflush plugin. To free your memory when its filling up.
-
ask dragon1975 I think its his private mod. (he inboxed my not so long ago regarding something similar)
I do not have any source files for it.
its based on digitengs poster component.
-
have you restarted your gui
-
Some providers have always been an issue for stream type 1. Glitching or even not playing at all.
This is exactly why we have the option of changing streamtypes. It is just a case of finding the best solution for your provider.
To be honest i tend to sent all mine as 4097 now and although they can be slower to zap and load, 4097 is more stable for my setup.
Why does this happen. I don't know. It could be a badly setup server. It could be a security issue. (i.e. tokens). It could be a codec issue.
I don't own a server or interact with any providers, to understand enough why this happens.
-
menu > plugins > remove plugins > system plugins
-
i have the slyq skin and was wondering when i use the epg and select a channel to preview if i want to go back to select a different bouqet i have to totaly exit then select epg again to select one. is there a way to just go back to the bouqet list instead of exiting
any help much appriciated
TV button is show bouquets
< or > is toggle through the different bouquets
-
there are lots of different screen names in openpli, or there used to be.
So it may be part skinned. EPGs used to have different names for example.
