Skip to content

scripts used for generating releases.json

Notifications You must be signed in to change notification settings

jekamps/release-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

The scripts in the repository are used to generate the releases.json file used in the USB-SD-Creator and in the manual update feature present in LibreELEC 8.0+

The script generates a json formatted output with the filenames, file sizes, and sha256 sums.

For example

{  
   "LibreELEC-8.0":{  
      "url":"http://releases.libreelec.tv/",
      "project":{  
         "WeTek_Hub.aarch64":{  
            "displayName":"WeTek Hub",
            "releases":{  
               "0":{  
                  "image":{  
                     "sha256":"bcc1f74fa1deda0db8d873aefb9d154271698982d0503a6a3170ec0c2bc33a59",
                     "name":"LibreELEC-WeTek_Hub.aarch64-7.90.005.img.gz",
                     "size":"116989175"
                  },
                  "file":{  
                     "sha256":"d82ead255190c30c43c3f6bc57962bf5f46863598fd67a31b0e2e5ecb375fbe7",
                     "name":"LibreELEC-WeTek_Hub.aarch64-7.90.005.tar",
                     "size":"128993280"
                  }
               },

For the full output see, http://releases.libreelec.tv/releases.json

About

scripts used for generating releases.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%