forked from eschava/kodi2mqtt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.txt
71 lines (57 loc) · 2.72 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
v0.16 - 2019-12-16 - richcrabtree
- Bugfix: playing/resumed events now fire consistently
- Bugfix: Updated Paho to 1.5 to fix reconnect crash
- Feature: All Kodi API notification events are published
- Feature: Volume control
v0.15 - 2019-11-04 - eschava
- option to publish/receive time with millis as a progress
v0.14 - 2019-10-31 - devtown/eschava
- added set volume
- change playback position
- play currently selected file
- bugfixes
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
v0.12 - 2016-02-022 - markferry
- fix non-JSON case for handling command/notify
V0.11 - 2016-02-22 - jvandenbroek
- optional ignore list to prevent certain content to be published as being
played back by a word match on title and/or path
- configurable push frequencies for details and progress
- automatically retry MQTT connections up to 20 times
- various minor fixes
v0.10 - 2016-01-30 - 2Zero
- added TLS parameters to settings
- noisy logging now optional via "Debug" settings switch
v0.9 - 2015-11-17 - drlobo
- added MQTT authentication parameters to settings
v0.8 - 2015-09-15 - owagner
- 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)
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]
V0.5 - 2015-07-25 - owagner
- fixed script error occuring when playback details where not immediate
available when starting playback
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"
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
V0.2 - 2015-03-22 - owagner
- refactored as a Kodi addon