Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing LibreELEC-settings addon #4547

Open
mglae opened this issue Sep 6, 2020 · 4 comments
Open

Testing LibreELEC-settings addon #4547

mglae opened this issue Sep 6, 2020 · 4 comments

Comments

@mglae
Copy link
Contributor

mglae commented Sep 6, 2020

This is a request for testing.

Changes to LibreELEC-settings addon can be tested by installing an update into /storage. No need to build an image for every platform.

The zip file are created from LE-settings source with:
LE 9.2: make clean addon
LE 10.0: make ADDON_VERSION=10.0 clean addon
LE 11.0: make ADDON_VERSION=11.0 clean addon
LE 11.0: make ADDON_VERSION=12.0 clean addon

Installation

systemctl stop kodi
rm -rf /storage/.kodi/addons/service.libreelec.settings
unzip -q service.libreelec.settings-VERSION.zip -d /storage/.kodi/addons/
systemctl start kodi

Deinstallation

systemctl stop kodi
rm -rf /storage/.kodi/addons/service.libreelec.settings
systemctl start kodi

Test Installation Wizard

systemctl stop kodi
rm -f /storage/.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml
systemctl start kodi

Addon for LibreELEC 9.2

LibreELEC 9.2.6

service.libreelec.settings-9.0.0-20201121.zip

In comparison to LE 9.2.6 the file include LibreELEC/service.libreelec.settings#164, LibreELEC/service.libreelec.settings#166, LibreELEC/service.libreelec.settings#168, LibreELEC/service.libreelec.settings#172, LibreELEC/service.libreelec.settings#174, LibreELEC/service.libreelec.settings#178, LibreELEC/service.libreelec.settings#180 and LibreELEC/service.libreelec.settings#186.

LibreELEC 9.2.7/9.2.8 (and branch libreelec-9.2 HEAD)

service.libreelec.settings-9.0.0-20210603.zip

In comparison to LE 9.2.7/9.2.8 there are no differences.

Addon for LibreELEC 10.0

service.libreelec.settings-10.0-20221008.zip

In comparison to LE 10.0.2 (currently using 1bc8388) the file include LibreELEC/service.libreelec.settings#221, LibreELEC/service.libreelec.settings#279, LibreELEC/service.libreelec.settings#281 and LibreELEC/service.libreelec.settings#283 (updated). Additional language updates are not listed.

In comparison to LE 10.0.4 and branch libreelec-10.0 HEAD (currently using f369cd1) there are no differences.

Empty LibreELEC-Settings addon without any functionality.

service.libreelec.settings-10.0-empty.zip

For testing purposes.

Addon for LibreELEC 11.0

service.libreelec.settings-11.0-20220423.zip

In comparison to LE 11.0.1 and branch libreelec-11.0 HEAD (currently using 9a334c0) the file include LibreELEC/service.libreelec.settings#221, LibreELEC/service.libreelec.settings#286, LibreELEC/service.libreelec.settings#290, LibreELEC/service.libreelec.settings#291 and LibreELEC/service.libreelec.settings#294. Additional language updates are not listed.

Addon for LibreELEC 12.0

service.libreelec.settings-12.0-20241020.zip

In comparison to LE 12.0.1 (currently using 3d37732) the file include LibreELEC/service.libreelec.settings#327, LibreELEC/service.libreelec.settings#323, LibreELEC/service.libreelec.settings#309, LibreELEC/service.libreelec.settings#301, LibreELEC/service.libreelec.settings#297 and LibreELEC/service.libreelec.settings#221. Additional language updates are not listed.

Addon for LibreELEC 13.0

service.libreelec.settings-13.0-20241020.zip

In comparison to branch master HEAD (currently using 779f1d3) the file include LibreELEC/service.libreelec.settings#326, LibreELEC/service.libreelec.settings#309, LibreELEC/service.libreelec.settings#301, LibreELEC/service.libreelec.settings#297 and LibreELEC/service.libreelec.settings#221. Additional language updates are not listed.

@edit4ever
Copy link
Collaborator

tested and merged

@mglae
Copy link
Contributor Author

mglae commented Sep 15, 2020

PR175 added.

@chewitt
Copy link
Member

chewitt commented Mar 8, 2021

I think we can close this out now :)

@chewitt chewitt closed this as completed Mar 8, 2021
@mglae
Copy link
Contributor Author

mglae commented Mar 8, 2021

I still plan to keep the sources updated - although they are currently one week outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants