Commit Graph

40 Commits

Author SHA1 Message Date
angelblue05 59aaa4d42b First attempt at fixing music
Pull the list of songs in batch of 200 items to prevent timeouts.
2015-08-04 01:07:39 -05:00
angelblue05 20ac3c9465 Log Level instant change
I grew tired of restarting Kodi everytime....so I made it so the log
level changes on the stop without restarting Kodi. Also removed NextUp
import and added the downloadUtils 200 response to help debug in the
future.
2015-06-05 05:12:09 -05:00
angelblue05 13e54b5a9e Mute logging 2015-05-26 22:42:14 -05:00
angelblue05 79e4bd8a6a Fix watched feedback and added General command
Everything in the remote control is supported except for audiostream and
subtitleindex. Turns out the watched playcount bug was indeed a
feedback, so to prevent this I'm skipping the first message that has the
itemId right after marking watched.
2015-05-16 01:31:08 -05:00
angelblue05 11e4a70e25 Reworked the userclient with possibilities
Revoked token was actually broken, handle access schedule better,
restart/start properly. This is to stabilize things.
2015-05-13 23:48:35 -05:00
angelblue05 696586e952 Revert "Revert "Retrying retrieving sessionId""
This reverts commit 585b1ac64e.
2015-05-13 13:49:27 -05:00
angelblue05 585b1ac64e Revert "Retrying retrieving sessionId"
This reverts commit a303f73273.
2015-05-13 13:30:56 -05:00
angelblue05 a303f73273 Retrying retrieving sessionId
But only after capabilities have been posted, instead of before.
2015-05-13 13:23:33 -05:00
angelblue05 de527327a5 Another follow up
Use a while loop instead.
2015-05-12 03:16:34 -05:00
angelblue05 354f0905f6 Support Parental control - access schedule
I had to reorganize the service.py loop a bit for this to work.
Logically the top level inside the while loop should be if the user is
authenticated.
2015-05-12 02:34:03 -05:00
angelblue05 b996037e4e Handle unexpected response
API seems to return text/html response for playeditems
2015-05-04 14:09:01 -05:00
angelblue05 4b9cae3f2f Handle revoked token 2015-05-03 02:24:23 -05:00
angelblue05 38d0d1c02b Added server online check 2015-05-03 00:27:43 -05:00
angelblue05 60390a2f24 Fix sessionId bug 2015-05-02 21:28:24 -05:00
angelblue05 d0e2b7c3d6 Revert "Fix sessionId bug"
This reverts commit cb663913a0.
2015-05-02 21:26:01 -05:00
angelblue05 cb663913a0 Fix sessionId bug 2015-05-02 21:06:09 -05:00
angelblue05 8e3a22e0e8 Launch playback via default.py
I've commented out the resume dialog. If we actually need it then it can
be readded.
2015-05-02 16:40:30 -05:00
Marcel van der Veldt f6cd5c9744 changed playback a bit 2015-05-02 17:49:29 +02:00
Marcel van der Veldt 2eac7bbcb4 fixed updates from websocket 2015-05-02 04:01:52 +02:00
angelblue05 2f3d609f53 Attempt #1 at fixing playback report/resume
Cleaning up the code, using websocket to report playback progress.
2015-04-28 17:23:26 -05:00
angelblue05 fb006bb5f8 Revert "Added server online check"
This reverts commit 9020c1c908.
2015-04-26 18:15:40 -05:00
angelblue05 9020c1c908 Added server online check 2015-04-26 15:41:39 -05:00
angelblue05 de42c14e33 HTTPS verification handling
By default - no host verification. Option to verify host and add a
client side certificate to pair with server certificate.
2015-04-24 20:57:04 -05:00
angelblue05 1ed674e4f1 https custom certificate
Attempt #1 at implementing support for HTTPS custom ssl certificate
2015-04-24 05:17:08 -05:00
angelblue05 079fd4e8d9 Added Requests 2015-04-21 16:34:56 -05:00
angelblue05 e1f0ee7575 Fix imageUrl 2015-04-18 12:11:58 -05:00
angelblue05 5f91d49f3f Add https support 2015-04-13 13:56:36 -05:00
shaun 65b6411fb3 fix progress dialog error for box sets 2015-04-05 18:21:47 +10:00
angelblue05 1b20863cf9 Integration of UserClient. 2015-04-03 05:13:01 -05:00
Marcel van der Veldt 7d49a33b21 refactor to plugin.video.emby 2015-03-25 18:37:21 +01:00
xnappo 0f35f73f76 Adding episode delete (for real this time!) 2015-03-24 18:52:23 -05:00
shaun 944b04b89a we dont support DisplayContent in this addon 2015-03-23 19:44:16 +11:00
faush01 9e5385c1c6 add WebSocket for events and remote control
For some reason playback stop is not being reported
2015-03-23 15:54:16 +11:00
angelblue05 268344a8da Added https option to getServer
Since in most place I've noticed the http field is present, I've set to return the prefix by default. We will need to add a boolean option within the configs named https.
2015-03-22 05:58:02 -05:00
angelblue05 5952b60b32 Fixed post capabilities
Client was not showing as a player in the web client.
2015-03-22 03:09:25 -05:00
angelblue05 1a472a43cd Fixed post capabilities
Client was not showing as a player in the web client.
2015-03-22 03:07:06 -05:00
Marcel van der Veldt e859108697 changed some logging 2015-03-19 22:50:33 +01:00
xnappo caa86fe5c8 Move getArt to API 2015-03-14 11:06:37 -05:00
faush01 0eacb876c7 use the latest source for download utils 2015-03-14 13:37:03 +11:00
Marcel van der Veldt 860bdfbbd8 initial commit - first version 2015-03-13 22:24:59 +01:00