[E² Plugin] Jedi Maker Xtream

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JEDI MAKER XTREAM - Version 6.12 (Universal)

● 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)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JEDI MAKER XTREAM - Version 6.13 (Universal)

● Might help to eliminate some issues of providers data not downloading correctly.
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
jedi maker xtream 6.20

-fixed python3 external / local files.
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.20.20210928_all.ipk
    1.7 MB · Views: 97
  • enigma2-plugin-extensions-jedimakerxtream_6.20_20210928_all.deb
    1.5 MB · Views: 64
  • EPGImport.py.rar
    5.1 KB · Views: 56

kalkan99

VIP
Messages
1,661
*** updated 16/01/2023 ***



JEDI MAKER XTREAM - Version 6.21 - (Universal - all images)

thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.21.20230107_all_deb.zip
    1.5 MB · Views: 42
  • enigma2-plugin-extensions-jedimakerxtream_6.21.20230107_all_ipk.zip
    1.8 MB · Views: 53

kalkan99

VIP
Messages
1,661
Jedi Maker Xtream Nightly V6.22

Nothing new in these updates. Mainly for people to test that I haven't broken anything while cleaning up code.

Removed progress bar and replaced with a colour bar.

Lots of code refactoring (changes) - still in the prepping code stage.

Fixed yesterdays nightly crash

thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.22.20230119_all.deb
    1.5 MB · Views: 13
  • enigma2-plugin-extensions-jedimakerxtream_6.22.20230119_all.ipk
    1.8 MB · Views: 21

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
Update: 21.01.2023
Jedi Maker Xtream Nightly V6.22


KiddaC wrote
Nothing new in these updates. Mainly for people to test that I haven't broken anything while cleaning up/amending code.
updated about us screen. Removed copyright date. Version is now brought in from version.txt file
renamed jediglobals.py to jedi_globals.py
renamed info.py to userinfo.py
Updated the userinfo page to be the same as Xstreamity - serveroffset coming soon
rename all refs of jglob to glob
added in my own staticText.py file for better image compatibility
added in own keymap.xml for better image compatibility
Skins: updated button codes

Yesterday fixes
Corrected json file
corrected crash on save settings
corrected about us page
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JediMakerXtream v6.22-20230122

renamed a few more references.
Changed all actionmaps to use custom keymap
changed all refs to StaticText to my own StaticText file
renamed etc folder to jedimakerxtream (old jediplaylists folder- should be copied over automatically and then deleted)
renamed menu.py to mainmenu.py
Updated HD skin user-info page
Added updated german and italian translations (although text is going to keep changing)
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
Jedi Maker Xtream Nightly V6.22.20230123


KiddaC wrote

ok I reverted some things. A few references, and a few quotation fixes
playlists folder is now back at original location etc/enigma2/jediplaylists
copy your files back over to that folder if needed.
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.22.20230123_all.ipk
    2 MB · Views: 37
  • enigma2-plugin-extensions-jedimakerxtream_6.22.20230123_all.deb
    1.6 MB · Views: 23

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JediMakerXtream Version: 6.23-00

Removed the need to have a port number. Can now be blank for those providers where it has to be blank
Refactored all the epg importer code. So it matches xstreamity.

they are now also grouped into their own folder in epg importer
pasted-from-clipboard.png

Thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.23.00_all.ipk
    2.1 MB · Views: 24
  • enigma2-plugin-extensions-jedimakerxtream_6.23_20230719_all.deb
    1.6 MB · Views: 13

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JediMakerXtream Version: 6.23-01

attempt to fix some issue

Thanks KiddaC


seagen wrote
In the dreamOS version could also add the WQHD skins.
You also need to make a change to the plugin.py for the skin_path

if screenwidth.width() == 1920:
skin_directory = os.path.join(dir_plugins, "skin/fhd/")
elif screenwidth.width() == 2560:
skin_directory = os.path.join(dir_plugins, "skin/uhd/")
else:
skin_directory = os.path.join(dir_plugins, "skin/hd/")
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.23_20230720_all.deb
    1.6 MB · Views: 17
  • enigma2-plugin-extensions-jedimakerxtream_6.23.01_all.ipk
    2.1 MB · Views: 26
  • uhd.zip
    2.3 MB · Views: 17

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JediMakerXtream Version: 6.24

- fixed .isdigit() issue

Thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.24.20230724_all.ipk
    2.1 MB · Views: 24
  • enigma2-plugin-extensions-jedimakerxtream_6.24_20230724_all.deb
    1.6 MB · Views: 17

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JediMakerXtream Version: 6.25

-Fixed a stray colon in the bouquet files if no port.
-Should hopefully fix peoples black screen issues. (maybe)

Thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.25.20230805_all.ipk
    2.1 MB · Views: 21
  • enigma2-plugin-extensions-jedimakerxtream_6.25_20230805_all.deb
    1.6 MB · Views: 12

kalkan99

VIP
Messages
1,661
*** updated 07/08/2023 ***



JEDI MAKER XTREAM - Version 6.26-20230807 - (Universal - all images)

Amended bouquet deletion code.

Try deleting all and see if that clears out your stray files.

If not ... I am with oldhooky

thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.26.20230807_all.ipk
    2.1 MB · Views: 25
  • enigma2-plugin-extensions-jedimakerxtream_6.26_20230807_all.deb
    1.6 MB · Views: 14

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
Just info for users of the plugin :(

KiddaC wrote:

It was the last update
155 Updates. 5 years of keep adding in more and more to keep the minions happy.
6 major version.
Seriously old code now. This is the End

avatar-jedi-rip.png
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,619
JediMakerXtream Version: 6.27

KiddaC wrote
I cant leave you with a broken plugin

-Fixed the delete bouquets issue. (it was driving me mad as well)
-I had an "or" condition instead of an "and" condition. That was all

Thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.27.20230809_all.ipk
    2.1 MB · Views: 30
  • enigma2-plugin-extensions-jedimakerxtream_6.27_20230809_all.deb
    1.6 MB · Views: 16

kalkan99

VIP
Messages
1,661
*** updated 12/08/2023 ***



JEDI MAKER XTREAM - Version 6.28-20230812 - (Universal - all images)

-added a error catch around minidom code to prevent issues on certain images

thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.28_20230812_all.deb
    1.6 MB · Views: 29
  • enigma2-plugin-extensions-jedimakerxtream_6.28.20230812_all.ipk
    2.1 MB · Views: 40

kalkan99

VIP
Messages
1,661
*** updated 30/08/2023 ***



JEDI MAKER XTREAM - Version 6.29-20230830 - (Universal - all images)

thanks KiddaC
 

Attachments

  • enigma2-plugin-extensions-jedimakerxtream_6.29.20230830_all.ipk
    2.1 MB · Views: 57
  • enigma2-plugin-extensions-jedimakerxtream_6.29_20230830_all.deb
    1.6 MB · Views: 35
Top