Commit Graph

91 Commits

Author SHA1 Message Date
sfaulds 5f20dbdb39 doh remove test line 2016-10-10 10:13:12 +11:00
sfaulds f6f6ae81e4 return error type and file info sepratly
use the error type in the event action and the file and line in the event label
2016-10-10 09:50:30 +11:00
sfaulds fb0ae730a0 add exception string to an event
log sync failed events
2016-10-10 09:05:51 +11:00
shaun 15596645c6 Add Google Analytics 2016-10-09 20:14:53 +11:00
angelblue05 fdc62aa623 Retry dbcommit
For some reason, Kodi doesn't always trigger the video database scan
stopped event keeping the add-on waiting forever. Try committing after
10 sec and catching the error if the database is truly locked.
2016-10-03 18:59:10 -05:00
angelblue05 38182fcc37 Temporary disable loading connect servers 2016-09-26 21:53:44 -05:00
angelblue05 a00d55ac0e Rework downloadutils (#63) 2016-09-26 21:50:58 -05:00
marcelveldt c3eb8a5598 add favourite episodes node 2016-09-23 20:46:04 +02:00
angelblue05 ae28e98c17 repair localize string 2016-09-20 04:20:00 -05:00
angelblue05 ba7e060009 Filter repair sync by content type
Basic, will need to be reviewed eventually
2016-09-20 04:17:11 -05:00
angelblue05 ab0d5e24be Fix keyerror 2016-09-18 18:30:11 -05:00
angelblue05 58ed423b16 Re-add logging
Troubleshoot movies receiving the wrong tag
2016-09-15 21:59:39 -05:00
sfaulds 828abd807e Merge branch 'develop' of https://github.com/MediaBrowser/plugin.video.emby into develop 2016-09-16 11:46:30 +10:00
sfaulds af1859cab3 attempt at fixing the toggeling (add/remove) of the pooled series episodes 2016-09-16 11:25:34 +10:00
angelblue05 11a068cd30 Migrate db version to emby database 2016-09-15 05:31:15 -05:00
angelblue05 20d499338b Increase logging to find movie bug
Titles being assigned the wrong tag.
2016-09-14 02:09:40 -05:00
angelblue05 b34007f727 Pylint (#60) 2016-09-10 06:15:58 -05:00
angelblue05 a9563119be Filter fast sync
If music is disabled, filter music from returning in the fast sync
response
2016-09-09 03:53:56 -05:00
angelblue05 8319f2f0df Fix typo 2016-09-04 23:45:11 -05:00
angelblue05 a658459862 suppress 401 error 2016-09-04 22:58:46 -05:00
angelblue05 3d31568518 Pylint + Fix initial setup for fresh installs 2016-09-04 22:33:34 -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 f4a80a5ea8 Keep track of fast sync
If server plugin is not installed, automatically fall back to client
time.
2016-08-05 23:21:32 -05:00
angelblue05 345090e933 Merge remote-tracking branch 'refs/remotes/origin/master' into develop 2016-07-25 17:40:04 -05:00
angelblue05 541afbb989 2.2.18 (#51)
Fix logging error (#51)
2016-07-25 17:36:43 -05:00
angelblue05 ea5ac3748a Log exception before dialog
Using logging module, it won't prevent the dialog from displaying.
2016-07-25 03:08:45 -05:00
angelblue05 e197208d3e 2.2.17 (#50)
* Add temporary setting to disable external subs for direct stream
* Fix crash when sleeping/waking up device
* Use the logging module. Moved logging to it's own file.
* Version bump 2.2.17
* Update README.md
2016-07-24 22:39:40 -05:00
angelblue05 5895831ba8 Clean up logging
Moved incremental log line to display only if there's actual items to
process.
2016-07-24 18:46:24 -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
shaun a911249840 sync progress changes
add (if item count greater) for sync progress dialog
always show progress for full sync
2016-07-03 13:26:11 +10:00
angelblue05 9a98e2995e Remove profiling 2016-06-28 17:24:36 -05:00
angelblue05 269205fe97 Remove profiling 2016-06-28 01:09:36 -05:00
angelblue05 3e1aa94c78 Strings - translation 2016-06-20 20:57:29 -05:00
angelblue05 5658801f72 Centralized logging 2016-06-17 22:03:28 -05:00
angelblue05 b9d40d91a6 Fix SeriesName missing
Prevent crash from happening.
2016-06-16 00:49:54 -05:00
SpootDev 8db97c5d3d code reduce 2016-03-31 15:25:45 -05:00
SpootDev 16fb22792f emby self 2016-03-30 21:45:43 -05:00
SpootDev 78b72ccdef vnodes 2016-03-30 21:29:24 -05:00
SpootDev 01265595f5 doutils 2016-03-30 21:28:08 -05:00
SpootDev 181824fef2 unused field 2016-03-30 21:22:55 -05:00
SpootDev ef903f5c8a utils 2016-03-30 21:19:33 -05:00
SpootDev bb8374e927 log cleanup 2016-03-30 21:17:09 -05:00
SpootDev d8ba247d99 break out of loop after plugin found 2016-03-30 21:01:24 -05:00
angelblue05 8bde429da4 Slight adjust for manual sync
Can't return value in __init__, instead calling a function to know if
manual sync succeeded or not.
2016-03-08 18:51:23 -06:00
angelblue05 4895082079 Fix typo
Accidentally pasted over line
2016-03-03 23:54:53 -06:00
angelblue05 897780f059 Fix views
GroupedFolders sometimes return empty, even if the user's views are
grouped (seems like a bug). Added a failsafe.
2016-03-03 23:32:33 -06:00
angelblue05 2a107b45fe Prevent screensaver during sync
Initial, repair, manual syncs.
2016-03-02 18:25:17 -06:00
angelblue05 f16b5dfff6 Prevent errors during the view creation
For grouped folders only. Include the itemtype to make sure we can
correctly search the reference under the grouped view.
2016-03-02 14:50:08 -06:00
angelblue05 77a553b7f7 Fix logic for nodes
Was accidentally overwriting freshly created nodes
2016-03-01 18:59:08 -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