service.libreelec.settings icon indicating copy to clipboard operation
service.libreelec.settings copied to clipboard

the LibreELEC settings addon for KODI

Results 13 service.libreelec.settings issues
Sort by recently updated
recently updated
newest added

Translations update from [Kodi Weblate](https://kodi.weblate.cloud) for [Kodi add-ons: services/service.libreelec.settings](https://kodi.weblate.cloud/projects/kodi-add-ons-services/service-libreelec-settings/). Current translation status: ![Weblate translation status](https://kodi.weblate.cloud/widget/kodi-add-ons-services/service-libreelec-settings/horizontal-auto.svg)

Initial implementation for selecting the OS's timezone via the settings addon. While it won't cause harm today, it's not intended to be merged until LE13 / Kodi 22P. Kodi 21...

LE 13.0

xbmcgui.dialog.browse (https://alwinesch.github.io/group__python___dialog.html#ga2ece1ca620087a97233713710eac1b83) is used to select the backup file to be restored. `'??????????????.tar'` serves as the "mask" to filter the selected file to an acceptable format. In short, if a...

This is a cleanup pass on updates.py. Some issues from reviewing it and some issues shown by pylint. Functional changes are converting Automatic Updates from a auto/manual selector to true/false...

This changes the automatic check for updates to use `/usr/bin/update-system` if it's present. If not, then it falls back to asking the server for update information (current practice). `update-system`'s output...

LE 12.0

This builds on #301. Its commits are included here. @flubshi you're the only user I know of who may create their own custom releases.json instead of using custom to fill...

This is a cleanup to replace a try/except with an if on deleting a file, and replacing multiple writes with a single f-string for creating the config for a persistent...

The LE backup code assume that all directories are of root/root 0755. This was correct in the past but at least since using docker overlays directories may be restored with...

LE 11.0
LE 12.0

Hi, I propose 2 fixes on this PR. - First and basically a workaround regarding a regular Kodi crash due to the Dbus Connection Object that does not seem to...

Hi, in this patch I propose an "auto-connection" option for bluetooth devices. Theoretically the auto-connection of Paired and Trusted devices is done without any intervention by the user. Some resources...