Changelog:
New features:
- Added reduce motion option: for people who are sensitive to motion, the option to lessen the transitions that happen between app pages have been added.
Bugs:
- Player view:
- Time update bug: Time label and meter might sometimes fail to update due to Kodi requests not being completed in timeout (if any Kodi devs are reading this, please let us subscribe to a time update event instead of polling it manually).
- Info update bug: Sometimes, Kodi does not fire the events such as
OnPlay
orOnStop
(I still don't know why, it could be a thing with my local copy of Kodi), which leads to the app not updating the UI with the latest information.
Install steps:
Using OmniSD:
-
Download the file
kaidi-1.0.8-stable-omnisd.zip
to your SD card. -
Open OmniSD and install.
Using WebIDE:
You will need to have node
installed to build the app.
-
Download the source code zip above and extract it somewhere.
-
Change directory (
cd
) to the folder where you extracted the source code. -
Run
npm install
to install all the build dependencies. -
Run
npm run-script build
to build the app. -
Open WebIDE with your device connected and select 'Open packaged app' on the sidebar.
-
Pick the path to the
./dist/deploy
folder. -
Hit the 'Play' button to install.