f9ce03919b
FIX: Various omxplayer fixes
...
- Better synchronization with the player upon `play` request - wait until the play started event is received before returning the status
- DBus exceptions should be caught and handled in the status call
2021-10-17 16:54:57 +02:00
c3681e7b2a
FIX: Don't try and set the volume of the omxplayer when the instance may not be ready yet
2021-10-17 16:38:38 +02:00
144700b693
media.mpv should send MediaPlayRequestEvent with player and plugin parameters
2021-10-17 16:17:20 +02:00
4a5bb766af
Fixed some media plugins inconsistencies
...
- Removed replication of logic between media.get_youtube_url (action) and media.get_youtube_video_url (internal method)
- Added differentiation between MediaPlayEvent and MediaResumeEvent
2021-10-17 16:03:57 +02:00
8c339d0d55
Added support for custom YouTube preferred video/audio formats
2021-10-17 02:53:38 +02:00
1962a8c4de
FIX: The response to a request received on the MQTT channel should be dispatched to <base_topic>/responses/<id>, not to <base_topic>
2021-10-17 01:57:47 +02:00
64c402b1c0
[ #115 ] Added google.maps.get_travel_time
method
2021-10-16 22:35:37 +02:00
31ef9515f8
Added support for virtual IR devices in Switchbot plugin
2021-10-02 23:44:13 +02:00
d844890ab2
Bump version: 0.22.2 → 0.22.3
2021-10-01 23:53:05 +02:00
04a5480d19
Resolve "[Feature Request] Gotify Push Intergration"
2021-10-01 23:50:53 +02:00
e3f0219554
Errors should be caught also before a request action is executed (prevents HTTP timeouts when the error is on e.g. get_plugin() level)
2021-10-01 23:40:43 +02:00
fa17011b24
Fixed hierarchy for ngrok events
2021-10-01 23:39:07 +02:00
c12c83b386
Bump version: 0.22.1 → 0.22.2
2021-09-25 12:54:01 +02:00
68831e9e81
[ #196 ] Added ngrok integration
2021-09-25 01:34:45 +02:00
d18245b15f
Fixed Slack plugin docs
2021-09-22 00:38:34 +02:00
cb0638fe19
Bump version: 0.22.0 → 0.22.1
2021-09-22 00:29:03 +02:00
98cb216ba7
Fixed LGTM warning
2021-09-22 00:22:42 +02:00
f147c44a8a
Fixed docs issues
2021-09-22 00:19:14 +02:00
a1cd25fe5a
zigbee.mqtt backend configuration should be fetched from the zigbee.mqtt plugin configuration if not reported
2021-09-17 22:35:01 +02:00
1a314ffd6b
Fixed LGTM errors and warnings
2021-09-17 22:21:29 +02:00
85af031c26
Empty torrent responses can sometimes include the objects as an empty list instead of an empty dict
2021-09-17 10:47:01 +02:00
7b8938cb12
Fixed LGTM errors and warnings
2021-09-17 00:47:33 +02:00
a2f5755496
Bump version: 0.21.4 → 0.22.0
2021-09-16 23:28:39 +02:00
3bfc5b83ef
Moved to manifest files for describing plugins and backends and their dependencies
2021-09-16 17:53:40 +02:00
ac0dd95bcc
Bump version: 0.21.3 → 0.21.4
2021-08-24 23:01:45 +02:00
87b70716c1
Logic for supporting JWT tokens both as bytes and strings [ closes #197 ]
2021-08-24 22:55:42 +02:00
a8064d2add
parse_magnet_uri can return either a metadata object or a dict depending on the libtorrent version
2021-08-05 20:23:54 +02:00
d086da64f6
Bump version: 0.21.2 → 0.21.3
2021-07-28 01:09:27 +02:00
90ec108580
Added Slack integration
2021-07-28 01:09:09 +02:00
286bab7489
typo
2021-07-27 00:11:57 +02:00
0f37102ce4
Close Redis connection upon backend stop
2021-07-26 01:06:35 +02:00
8e2d4d0bce
Make sure that the accept() in backend.tcp does not block the process
2021-07-25 11:33:48 +02:00
550fd3abe9
Don't fail on the Pushbullet close handler
2021-07-25 01:17:25 +02:00
2fc7327788
Missing import
2021-07-24 23:49:23 +02:00
371dd6da0a
Added sun
plugin [ closes #194 ]
2021-07-22 01:02:15 +02:00
47228f2432
Bump version: 0.21.1 → 0.21.2
2021-07-20 01:36:59 +02:00
1483d602f8
Added music.spotify UI integration
2021-07-20 01:35:21 +02:00
00e744e93e
Added type field metadata
2021-07-17 22:28:48 +02:00
35c4a30a63
Added music.spotify plugin and refactored MusicPlugin
2021-07-17 22:14:15 +02:00
db8ea33b68
Removed deprecated setup.py web_build
command from platydock [see #195 ]
2021-07-05 20:07:55 +02:00
03631bcebc
Fixed import error in Adafruit.IO
2021-07-04 23:49:18 +02:00
ade3a7c2cf
Added plugin_name to weather.buienradar events
2021-07-04 18:04:51 +02:00
1f6c7aae60
get_redis() should be a general utility method
2021-06-26 11:14:26 +02:00
a6c7d64511
Removed audio_format option from Spotify Connect backend (not supported by all versions of Librespot)
2021-06-25 23:20:21 +02:00
af7977bcf7
Added music.spotify.connect backend
2021-06-25 22:47:40 +02:00
0762004838
Bump version: 0.21.0 → 0.21.1
2021-06-22 23:40:53 +02:00
Fabio Manganiello
c8bfbae4f0
Prevented an infinite recursion error on the Pushbullet on_error() handler in case close() failed
2021-05-20 02:06:43 +02:00
Fabio Manganiello
d35a9729a4
More robust reconnection logic for Pushbullet backend
2021-05-19 18:44:01 +02:00
a39452124d
Refactored PCA9685 backend
2021-05-17 15:32:43 +02:00
fc1d9ad3e6
Added joystick.linux backend
2021-05-17 14:52:08 +02:00