Skip to content

Releases: owagner/kodi2mqtt

command/playbackstate fixes

01 May 10:58
Compare
Choose a tag to compare

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

Proper reconnecting, configurable playback filtering, various fixes

22 Feb 21:55
Compare
Choose a tag to compare

TLS support, Debug switch

30 Jan 12:26
Compare
Choose a tag to compare
- rev bump to 0.10

- document 2Zero's changes in changelog.txt

added MQTT authentication settings

17 Nov 13:18
Compare
Choose a tag to compare
v0.9

Update addon.xml

Fix "localhost" startup issue

15 Sep 07:37
Compare
Choose a tag to compare
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

01 Aug 08:43
Compare
Choose a tag to compare

Fixed "Script error" sometimes occuring at playback start

25 Jul 21:39
Compare
Choose a tag to compare

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

16 Jun 17:24
Compare
Choose a tag to compare

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

22 Mar 21:44
Compare
Choose a tag to compare
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

22 Mar 14:18
Compare
Choose a tag to compare
v0.2

- note settings in readme