Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
42loop
kodi2mqtt_import
Commits
726a6586
Commit
726a6586
authored
Aug 01, 2015
by
Oliver Wagner
Browse files
- document last change
parent
911f9674
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
726a6586
...
...
@@ -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):
...
...
service.mqtt/addon.xml
View file @
726a6586
<?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>
...
...
service.mqtt/changelog.txt
View file @
726a6586
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]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment