Commit Graph

32 Commits

Author SHA1 Message Date
Matt
7950610b4d pep8 - websocket_client.py 2023-01-15 09:56:53 -05:00
mcarlton00
347ab47672 Refactor imports to be under line length limit 2023-01-12 21:02:32 -05:00
mcarlton00
d25de226d0 Reorder imports for flake8 guidelines 2023-01-12 20:50:41 -05:00
Odd Stråbø
6126d617f5 Copy translate_path from Jf4Kodi, fix LazyLogger 2022-03-09 22:51:38 +01:00
Matt
7871422354 Optimize api initialization 2022-03-09 15:25:35 -05:00
Matt
7eef3a30a8 Fix undefined errors 2022-02-27 23:36:01 -05:00
Matt
36b23d0b19 Reworking the network stack 2022-02-27 22:15:54 -05:00
Matt
264145c4b9 Address flake8 complaints 2021-12-30 18:40:08 -05:00
Matt
5c3740b8a9 Function refactoring and reordering 2021-12-29 16:54:05 -05:00
Matt
2d20dc4282 Remove unused and commented out code 2021-12-21 21:22:16 -05:00
Matt
fdda442dc8 Reset websocket retry count on successful connection 2021-11-20 09:40:33 -05:00
Matt
9e624d0db2 Attempt to reestablish websocket connection if it fails 2021-11-14 12:57:32 -05:00
Matt
cba411658f Use future imports for all library files 2021-02-25 20:00:26 -05:00
Matt
8109f5ae41 Move to upstream websocket library 2021-01-30 23:26:12 -05:00
Shadowghost
01e9c45df6 Fix websocket_url (fixes playing transcoded streams) 2020-08-18 11:22:27 +02:00
Matt
a0efd1087f Copy log handler from JF for Kodi, modify for strings 2020-07-25 01:01:30 -04:00
mcarlton00
e59b54cccf Beginning rebranding + removing emby from api urls 2020-07-04 13:26:21 -04:00
faush01
e8a9be1ae0 fix a bung of LINT warnings 2020-06-21 11:27:09 +10:00
Shaun
0abef325b3 by defailt if not supplied then use the clients force resume setting 2019-11-24 20:00:17 +11:00
faush01
cd3a443db6 dont show user select if a remote play action is triggered 2019-07-29 15:51:20 +10:00
Shaun
72a3eaf88d add a connection message to websockets 2019-07-07 12:17:36 +10:00
faush01
058cd6c8c8 default to ws for all new media notifications 2019-07-03 14:15:42 +10:00
faush01
faec79cbd7 add library changed notification 2019-07-02 16:08:41 +10:00
faush01
759638e2ff updates requested 2019-01-11 10:24:42 +11:00
faush01
a73d2f700a use requested audio and subtitle index with video playback 2018-11-08 19:39:28 +11:00
faush01
a2e86f8934 start at the item requested for playnow with a list of items 2018-08-30 22:42:21 +10:00
faush01
a2d865df66 post capabilities on successful authentication 2018-07-20 14:04:10 +10:00
Shaun
4f451d95b7 add play all items ability when playback from remote action occures
add audio as a valid remote siurce type
2018-02-11 15:13:41 +11:00
Shaun
c61a76ba1e Change logging to use function args and render the log line only if debug logging is enabled 2017-12-30 19:13:31 +11:00
Shaun
2317d9b055 better handling of no server, server off line or sever restarting scenarios 2017-12-22 11:40:49 +11:00
Shaun
33b1e3f766 add media source id to the remote control play now action 2017-12-14 16:15:39 +11:00
Shaun
54e3ead792 add back in WebSocket remote control 2017-12-14 13:43:23 +11:00