Commit Graph

65 Commits

Author SHA1 Message Date
angelblue05 68bf8655f3 fix playback report 2018-02-10 20:52:53 -06:00
angelblue05 0945d46baf Move stop playback to emby file
Prep to rework that part.
2018-01-14 20:18:35 -06:00
angelblue05 9ac37a1c40
3.0.0 Revision Krypton
Update playback for Krytpon
Support Multi source
Add Force Transcode
Add a small listener for external players
Update dialog skin (thank you sualfred)
2018-01-07 20:13:11 -06:00
angelblue05 88dd33d4ce Fixed few bugs in playback
video res not having values, audio url missing ?, support new server
setting that disables subs extraction
2017-10-04 17:35:40 -05:00
angelblue05 8d00a9ade2 Support series pooling
Still requires a manual sync to apply...
2017-09-03 14:10:04 -05:00
sfaulds f1aaed636d throw doanload error 2017-01-25 10:14:48 +11:00
shaun 00edbf610b -retry start() on threads as slow systems can sometimes take a few seconds to release old threads
-check json parsing for errros and return
-if no runtime then use zero
2017-01-07 19:19:39 +11:00
angelblue05 9f1cf14cf6 Change to throttle 2016-12-03 03:11:43 -06:00
sfaulds e2fa93a6c4 add handeling of exceptions for some downloadUrl func calls 2016-12-01 09:21:36 +11:00
sfaulds 4575191093 add LocationTypes to API call 2016-11-11 13:33:06 +11:00
angelblue05 9cd28f94ab Revert offline fix
Apparently offline is being returned regardless, so something else must
be causing the kodi database being wiped. Probably the server is sending
remove event?
2016-11-10 15:16:51 -06:00
angelblue05 237ee0d810 Fix virtual episodes and return offline 2016-11-10 14:36:07 -06:00
angelblue05 294ed1d995 Try to have offline items returned
To prevent Kodi database from being wiped if server marks content as
offline.
2016-11-09 19:15:20 -06:00
angelblue05 8704be627d Remove old method 2016-11-06 14:50:37 -06:00
shaun cb224ce4a7 use actual module name 2016-11-06 10:40:11 +11:00
angelblue05 82c31e0672 Don't import DatabaseConn initialized
This creates import loops. It's always better to initialize them within
the class' __init__
2016-11-05 16:15:07 -05:00
angelblue05 16df4d6404 New views.py
Combines maintainsViews from librarysync and videonodes and playlist
creation. Still need to move deletion from utils.
2016-11-05 13:36:46 -05:00
angelblue05 c211a26a35 Merge branch 'develop' of https://github.com/MediaBrowser/plugin.video.emby into develop 2016-11-05 02:17:02 -05:00
angelblue05 8b41046a61 Prep for views 2016-11-05 02:16:59 -05:00
shaun b55b4d0b96 remove old kodiSQL function
use DatabaseCon for DB file paths
switch last few DB Cons to use the new DatabaseCon context class
2016-11-05 14:18:39 +11:00
shaun 4701041d99 use the new context Db connection class
use closing helper to auto close cousor when it goes out of context
2016-11-05 10:20:09 +11:00
angelblue05 984d09bd6b Fix typo in getArtists 2016-10-18 06:43:40 -05:00
angelblue05 3288d21bef Code reduction (#66) 2016-10-10 03:19:00 -05:00
angelblue05 11b900e18e Filter out playlists from returning in views
New server modification
2016-10-06 23:31:41 -05:00
angelblue05 d61e872bf9 Instead of stopping throttle, move to next batch 2016-10-06 01:57:01 -05:00
angelblue05 30522dff08 Correct exception condition 2016-10-04 19:42:01 -05:00
angelblue05 0e4c24ef18 Remove unwanted modification
Was only for testing
2016-10-04 01:18:32 -05:00
angelblue05 e58d98bc10 Catch and raise bad status 400
When the request is malformed. Added logging to hopefully get to the
bottom of a bug pulling albums from server.
2016-10-04 01:14:14 -05:00
angelblue05 c56f9a005c Fix plugin listing
Typo
2016-09-04 20:19:51 -05:00
angelblue05 6a2ea9a4dd Emby Connect (#58)
* Update with latest connect module

* Update string

* Change error behavior

* Add connectmanager

Handle dialogs for emby connect in one place

* Add user select dialog

* Add manual server dialog

* Add onAuthenticated

* Filter virtual episodes

* Update userclient with new methods
2016-09-04 05:18:31 -05:00
angelblue05 00fd67cab3 Fix typo 2016-08-18 01:41:18 -05:00
angelblue05 76dfa1286c Update logging
Use the logging module. Moved logging to it's own file.
2016-07-24 03:59:48 -05:00
angelblue05 03a1557eaf Fix typo 2016-06-21 15:26:42 -05:00
angelblue05 0efc37f646 String & remove like/dislike
To review: music rating since server does not have like/dislike anymore
2016-06-19 20:32:09 -05:00
angelblue05 3c60eddf55 Add refresh item to context menu 2016-06-19 19:24:42 -05:00
angelblue05 7a0f69e014 Centralized logging 2016-06-16 00:43:36 -05:00
angelblue05 0007741bd3 Fix VoteCount 2016-04-23 19:14:21 -05:00
angelblue05 2e9d9eab65 Fix VoteCount 2016-04-23 19:11:29 -05:00
SpootDev accc452f4c Invalid path 2016-04-15 15:01:12 -05:00
SpootDev d080c49821 cleanup 2016-04-04 16:21:05 -05:00
SpootDev 8a130fe810 code reduce 2016-03-31 13:35:23 -05:00
SpootDev c6ba6d6f51 url and log 2016-03-31 13:18:49 -05:00
SpootDev 1768bd0e4c code reduce and doutil to doutils fix for delete favorite 2016-03-31 13:13:26 -05:00
angelblue05 f33692f2f9 Move update user rating to read_embyserver
It's more appropriate
2016-03-16 23:17:44 -05:00
angelblue05 948015d433 Fix potential error due to timeout 2016-03-06 17:21:29 -06:00
angelblue05 ad0f33a09b Removed the verification for mixed content
Since OriginalCollectionType is now implemented server side.
2016-03-04 17:23:07 -06:00
angelblue05 4cdf5c3c4d Fix grouped views
Something changed in the emby returned paths so the verification was
failing. For now, we are getting one item from the media folder and
comparing using the user view to make sure we are referring to the
correct one with the tag name. Asked Luke for an api that would do this.
2016-03-01 18:00:19 -06:00
angelblue05 c3d78c871e Follow ordered views
This affects the node numbering.
2016-02-24 22:28:42 -06:00
angelblue05 52a5d35295 Update for strings 2016-02-17 02:13:37 -06:00
angelblue05 15e0f92092 Update video library fix
This is to stop music-only update from updating the video library for no
reason.
2016-02-09 22:50:31 -06:00