Springen naar inhoud


Foto

ImageDownLoader plugin


  • Please log in to reply
Er zijn 17 reacties in dit onderwerp

#1 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 18 mei 2017 - 12:37

Universal ImageDownloader 1.7

-To download images from image teams servers directly to external device to flash directly to receiver or use with multiboot plugins

-Three models include dreambox,vuplus and xtrend,source included to add more stb,s

-The plugin is upgrade for universal imagedownloader and satdreamgr imagedownloader

Thanks for satdreamgr team for allowing to use graphics of satdreamgr imagedownloader

 

download 

 

Rotana_Classic-1852017-1231.jpg

 

Rotana_Classic-1852017-1221.jpg

 

Rotana_Classic-1852017-1246.jpg


Veranderd door mfaraj57, 18 mei 2017 - 12:39


Re: ImageDownLoader plugin #2 littlesat

  • PLi® Core member
  • 56123 berichten

+685
Excellent

Geplaatst op 18 mei 2017 - 12:39

Why don't you put the sources on github or so...?


Veranderd door littlesat, 18 mei 2017 - 12:48

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ImageDownLoader plugin #3 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 18 mei 2017 - 13:34

I am planning for that.

Re: ImageDownLoader plugin #4 cobus

  • Senior Member
  • 4747 berichten

+69
Good

Geplaatst op 18 mei 2017 - 16:28

No et10k image


Groetjes Cobus R

 

VU+ UNO 4K SE FBC DVB-C (8x) LCD4linux met Samsung SPF 75H

MUTANT HD66SE FBC DVB-C (3x)

MAXYTEC MULTIBOX COMBO

MUTANT HD60 DVB-S

 

 

Ziggo (digitaal) Kabel TV (FTV) op alle decoders met oa fallback tuner

 


Re: ImageDownLoader plugin #5 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 18 mei 2017 - 16:52

just added common popular stb,s and models

however i will check if images available for et10k i will add.


Veranderd door mfaraj57, 18 mei 2017 - 16:53


Re: ImageDownLoader plugin #6 ricki

  • Senior Member
  • 571 berichten

+3
Neutral

Geplaatst op 18 mei 2017 - 18:26

Solo 4k please



Re: ImageDownLoader plugin #7 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 18 mei 2017 - 19:45

In next update

Re: ImageDownLoader plugin #8 Kapalamda

  • Member
  • 1 berichten

0
Neutral

Geplaatst op 18 mei 2017 - 20:22

thanks!!!!



Re: ImageDownLoader plugin #9 bumperbee

  • Senior Member
  • 282 berichten

+10
Neutral

Geplaatst op 18 mei 2017 - 21:37

Thanks very much



Re: ImageDownLoader plugin #10 littlesat

  • PLi® Core member
  • 56123 berichten

+685
Excellent

Geplaatst op 18 mei 2017 - 22:18

First recommended clean up to consider......

 

replace all os.system(the_command_you_want_to_execute) 

 

to

 

from Components.Console import Console

................

Console().ePopen(the_command_you_want_to_execute)

 

For the performance this is cheaper and you know when the script was executed.... as it is not forked...


WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: ImageDownLoader plugin #11 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 19 mei 2017 - 06:16

Thanks littlesat

usually do not like to use  os.system because does not produce direct output ,stop, code execution and not stable.

but when i have to use os i prefer os.popen

a = os.popen("netstat")
>>> for line in a.readlines():
	print line

but i learned if there two ways to do task one by python command and the other by enigma I prefer the enigma one because python is multi platform and and does not take into consideration the peculiarities os specific platform like enigma

never heard about 

Console().ePopen(the_command_you_want_to_execute)

so i will use it future because it is enigma command so should  better than os.popen

in general i prefer  eConsoleAppContainer when possible because it does not stop the execution of code and work in background  for long time process

        self.container = eConsoleAppContainer()
       
        self.destination="/"
        
              
        cmd = "echo 'Configuring %s...' >> /tmp/ipkinstall.log" % fname
        cmd = cmd + '; unzip -o ' + filename + ' -d ' + self.destination + '  >> /tmp/filestall.log'

        
        self.container.appClosed.append(self.deflateOnClosed)
        
        self.container.execute(cmd) 

Veranderd door mfaraj57, 19 mei 2017 - 06:19


Re: ImageDownLoader plugin #12 ColinB

  • Senior Member
  • 743 berichten

+28
Good

Geplaatst op 21 mei 2017 - 09:28

I tried your plugin today on et8000 OPLi4 and got "Failed to get Image". Also tried on ATV6 with the same results.

 

Any ideas ?

 

Thanks


Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 


Re: ImageDownLoader plugin #13 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 21 mei 2017 - 12:35

yes there is bug in code of xtrend,will be fixed soon and send update



Re: ImageDownLoader plugin #14 ColinB

  • Senior Member
  • 743 berichten

+28
Good

Geplaatst op 21 mei 2017 - 13:22

yes there is bug in code of xtrend,will be fixed soon and send update

 

Thanks, look forward to the update.


Xtrend et8000 7.1-Release

2 x 8/1 DiSEqC  30w 13e 19e 23e 28e   

Astrometa USB Tuner Working DVB-T2 now on Kernel 4.10+  ;)

WD10EARX 1TB

Sandisk 32GB USB for AFB, EPG, Picons & Timeshift

 

ZGemma Star S 7.0-Release

4/1 DiSEqC  30w 13e 19e 28e

Sandisk 8GB USB for AFB, EPG, Picons & Timeshift

 

LG 49UH610V UHD-HDR

UHF/Cable/Sat

 

E-Channelizer

 

 

 


Re: ImageDownLoader plugin #15 aouamed

  • Senior Member
  • 45 berichten

0
Neutral

Geplaatst op 22 mei 2017 - 23:43

pls for uno4k ?

 

thanks


Veranderd door aouamed, 22 mei 2017 - 23:44


Re: ImageDownLoader plugin #16 ricki

  • Senior Member
  • 571 berichten

+3
Neutral

Geplaatst op 20 juni 2017 - 12:53

When is time for update?



Re: ImageDownLoader plugin #17 pzanone

  • Senior Member
  • 202 berichten

+10
Neutral

Geplaatst op 19 april 2018 - 12:27

hi @mfaraj57

I wanted to ask if this plugin can also flash the image

Regards



Re: ImageDownLoader plugin #18 mfaraj57

  • Senior Member
  • 1605 berichten

+286
Excellent

Geplaatst op 19 april 2018 - 18:14

Not yet,but there is plan to add this feature.


1 gebruiker(s) lezen dit onderwerp

0 leden, 1 bezoekers, 0 anonieme gebruikers