Current app versions | Supported KaiOS versions | Supported Kodi versions |
---|---|---|
- 1.0.8 (Stable) - 0.4.7.3 (Alpha) |
>= KaiOS 2.5 | >= Kodi Krypton (17.x) >= JSON-RPC API v8 |
-
Basic Kodi interface navigation (Up/Down/Left/Right/Context Menu/Home control).
-
Kodi volume controls (increment, decrement, mute).
-
A Kodi player control (Play/Pause/Set shuffle/Set repeat/Next/Previous/Wind forward/Wind backward).
-
Notifications of now playing track (available if app is in background/screen off).
-
Written in vanilla HTML/CSS/JS, no framework used, so we are quick ⏩.
To run:
The app can be run directly from src
for testing and debugging purposes, just point WebIDE/gDeploy/make-kaios-install to it and install.
To build:
-
Run
npm install
to install dependencies. -
Run
gulp
(ornpm run_script build
) to generate a deployable minified app from the source to./dist/deploy
(contains bareapplication.zip
for KaiStore submission too). This will also generate an OmniSD-compatible package @.dist/omnisd/kaidi-*version number*-omnisd.zip
.
Please submit the bug to the issues tracker.
Feel free to fork this repo and add your improvements, then create a pull request.
We are especially looking for improvements to the player, as well as added localizations.
We now enforce since 27/3/2020. Some files might not have been modified to reflect this change yet, but please do practice Standard JS (use ESLint, installable if you run npm install
to install our dev-dependencies) if you ever submit your pull requests/modifications for review. This doesn't mean we will reject your pull request, but for large changes, bad Standard JS compliance will lead to rejected pull requests.
This project is licensed under the GPLv3 license. A copy is included in /LICENSE.txt
of this Git repository.
... to all the people over at the BananaHackers and r/KaiOS community, as well as Stack Overflow and my friends for translating my apps.
A full list of credits are available in /CREDITS.md
of this Git repository.
Again, thank you all so much!
jkelol111 2018-present