Commit Graph

57 Commits

Author SHA1 Message Date
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
Marcel van der Veldt ad00392a68 fix main entry point: not respond to other addons requests 2015-05-09 21:26:01 +02:00
Marcel van der Veldt 1e61c9edc8 (finally) fixed the video node sublevels filtered on tagname with episodes 2015-05-09 03:16:03 +02:00
Marcel van der Veldt 684d8604ca removed iteminfo dialog stuff because that is never going to work with this addon
fix for wrong entries in episodes widgets/submenus
2015-05-08 19:05:10 +02:00
im85288 5ac32f467a alter the way the info mode is handled to not need a db rebuild -
currently only working from home widgets
2015-05-07 16:05:04 +01:00
Marcel van der Veldt f3e7ac350d add full sync entry to main listing 2015-05-07 11:36:34 +02:00
Marcel van der Veldt 986a37455e Merge branch 'master' of https://github.com/MediaBrowser/Emby.Kodi 2015-05-07 00:05:50 +02:00
Marcel van der Veldt 4ceb66762a finished video nodes change and main entrypoint listings
removed some redundant logging
2015-05-07 00:05:27 +02:00
im85288 44b22e7a67 replaced auto play episode with custom nextup dialog, also added
ItemInfo and PersonInfo from the old addon
2015-05-06 22:41:44 +01:00
angelblue05 0501622b59 Add/Remove additional user from session
Can be mapped to home menu or keymap using:
RunPlugin(plugin://plugin.video.emby?mode=adduser)
2015-05-05 22:02:36 -05:00
angelblue05 add7494b99 Rename MainModule to Entrypoint
It is more appropriate.
2015-05-05 15:18:52 -05:00
Marcel van der Veldt 3ba1b4e5a3 moved default.py code to MainModule.py
fixed playback for channels
fixed nextup listing
2015-05-05 13:27:45 +02:00
Marcel van der Veldt c374b166bb added support for channels 2015-05-05 04:53:21 +02:00
Marcel van der Veldt 57156cfb1c merge changes 2015-05-05 04:03:04 +02:00
Marcel van der Veldt 20cae7a1e3 fixed unused import and first work on adding channels 2015-05-05 04:00:53 +02:00
angelblue05 1acfd78cdf Added reset auth option to settings 2015-05-04 19:03:46 -05:00
Marcel van der Veldt 93f2d4cd91 added nextup videonode to tvshow collections 2015-05-05 01:43:46 +02:00
Marcel van der Veldt 97dd5d9eb5 added getnextup node 2015-05-05 00:24:41 +02:00
angelblue05 d8475d76b2 Missed a line. 2015-05-04 16:42:21 -05:00
angelblue05 b882596e29 Quick fix for deprecated method
RunPlugin goes with pluginsource default.py. This gets rid of the
deprecated message when using the action to reset local db.
2015-05-04 16:40:44 -05:00
Marcel van der Veldt 72ca06e417 add support for native extrafanart 2015-05-03 17:39:12 +02: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 367b658a29 some more changes to the playback 2015-05-02 18:36:06 +02:00
Marcel van der Veldt f6cd5c9744 changed playback a bit 2015-05-02 17:49:29 +02:00
Marcel van der Veldt 88b31ae5c4 fixed playback 2015-05-02 16:49:47 +02:00