Commit Graph

39 Commits

Author SHA1 Message Date
angelblue05 c0f9948cf5 Convert settings to utils method for addon settings 2015-08-14 04:03:12 -05:00
Marcel van der Veldt aacd72486e fixed nextepisodes updating by removing the caching 2015-08-06 13:01:33 +02:00
Marcel van der Veldt 8e3eba858d fix extrafanart retrieval 2015-08-05 15:05:37 +02: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 e3a81da2a5 Correct the merging 2015-07-26 07:09:09 -05:00
im85288 6e66f60331 added option to exclude theme videos on sync 2015-07-24 12:52:33 +01:00
angelblue05 9635d2f0d3 Revert "getdirectory error"
This reverts commit ff3041d104.
2015-06-29 07:39:45 -05:00
angelblue05 ff3041d104 getdirectory error
modified script listing by setting folder=false (do not resolve with
listing).
2015-06-24 22:24:02 -05:00
im85288 42f8d91ace added a warn on sync where tvtunes cannot set the settings file. 2015-06-24 18:05:52 +01:00
im85288 f946f7ba69 tv tunes now accepts both music/video themes in the same nfo 2015-06-22 20:18:00 +01:00
im85288 5e53884030 re-added fix for unicodes 2015-06-20 16:28:52 +01:00
im85288 5e130bf6fd added theme video support 2015-06-20 15:59:00 +01:00
angelblue05 2abee11c6b Fix for unicode error
The normalize_string method needs utf-8 encoding, not unicode.
2015-06-19 09:02:29 -05:00
angelblue05 ae07e1b4c6 another attempt at Theme music
For illegal characters - following the same pattern as TV Tunes to make
sure we match 100%
2015-06-19 03:10:41 -05:00
angelblue05 678efedd30 Change to theme music
Apparently CleanName is not CleanFileName... Using Kodi's built in
method instead.
2015-06-18 21:11:48 -05:00
angelblue05 56c2c9aef2 Added tv tunes compatibility
Automatically set the proper path for tv tunes
2015-06-17 01:57:09 -05:00
angelblue05 7b041d8795 Fix for filename
using utils cleanname and encoding for special characters
2015-06-17 01:32:59 -05:00
angelblue05 983978dc33 Support multiple theme songs 2015-06-11 01:59:44 -05:00
angelblue05 95558edd4e Quick follow up
Forgot the launch menu item.
2015-06-11 00:59:15 -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
Joachim Davik 73beda7db6 Added Ignore Specials setting for Next Episodes 2015-05-22 10:33:39 +02:00
angelblue05 0a948d59f6 Moving the watchdog to service.py 2015-05-17 07:11:50 -05:00
shaun a3b500061a add back in the service monitor watchdog 2015-05-12 10:10:33 +10:00
Marcel van der Veldt 5b6c72150c some fixes for video nodes and isengard 2015-05-09 12:53:23 +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
im85288 858f811362 fix import error and new default nextupinfo 2015-05-08 19:54:43 +01: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
angelblue05 e592df0a36 Hide hidden users from addtosession list 2015-05-07 22:29:54 -05: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
Marcel van der Veldt d4e44122ba moved videonodes code to seperate class 2015-05-06 23:24:13 +02:00
angelblue05 cdd6239736 Follow up for the new feature
Added a short notification to indicate to users success or error.
2015-05-05 22:20:29 -05: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