From 726a6586f78fd0071fdef8c40f9b17a6caec861f Mon Sep 17 00:00:00 2001 From: Oliver Wagner <owagner@tellerulam.com> Date: Sat, 1 Aug 2015 10:42:17 +0200 Subject: [PATCH] - document last change --- README.md | 3 ++- service.mqtt/addon.xml | 2 +- service.mqtt/changelog.txt | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05b1826..0a678df 100644 --- a/README.md +++ b/README.md @@ -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): diff --git a/service.mqtt/addon.xml b/service.mqtt/addon.xml index f1db04d..1f57c73 100644 --- a/service.mqtt/addon.xml +++ b/service.mqtt/addon.xml @@ -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> diff --git a/service.mqtt/changelog.txt b/service.mqtt/changelog.txt index 0ba6fba..badb94b 100644 --- a/service.mqtt/changelog.txt +++ b/service.mqtt/changelog.txt @@ -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] -- GitLab