Commit Graph

81 Commits

Author SHA1 Message Date
angelblue05 ce47644868 Remove old code 2018-09-06 14:41:02 -05:00
angelblue05 ace50b34dc New hybrid method 2018-09-06 03:36:32 -05:00
angelblue05 d402e3d0dd Revert device Id changes 2018-05-16 17:46:38 -05:00
angelblue05 e50780bd37 Remove GA 2018-05-12 22:56:53 -05:00
angelblue05 20b2061f4f Change deviceId 2018-05-10 18:21:08 -05:00
angelblue05 7af2df5ade Fix dynamic listing
Remove channels
2018-03-12 01:58:48 -05: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 634090e93c Update photos library display 2017-11-25 17:35:07 -06:00
angelblue05 a4e12da8fe Add refresh boxsets option 2017-11-02 22:34:41 -05:00
angelblue05 82ab2f2311 Add recently added filter
To ignore playcount, now supports

plugin://plugin.video.emby/?id=Tag&mode=recentepisodes&limit=25&filters=playcount
2017-07-27 22:51:24 -05:00
shaun 615e541513 remove the internal_exception.ExceptionWrapper class 2016-11-22 23:05:16 +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
shaun d3ce04ab10 move DB reset function to the databse file
use the new DB connection context for all DB reset actions
2016-11-05 11:15:28 +11:00
angelblue05 2b0c9d1bbc Pylint (#67) 2016-10-10 06:14:10 -05:00
sfaulds 64766bcb71 add GA logging to main and service base calls 2016-10-10 13:44:06 +11:00
angelblue05 4c0ef2fe7a Add backup option 2016-09-18 02:53:52 -05:00
angelblue05 b34007f727 Pylint (#60) 2016-09-10 06:15:58 -05:00
angelblue05 b945459dfb Pylint (#59) 2016-09-08 22:13:25 -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 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 3e1aa94c78 Strings - translation 2016-06-20 20:57:29 -05:00
angelblue05 a8fd73740c Strings 2016-06-19 16:24:34 -05:00
angelblue05 6ebabf7805 Fix log typo 2016-06-18 18:52:35 -05:00
angelblue05 9c585b682c Fix logging 2016-06-18 18:39:13 -05:00
Nick 5696f76a5f added "fastsync" command to perform an incremental sync on demand 2016-04-28 20:16:07 +10:00
angelblue05 a5d74c8a17 Add delete keymap entrypoint
RunPlugin(plugin://plugin.video.emby?mode=delete)
2016-03-09 17:05:35 -06: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
marcelveldt 36007a1e7d preparation of videoextras 2016-03-04 22:00:24 +01:00
marcelveldt 3c36af932a fix extrafanart for homescreen widgets 2016-03-04 14:03:15 +01:00
angelblue05 dfa5c7b313 Add option to generate a new device Id 2016-02-28 23:20:59 -06:00
angelblue05 06cd0e981c Hide manual sync when ran at start-up 2016-02-18 19:16:49 -06:00
angelblue05 4ce9417771 Adjust server offline
Prevent manual/repair sync from running when the server is not connected
which causes errors.
2016-02-10 01:07:52 -06:00
angelblue05 6653b1a929 Move manual sync to own class
It's better to separate the code to gain more control over the manual
sync rather than working around the full sync and doing "if compare" all
over the place.
2016-01-23 02:29:30 -06:00
marcelveldt 333d6b2831 fix subnodes for homevideos and photos 2016-01-22 11:10:42 +01:00
marcelveldt dbc91330ce remove redundant logging 2016-01-18 20:49:03 +01:00
marcelveldt 2661c54938 fix entrypoints 2016-01-18 20:48:44 +01:00
marcelveldt ee9f08080e work in progress - move home videos to plugin listing 2016-01-11 22:20:34 +01:00
angelblue05 54ee51232f Update default.py 2016-01-07 07:27:10 -06:00
angelblue05 dfc293a21a Extrafanart
No need for it to be in modes as the method is called individually.
2016-01-07 05:05:15 -06:00
marcelveldt fc810f7b32 fix extrafanart issues 2016-01-06 23:22:10 +01:00
angelblue05 f8fe1fc694 Add verification for manual/repair sync 2015-12-26 12:53:24 -06:00
angelblue05 a5e9fb1698 Add force refresh playlist
To correct missing tag bug.
2015-12-26 03:42:13 -06:00
angelblue05 3f6fe0a9e7 Version 1.1.63
alpha ready for beta testing
2015-12-24 13:51:47 -06:00
Marcel van der Veldt 214dc1ed87 fixed issue with recently added episodes Entry
support for Kodi 16 in entrypoints creation
2015-07-27 19:41:01 +02:00
Marcel van der Veldt 9c639d47ca added profiling to default.py to measure speed improvements
added caching to nextup widget generation
2015-07-27 18:48:00 +02:00
angelblue05 85f8de7e68 Merge fix - Default cleanup
Pulled the parameter technique from Kodi wiki and removed useless
import.
2015-07-21 23:53:59 -05:00
angelblue05 a6497ce6c7 First attempt at supporting theme music 2015-06-11 00:46:47 -05:00
im85288 ad594ff472 user preferences 2015-06-06 12:05:14 +01:00
Marcel van der Veldt cdf78de132 added support for kodi texturecache:
- setting in addon settings to turn on the cache feature (now for testing, maybe hidden later)
- for all new items the poster and the fanart image will be cached automatically (when setting is on)
- added a option to the plugin root options to perform full cache fill which will pull every single image to the cache.
2015-06-06 00:11:24 +02:00