Commit Graph

41 Commits

Author SHA1 Message Date
im85288 d582888ffb update video db version for krypton 2016-08-06 16:20:15 +01:00
xnappo 133773d5b6 Krypton prep 2016-07-31 12:15:38 -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 f89d5c96f6 Transform database locked into a settings
Temporary settings, because it slows down the process since it's
auto-committing. Not everyone has database locked crashes. Permanent fix
is being worked on in the database branch.
2016-07-19 02:08:35 -05:00
angelblue05 cfb94b7bd0 Temp fix for database being locked 2016-07-18 15:47:42 -05:00
angelblue05 77b99210c1 Add error mode to logging 2016-07-17 18:27:54 -05:00
angelblue05 da7685b03f Try to fix import strptime bug
Clean up of downloadutils and utils.
2016-07-16 10:02:50 -05:00
kravone df2600f579 Revert "Faster XML processing and lower memory" 2016-06-29 21:15:26 +02:00
SpootDev 9a5bd10d40 celementtree 2016-06-28 18:28:01 -05:00
angelblue05 c0f0a1978f Preparation for centralized queries
To handle exceptions, etc.
2016-06-28 17:24:12 -05:00
angelblue05 da8bf3670d Fix conflicting import 2016-06-22 14:29:53 -05:00
angelblue05 3e1aa94c78 Strings - translation 2016-06-20 20:57:29 -05:00
angelblue05 49157bbbea Fix logging typo 2016-06-20 13:58:17 -05:00
angelblue05 55998c796f Remove old log method 2016-06-17 22:05:18 -05:00
angelblue05 5658801f72 Centralized logging 2016-06-17 22:03:28 -05:00
angelblue05 7a0f69e014 Centralized logging 2016-06-16 00:43:36 -05:00
angelblue05 881c693c39 Replace incorrect addon reference 2016-04-15 14:15:13 -05:00
Ian Mclaughlin d95d854f70 Update utils.py
Add initial krypton support
2016-04-12 16:00:22 +01:00
SpootDev 30dfe99e37 spelling 2016-04-03 19:54:36 -05:00
SpootDev d915c4539e code reduce 2016-03-31 14:39:32 -05:00
angelblue05 0afd338cc7 Make profiling a decorator
You can call it before any functions/methods using @utils.profiling()
<-- you can specify the sort order of the results, by default it sorts
by cumulative. It will print the results straight into the Kodi log.
2016-03-17 02:55:00 -05:00
angelblue05 2a107b45fe Prevent screensaver during sync
Initial, repair, manual syncs.
2016-03-02 18:25:17 -06:00
angelblue05 90c6b064c7 Delete cache during reset
Offer to delete cached artwork, and also drop tables in case we need to
modify the structure in the future.
2016-02-29 17:11:17 -06:00
angelblue05 f394dc39dc Fix playlist/videonodes deletion
Using the view Id instead of actual name for folder creation, to prevent
deletion error (due to folder containing special characters).
2016-02-23 18:40:13 -06:00
angelblue05 81ea279319 Create video nodes/playlist using the id
Prevent errors with special characters that have no ascii replacement
2016-02-23 00:00:24 -06:00
angelblue05 256d98c6f3 Fix datetime error
Known kodi/python issue where datetime.strptime throws a Nonetype error
for no reason, after being used once.
2016-02-04 19:09:47 -06:00
angelblue05 6b00eb466e Adjust sources.xml
switch to adding only smb:// as suggested on forums
2016-02-04 03:41:39 -06:00
angelblue05 1d6556fb44 Add refresh for videonodes
To fix home video nodes.
2016-01-22 17:12:23 -06:00
angelblue05 55d841b0b3 Temp removal of encoding in window prop
Causing errors in report back, etc. Will have a look after the new
version is released.
2016-01-22 16:51:48 -06:00
marcelveldt cf94305743 prevent possible unicode error in window method 2016-01-21 11:15:31 +01:00
marcelveldt 2bd1d139c1 unicode fixes
fix for users who have redirected kodi data folders (replace open with xbmcvfs.file)
2016-01-18 10:00:32 +01:00
marcelveldt ca0906aaaf remove redundant logging 2016-01-18 09:47:22 +01:00
marcelveldt b0120aefd5 fix: return emby nodes in skinshortcuts dialog 2016-01-18 09:45:39 +01:00
angelblue05 ee414472e0 Correct encoding
Everything xbmc returns is already in utf-8
2016-01-16 18:28:30 -06:00
marcelveldt 0817085ada Add contextmenu for emby settings (used to update ratings)
Add ratings sync for music files (get rating details from music files and sync back to emby)
2016-01-11 16:53:41 +01:00
angelblue05 ade63ae22f Fix typo and remove default value for network creds 2016-01-04 23:06:47 -06:00
angelblue05 84532ce3f8 Remove "!" from prompts 2016-01-01 23:38:26 -06:00
angelblue05 7a19f010dc Correct reversed settings 2015-12-31 17:16:16 -06:00
angelblue05 a5e9fb1698 Add force refresh playlist
To correct missing tag bug.
2015-12-26 03:42:13 -06:00
angelblue05 7b3aae2d83 Fix fanart 2015-12-26 03:09:47 -06:00
angelblue05 69884a1b54 Readd with lowercase name 2015-12-24 14:07:00 -06:00