*deb
JEDI MAKER XTREAM - Version 6.08 (Universal)
Fixed auto update clearing and then not refreshing bouquet lists
*deb
JEDI MAKER XTREAM - Version 6.08 (Universal)
Fixed auto update clearing and then not refreshing bouquet lists
New *deb file
small update only needed by DreamOS users
-Fix bug when manual adding a playlist crash.
JEDI MAKER XTREAM - Version 6.09 (Universal)
●Fixed - position bouquets at top error
●Removed & next_days=7 for shortlinks
●Removed https xmltv address being changed to http. (now epg importer is working with the hack)
●Reverted some of the settings pages code that was breaking dreambox. I knew those suggested amends on github were going to be trouble.
●Changed the dependancy code to be less strict looking for python 3.8 folder.
JEDI MAKER XTREAM - Version 6.10 (Universal)
● Fixed python 3 grouped categories
● Fixed python 3 catchup descriptions to strings
● Fixed local playlists crash
● Fixed updating jedi from hanging if provider is down (football block) or obselete.
JEDI MAKER XTREAM - Version 6.11 (Universal)
Removed the troublesome place bouquets at top option that is playing havoc with peoples bouquets.
Autobouetmaker. Delete ABM bouquets.
JediMakerXstream - Delete All Jedi IPTV Bouquets
Do a full reboot
Do an ABM scan
Recreate your Jedi Bouquets.
Jedi Maker Xtream V6.11
This is done like this:
1. download the .deb from first post and then with ftp transfer to the /tmp/ folder of your Dreambox.
2. Use a terminal like putty or DCC to open a telnet/ssh connection.
Now use this commands.
Code:dpkg --force-all -i /tmp/enigma2-plugin-extensions-jedimakerxtream_6.11.20210208_all.deb
Jedi Maker Xtream V6.12
- Fixed slow server reponses that prevented series channels being populated (set timeout to 10 seconds - that should be plenty)
- Fixed url output type picking up any # alias at the end of the line, therefore defaulting to wrong output type.
KiddaC wrote:
I have put the timeout value on
downloads.py
def checkGZIP(url):
response = None
request = Request(url, headers=hdr)
try:
response = urlopen(request, timeout=10)
JEDI MAKER XTREAM - Version 6.13 (Universal)
● Might help to eliminate some issues of providers data not downloading correctly.
Jedi Maker Xtream V6.13
- (Universal - all images).deb
Thx @seagen
-Update 02.05.2021-
There is an small update for DreamOS users only.
Servicetype 8193 have for some reason been lost in the last version of JMX 6.13 so i have added it back
And to all you who wonder what does this servicetype do that DVB 1 and 4097 does not.
Not much it actually is the 4097 player that is used but with 8193 there is some helper code involved to make the 4097 player a bit more compatible.
So if you have no issues then the use of 8193 will probaly make no diffrence. But what the heck DP has added it so it must be there for a reason ;)
And in my test the 8193 seems a lot more stable special for bad provider setups.
Thx @seagen