Matt
|
a49900a2d7
|
More commented out code
|
2021-02-14 11:17:42 -05:00 |
|
Matt
|
8ece4ae651
|
Remove commented blocks of code
|
2021-02-14 11:14:03 -05:00 |
|
Matt
|
1949e8a9b7
|
Use upstream websockets library
|
2021-02-13 23:11:27 -05:00 |
|
Matt
|
52207a5ed8
|
Update cache dialog box for kodi 19
|
2021-02-13 19:19:15 -05:00 |
|
Matt
|
f90db72f8b
|
End playback monitoring thread on Kodi exit
|
2021-01-30 23:28:01 -05:00 |
|
Matt
|
d298b4caa2
|
Fix hanging Kodi on exit
|
2021-01-30 23:27:16 -05:00 |
|
Matt
|
8109f5ae41
|
Move to upstream websocket library
|
2021-01-30 23:26:12 -05:00 |
|
Matt
|
e4ba7b0eba
|
Fix deprecated abort system
|
2021-01-26 22:35:37 -05:00 |
|
Matt
|
ed3087a222
|
String manipulations and encoding fixes
|
2021-01-26 22:34:51 -05:00 |
|
Matt
|
c6f6601f3c
|
Working playback
|
2021-01-26 22:34:39 -05:00 |
|
Matt
|
fb6a1c1329
|
Initial py3 pass
|
2021-01-02 23:04:24 -05:00 |
|
mcarlton00
|
920c012338
|
Merge pull request #44 from mcarlton00/translation-variable-replacements
Stop doing string manipulations on translations
|
2021-01-02 23:02:02 -05:00 |
|
Matt
|
b629756f3e
|
Add log message for deleting items
|
2021-01-02 18:18:21 -05:00 |
|
Matt
|
0cf4643d5f
|
Remove %s from languages file
|
2021-01-02 18:13:07 -05:00 |
|
Matt
|
73d757122a
|
Stop doing string manipulations on translations
|
2021-01-02 18:10:59 -05:00 |
|
Matt
|
975c953d78
|
Version bump to 0.3.1
v0.3.1
|
2020-12-23 21:33:39 -05:00 |
|
mcarlton00
|
9de1af4204
|
Merge pull request #40 from mcarlton00/external-sub-names
Show proper language names for external subs
|
2020-12-23 21:32:49 -05:00 |
|
Matt
|
7b7502fa2f
|
Show proper language names for external subs
|
2020-12-19 17:07:16 -05:00 |
|
mcarlton00
|
b565005219
|
Merge pull request #39 from mcarlton00/clone-skin-fix
Fix clone skin function
|
2020-12-19 11:38:16 -05:00 |
|
Matt
|
68008c675e
|
Fix errors when cloning default skin
|
2020-12-18 19:53:14 -05:00 |
|
mcarlton00
|
2cf86eb6ae
|
Merge pull request #37 from mcarlton00/urlencoding-auth-is-dumb
Don't urlencode auth json payload
|
2020-12-18 17:18:00 -05:00 |
|
Matt
|
b0a1f9a680
|
Don't urlencode auth json payload
|
2020-12-17 23:29:26 -05:00 |
|
Matt
|
3f7816762e
|
Version bump to 0.3.0
v0.3.0
|
2020-12-11 20:33:51 -05:00 |
|
mcarlton00
|
8bade51eb5
|
Merge pull request #33 from mcarlton00/10.7-fixes
10.7 fixes
|
2020-12-11 20:30:49 -05:00 |
|
Matt
|
7c4398bfb5
|
When playback stops, only try to delete a transcode if we're transcoding
|
2020-12-05 18:30:40 -05:00 |
|
Matt
|
8f736e8bd3
|
We need the brackets for later
|
2020-12-05 18:28:20 -05:00 |
|
Matt
|
65a9b11dc5
|
Include URL when there's been an http error
|
2020-12-05 18:27:36 -05:00 |
|
Matt
|
7ffd16df4b
|
Remove manually specifying return payload
|
2020-12-05 18:26:53 -05:00 |
|
mcarlton00
|
e2628d27dc
|
Don't error on empty user list
|
2020-11-28 15:00:29 -05:00 |
|
mcarlton00
|
8799c2bb5e
|
Use correct lookup URL
|
2020-11-28 14:59:55 -05:00 |
|
Matt
|
4ba0b64d2c
|
Update auth for 10.7
|
2020-11-23 17:58:45 -05:00 |
|
mcarlton00
|
4b2f43e8a2
|
Merge pull request #32 from mcarlton00/json-payloads
Proper API json parsing
|
2020-11-15 14:44:11 -05:00 |
|
Matt
|
df774ca3c5
|
Simplify logic checks
|
2020-11-15 14:13:45 -05:00 |
|
Matt
|
084fab576e
|
Remove debug statement
|
2020-11-15 11:04:13 -05:00 |
|
mcarlton00
|
1733e64403
|
Parse json payloads in centralized place
|
2020-11-11 22:50:26 -05:00 |
|
mcarlton00
|
1d0360c0c3
|
Merge pull request #29 from mcarlton00/words-r-hard
Connect to servers with special characters in the name
|
2020-10-06 22:22:34 -04:00 |
|
Matt
|
45823ccd96
|
Connect to servers with special characters in the name
|
2020-10-06 21:43:36 -04:00 |
|
mcarlton00
|
ef3b64cf51
|
Merge pull request #25 from mcarlton00/castaway
Fix casting from web UI
|
2020-09-10 17:41:24 -04:00 |
|
mcarlton00
|
a424fb8793
|
Merge pull request #24 from mcarlton00/when-is-a-string-not-a-string
Use future strings to fix unicode errors
|
2020-09-10 17:40:51 -04:00 |
|
mcarlton00
|
b6ae819d32
|
Merge pull request #23 from mcarlton00/i-know-my-abcs
Fix browsing libraries by letter
|
2020-09-10 17:39:41 -04:00 |
|
Matt
|
8711ae2452
|
Fix casting from web UI
|
2020-09-05 17:49:18 -04:00 |
|
Matt
|
a90c2c2fa8
|
Use future strings to fix unicode errors
|
2020-09-05 17:29:38 -04:00 |
|
Matt
|
03a89d4f43
|
Remove unnecessary log line
|
2020-09-05 16:15:54 -04:00 |
|
Matt
|
d48b2bdf2a
|
Fix browsing libraries by letter
|
2020-09-05 16:11:15 -04:00 |
|
mcarlton00
|
6a6ca8c642
|
Merge pull request #22 from mcarlton00/noisy-logs-are-noisy
Fix log levels
|
2020-09-03 10:35:57 -04:00 |
|
Matt
|
d3ffecb866
|
Fix log levels
|
2020-09-02 23:04:13 -04:00 |
|
mcarlton00
|
083f91611a
|
Merge pull request #16 from Shadowghost/websocket-url-fix
Fix websocket_url (fixes playing transcoded streams)
|
2020-08-18 08:29:05 -04:00 |
|
Shadowghost
|
01e9c45df6
|
Fix websocket_url (fixes playing transcoded streams)
|
2020-08-18 11:22:27 +02:00 |
|
Matt
|
b327ebc5bd
|
Update authors field
|
2020-08-16 22:00:55 -04:00 |
|
Matt
|
ec1a5add73
|
version bump
v0.2.0
|
2020-08-16 21:19:12 -04:00 |
|