Jump to content


Photo

Flash from the Menu (own server)


  • Please log in to reply
3 replies to this topic

#1 Homola

  • New Member
  • 2 posts

0
Neutral

Posted 27 May 2020 - 16:31

How can I change server for download Image?


Re: Flash from the Menu (own server) #2 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 27 May 2020 - 16:53

  • You need to have a webserver that can be used to download your images
  • Your webserver needs to run a script that returns a json structure with the required output
  • The url for the script needs to end in the name of the box ( for example: http://example.org/json.php?box= )

This URL can be entered via the GUI in the setup, or added to /etc/enigma2/settings after "init 4", using config key "config.usage.alternative_imagefeed".

 

The json format is:

{
  "homebuild":{
    "20200526_usb.zip":{
      "link":"https:\/\/example.org\/builds\/vuduo4k\/openpli-develop-vuduo4k-20200526_usb.zip",
      "name":"openpli-develop-vuduo4k-20200526_usb.zip",
      "size":84929685,
      "date":1590531965,
    },
    "20200527_usb.zip":{
      "link":"https:\/\/example.org\/builds\/vuduo4k\/openpli-develop-vuduo4k-20200527_usb.zip",
      "name":"openpli-develop-vuduo4k-20200527_usb.zip",
      "size":84927326,
      "date":1590591860,
    }
  }
}

The text "homebuild" is shown as the top-of-tree, i.e. the image release name. 

The "name" field is displayed as the image name.

The "link" field is used to download the image.

The other values are optional.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Flash from the Menu (own server) #3 Homola

  • New Member
  • 2 posts

0
Neutral

Posted 27 May 2020 - 18:52

thx

It is possible replace oficial url image feed? and where?



Re: Flash from the Menu (own server) #4 WanWizard

  • PLi® Core member
  • 68,309 posts

+1,719
Excellent

Posted 27 May 2020 - 19:09

No, as feeds are specific for a kernel version and hardware architecture. As we don't have a DM900 image, we also don't have a feed that matches.

 

You'll have to complain to whoever made your image.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Pro (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.



0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users