Commit Graph

1455 Commits

Author SHA1 Message Date
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
angelblue05 2a107b45fe Prevent screensaver during sync
Initial, repair, manual syncs.
2016-03-02 18:25:17 -06:00
angelblue05 405cecfec7 Version bump 2.2.6 2016-03-02 18:23:51 -06:00
angelblue05 f16b5dfff6 Prevent errors during the view creation
For grouped folders only. Include the itemtype to make sure we can
correctly search the reference under the grouped view.
2016-03-02 14:50:08 -06:00
angelblue05 ab467e36f0 Fix unicode 2016-03-02 13:29:07 -06:00
angelblue05 7f9b0b879c Version bump 2.2.5 2016-03-01 19:21:28 -06:00
angelblue05 77a553b7f7 Fix logic for nodes
Was accidentally overwriting freshly created nodes
2016-03-01 18:59:08 -06:00
angelblue05 4cdf5c3c4d Fix grouped views
Something changed in the emby returned paths so the verification was
failing. For now, we are getting one item from the media folder and
comparing using the user view to make sure we are referring to the
correct one with the tag name. Asked Luke for an api that would do this.
2016-03-01 18:00:19 -06:00
angelblue05 e2a117ea97 Allow virtual season artwork 2016-03-01 12:53:26 -06:00
angelblue05 bd093e6783 Terminate thread if outdated
Temporary fix since 1.1.62 is incompatible. To be reconsidered when
minimum version changes again.
2016-03-01 10:49:16 -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 dfa5c7b313 Add option to generate a new device Id 2016-02-28 23:20:59 -06:00
angelblue05 a0acdd6a7a Prevent crash caused by artwork deletion
Prevent database being locked from crashing process. Instead log it.
2016-02-28 21:39:00 -06:00
angelblue05 c4e936e985 Remove auto reset detection
Will review at a later time
2016-02-26 22:30:56 -06:00
angelblue05 03ac28272e Fix widget resume 2016-02-26 06:55:24 -06:00
angelblue05 e30e20104d Fix resume point
Move stop transcode and stop playback out of the currentposition,
runtime verification.
2016-02-25 17:46:12 -06:00