Releases: albaintor/integration-kodi
Releases · albaintor/integration-kodi
Fixed seeking
Commits
- 9518411: Fixed seeking (Albaintor)
New refresh options, new simple commands, manual setup fix
Commits
- New option to enable a refresh task of media info every 60s. Normaly this should not be necessary as Kodi notifies the integration through websocket but in some situations the media info may be out of sync (media position typically) when using API. The remote itself is not affected. It is enabled by default in the setup flow and can be disabled afterwards
- Added 4 simple commands for dedicated boxes : APP_SHUTDOWN, APP_REBOOT, APP_HIBERNATE, APP_SUSPEND. I could not test them on my setup though.
- Fixed manual registration of a Kodi device
Potential fix for missing media updates
Fixed seeking
Commits
- 3b70808: Fixed seeking (albaintor)
Fixed update on wake up
Commits
- 27b6367: Fixed update on wake up (albaintor)