Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.3 KB

LATEST_RELEASE_NOTES.md

File metadata and controls

37 lines (20 loc) · 1.3 KB

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 or OnStop (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:

  1. Download the file kaidi-1.0.8-stable-omnisd.zip to your SD card.

  2. Open OmniSD and install.

Using WebIDE:

You will need to have node installed to build the app.

  1. Download the source code zip above and extract it somewhere.

  2. Change directory (cd) to the folder where you extracted the source code.

  3. Run npm install to install all the build dependencies.

  4. Run npm run-script build to build the app.

  5. Open WebIDE with your device connected and select 'Open packaged app' on the sidebar.

  6. Pick the path to the ./dist/deploy folder.

  7. Hit the 'Play' button to install.