Releases: owagner/kodi2mqtt
Releases · owagner/kodi2mqtt
command/playbackstate fixes
v0.13 - 2016-05-01 - owagner
- change logic for command/playbackstate:
- resume/play/1 will now properly resume when pausing, and attempt to
start play when playback has endeded. Fixes #17 - pause/2 will now only pause if the player is actually playing.
It can no longer be used to toggle pause mode. - toggle (new) will now toggle pause mode, similarily to how "pause"
did before
- resume/play/1 will now properly resume when pausing, and attempt to
Proper reconnecting, configurable playback filtering, various fixes
v0.12 Fixed link to changelog.txt
TLS support, Debug switch
- rev bump to 0.10 - document 2Zero's changes in changelog.txt
added MQTT authentication settings
v0.9 Update addon.xml
Fix "localhost" startup issue
updated PAHO library to v1.0.2 to fix startup issues caused by "localhost" not resolving, which apparently seems to happen on some OpenELEC installations. Fixes #6 (thanks fab33)
more details in playbackstate and title messages
v0.7 - document last change
Fixed "Script error" sometimes occuring at playback start
V0.5 - 2015-07-25 - owagner
- fixed script error occuring when playback details where not immediate
available when starting playback
v0.4: V0.4 - 2015-06-16 - owagner
V0.4 - 2015-06-16 - owagner
- Settings: MQTT broker address is now a text field and thus allows entering of hostnames
- will now check whether the title information changes during progress
checking, and will republish the "title" topic if a change was detected - increase progress publish rate to 20s (from 30s)
- avoid "kodi2mqtt" as a name in the documentation and addon itself, and instead stick to "MQTT Adapter"
Now supports remote control via command/ topics
V0.3 - 2015-03-22 - owagner - fixed division by zero when switching TV channels - now supports command/notify to send notifications - now supports command/play to start playback of files or items - now supports command/playbackstate to control the playback state
Initial usable release
v0.2 - note settings in readme