Skip to content

Commit

Permalink
- document last change
Browse files Browse the repository at this point in the history
  • Loading branch information
owagner committed Aug 1, 2015
1 parent 911f967 commit 726a658
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ The addon publishes on the following topics (prefixed with the configured topic
* status/title: a JSON-encoded object with the fields
- "val": the title of the current playback item
- "kodi_details": an object with further details about the current playback items. This is effectivly the result
of a JSON-RPC call Player.GetItem with the properties "title", "streamdetails" and "file"
of a JSON-RPC call Player.GetItem with the properties "title", "streamdetails", "file", "thumbnail"
and "fanart"

The addon listens to the following topics (prefixed with the configured topic prefix):

Expand Down
2 changes: 1 addition & 1 deletion service.mqtt/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.mqtt" name="MQTT Adapter" version="0.6" provider-name="owagner">
<addon id="service.mqtt" name="MQTT Adapter" version="0.7" provider-name="owagner">
<requires>
<import addon="xbmc.python" version="2.19.0"/>
</requires>
Expand Down
3 changes: 3 additions & 0 deletions service.mqtt/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.7 - 2015-08-01 - existsec
- include "thumbnail" and "fanart" in title message

v0.6 - 2015-07-29 - owagner
- include "kodi_playerid" and "kodi_playertype" in playbackstate updates [#2]

Expand Down

0 comments on commit 726a658

Please sign in to comment.