Commit Graph

2376 Commits

Author SHA1 Message Date
angelblue05 71d3cb3c2d Adjust userclient exceptions 2016-11-30 14:13:52 -06:00
angelblue05 c1c0ad6d56 Quick adjust for emby backup 2016-11-30 14:08:19 -06:00
shaun b0441c9f18 bump ver 2016-11-28 19:08:59 +11:00
shaun 52752f4fc1 fix lang 2016-11-28 19:03:27 +11:00
sfaulds ef4696ff2f if fast sync server plugin fails fall back to full sync and tell the user 2016-11-28 18:23:49 +11:00
angelblue05 a9aad8fabc Url encode strm files 2016-11-25 16:03:21 -06:00
sfaulds e288f991c7 bump ver 2016-11-25 11:56:59 +11:00
shaun 615e541513 remove the internal_exception.ExceptionWrapper class 2016-11-22 23:05:16 +11:00
sfaulds 4aef5d7551 check LocalTrailerCount as a number
dont log metrics for 400 errors as they are mostly server issues
2016-11-21 11:51:00 +11:00
Adam Mills 989824a58a Ensure transcoding for hi10p videos when requested 2016-11-18 19:52:19 -05:00
shaun 62c284fdd7 add come verification to values passed into functions and returned from download calls
dont log profile change exception
bump ver
2016-11-19 10:08:36 +11:00
sfaulds ec28018c61 consume read time oout errors
wrap fix in try/except
2016-11-18 13:42:46 +11:00
sfaulds 5d06f04d1d check url after replace to see if it look ok 2016-11-17 16:55:44 +11:00
sfaulds 5b86aa1ca9 add exception and notification when not logged in 2016-11-17 07:07:49 +11:00
sfaulds 2dd0a9206d bump ver for beta build 2016-11-14 19:10:56 +11:00
sfaulds aef40c4e8a use an exception class to surface exceptions that we dont want to log to the metrics logging system 2016-11-14 19:10:22 +11:00
sfaulds 84165e6e64 bump ver for latest beta 2016-11-14 12:25:44 +11:00
sfaulds 23522ac75e add some checking arround starting a new thread, it looks like some systems are slow to release resources and need some time so give them that time. 2016-11-14 12:24:07 +11:00
sfaulds 631e6d5f13 fix typo 2016-11-14 11:09:30 +11:00
sfaulds ea3676eec0 Surface download issue exceptions where appropriate instead of consuming them 2016-11-14 11:00:26 +11:00
shaun 1a8cbd7f99 check the client is not none before close 2016-11-13 14:47:06 +11:00
shaun 0cf8f07daf refactor the downloadutils a little
move emby DB verify to the database class and run it for the first time an emby db con is created
refactor the play class playback started function a little
2016-11-13 10:39:14 +11:00
shaun 7a9e29c9b7 turn testing off 2016-11-12 19:12:16 +11:00
shaun 5d35897a47 Merge branch 'develop' of https://github.com/MediaBrowser/plugin.video.emby into develop 2016-11-12 11:45:36 +11:00
shaun 6b5b955d43 add full trace for file and line numbers 2016-11-12 11:45:24 +11:00
sfaulds 27f9985601 move the verify emby DB to the service entry 2016-11-11 14:44:48 +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 ea3d2a925f Version bump 2.3.12 2016-11-10 14:39:35 -06:00
angelblue05 237ee0d810 Fix virtual episodes and return offline 2016-11-10 14:36:07 -06:00
sfaulds 5cc3847e47 looks like platform is throwing an exception on some systems so catch it 2016-11-10 16:09:23 +11:00
sfaulds 8669f41a2d bump ver 2016-11-10 13:24:53 +11: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
sfaulds 26a4d07246 only set progress if we could get the position 2016-11-10 11:49:38 +11:00
sfaulds 774700bdc8 add OS and Python version logging 2016-11-09 10:16:28 +11:00
angelblue05 a8452d2e81 Fix typo 2016-11-08 08:14:39 -06:00
angelblue05 54f0f37d7e Fix typo 2016-11-08 07:10:21 -06:00
angelblue05 5c85a3166a Version 2.3.9 2016-11-07 19:47:19 -06:00
angelblue05 6d0b2b96bc Change DatabaseConn to return the cursor instead 2016-11-07 17:32:40 -06:00
angelblue05 13e4ff5128 Version bump 2.3.8 2016-11-07 08:39:17 -06:00
angelblue05 fed57ef56b remove unused import 2016-11-07 08:36:32 -06:00
angelblue05 caead29793 Merge branch 'develop' of https://github.com/MediaBrowser/plugin.video.emby into develop 2016-11-07 08:35:42 -06:00
angelblue05 776f5c2560 Fix typo 2016-11-07 08:35:38 -06:00
shaun 579e022f1d bump ver 2016-11-07 22:30:10 +11:00
shaun 61d8a66df6 re throw all DB errors 2016-11-07 22:27:25 +11:00
angelblue05 8704be627d Remove old method 2016-11-06 14:50:37 -06:00
angelblue05 aab9750b40 Move method to embydb
to avoid opening a new db conn
2016-11-06 14:49:37 -06:00
angelblue05 83f88eef33 Don't call private function. Use public video_database to get the path. 2016-11-06 10:37:03 -06:00
shaun 904860031d add conn id to log
use import database and full name space to access DatabaseCon class
2016-11-06 20:34:27 +11:00
shaun cb224ce4a7 use actual module name 2016-11-06 10:40:11 +11:00