SpootDev
a6a3da60f2
self cursor
2016-03-31 10:21:14 -05:00
SpootDev
6922eea15f
break after set
2016-03-31 09:53:07 -05:00
SpootDev
a20dae1ee2
filter reserved
2016-03-31 09:45:20 -05:00
SpootDev
ce7a810874
type reserved
2016-03-31 09:43:52 -05:00
SpootDev
962cb44c49
unused
2016-03-31 09:39:35 -05:00
SpootDev
dfef62164f
reserved word
2016-03-31 09:33:39 -05:00
SpootDev
ad156d3f6c
log clean
2016-03-30 22:37:37 -05:00
SpootDev
b8a5f9c913
log self
2016-03-30 22:32:59 -05:00
SpootDev
0fc7fbd3b2
self.server
2016-03-30 22:24:00 -05:00
SpootDev
065b8d84f0
self.item
2016-03-30 22:01:37 -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
SpootDev
828d47b533
spelling fix
2016-03-30 19:30:26 -05:00
angelblue05
7c6451e839
Fix to local trailers
...
For some reason, server reports local trailer, then querying may or may
not return a result
2016-03-26 16:52:33 -05:00
angelblue05
a7f70a3145
Fix channels
...
root doesn't have an item id - viewname defaults to none.
2016-03-23 19:50:58 -05:00
angelblue05
c1abe5d004
Use IsFolder key for channels
2016-03-19 03:27:38 -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
6495ed7aca
Moved to read_embyserver
2016-03-17 00:56:26 -05:00
angelblue05
f33692f2f9
Move update user rating to read_embyserver
...
It's more appropriate
2016-03-16 23:17:44 -05:00
angelblue05
ae7131a7c1
Fix log
2016-03-16 22:19:52 -05:00
angelblue05
623c6cab85
Fix artists/music
2016-03-16 06:13:47 -05:00
angelblue05
0af7dfeae1
Remove translation
...
Until we have up to date ones.
2016-03-16 04:35:19 -05:00
angelblue05
1f8199c91f
Remove incorrect log line
2016-03-15 17:29:09 -05:00
angelblue05
7b94b76ef4
Prevent crash for missing seriesId
...
Apparently, that's a thing now, an episode without a seriesId.
2016-03-12 15:42:14 -06:00
angelblue05
4af994ed74
enumerate over backdrops
2016-03-12 15:14:07 -06:00
angelblue05
8072c8f7b2
Prep for emby connect
2016-03-12 13:56:02 -06:00
angelblue05
9374c03c94
Version bump 2.2.10
2016-03-10 15:15:33 -06:00
angelblue05
db4cb448b0
Adjust delete logic for entrypoint
2016-03-09 20:15:45 -06:00
angelblue05
9ab82905cb
Fix open cursor
2016-03-09 17:06:42 -06: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
angelblue05
d6a79bf01b
Version bump 2.2.9
2016-03-07 16:23:26 -06:00
angelblue05
948015d433
Fix potential error due to timeout
2016-03-06 17:21:29 -06:00
angelblue05
0f2f6dbcaf
Version bump 2.2.8
2016-03-04 17:47:37 -06:00
angelblue05
ad0f33a09b
Removed the verification for mixed content
...
Since OriginalCollectionType is now implemented server side.
2016-03-04 17:23:07 -06:00
angelblue05
81aa96d540
Merge branch 'master' of https://github.com/MediaBrowser/plugin.video.emby
2016-03-04 17:20:26 -06:00
angelblue05
04acfb3200
Fix type folders in photos
...
If "photo album" has no pictures in it, it's returned as type "Folder"
2016-03-04 17:20:24 -06:00
marcelveldt
36007a1e7d
preparation of videoextras
2016-03-04 22:00:24 +01:00
marcelveldt
455b7262fc
Merge branch 'master' of https://github.com/MediaBrowser/Emby.Kodi
2016-03-04 14:03:32 +01:00
marcelveldt
3c36af932a
fix extrafanart for homescreen widgets
2016-03-04 14:03:15 +01:00
angelblue05
c04a0bab64
update url
2016-03-04 04:08:42 -06:00
angelblue05
b05033c9b8
Fix unicode and invalid handle
2016-03-04 03:00:25 -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
c02c7ce242
Version bump 2.2.7
2016-03-02 18:26:38 -06:00