Commit Graph

57 Commits

Author SHA1 Message Date
sfaulds 631e6d5f13 fix typo 2016-11-14 11:09:30 +11:00
angelblue05 6d0b2b96bc Change DatabaseConn to return the cursor instead 2016-11-07 17:32:40 -06:00
angelblue05 5b6a53f58b Update views.py 2016-11-05 16:39:01 -05:00
shaun b55b4d0b96 remove old kodiSQL function
use DatabaseCon for DB file paths
switch last few DB Cons to use the new DatabaseCon context class
2016-11-05 14:18:39 +11:00
shaun 881b3f8e70 use new DatabaseCon context class 2016-11-05 13:19:57 +11:00
angelblue05 ea4059b6d0 Hotfix (#72)
* Fix external subtitles

* Fix index error

* Fix credentials encoding

* Fix music var reference
2016-10-31 06:30:09 -05:00
angelblue05 ba22e26c06 2.3.0 (#70) 2016-10-28 00:02:47 -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 6c8a95fabb Fix errors 2016-07-02 23:41:42 -05:00
angelblue05 8423342371 Fix active listing 2016-06-20 21:23:36 -05:00
angelblue05 cb18f17dbe Fix typo 2016-06-20 21:21:24 -05:00
angelblue05 3e1aa94c78 Strings - translation 2016-06-20 20:57:29 -05:00
angelblue05 f47ead1ddc Fix logging 2016-06-19 23:09:07 -05:00
angelblue05 aa3a6fa17f Centralize logging 2016-06-19 13:30:54 -05:00
SpootDev d080c49821 cleanup 2016-04-04 16:21:05 -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
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 db4cb448b0 Adjust delete logic for entrypoint 2016-03-09 20:15:45 -06:00
angelblue05 a5d74c8a17 Add delete keymap entrypoint
RunPlugin(plugin://plugin.video.emby?mode=delete)
2016-03-09 17:05:35 -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 b05033c9b8 Fix unicode and invalid handle 2016-03-04 03:00:25 -06:00
angelblue05 dfa5c7b313 Add option to generate a new device Id 2016-02-28 23:20:59 -06:00
angelblue05 1388f4b27b Fix views duplicate at the root 2016-02-19 18:06:36 -06:00
angelblue05 2f3d9c4a60 Fix views
Alright get rid of the duplicate in the add-on entrypoint
2016-02-19 17:34:22 -06:00
angelblue05 0d76729302 Fix tag contains to tag is 2016-02-05 14:30:32 -06:00
xnappo 250a893eee Convert seektime to str. 2016-01-23 12:51:39 -06:00
angelblue05 1d6556fb44 Add refresh for videonodes
To fix home video nodes.
2016-01-22 17:12:23 -06:00
marcelveldt 01db164dc9 do not create playlists for homevideos or photos 2016-01-22 11:41:12 +01:00
marcelveldt 333d6b2831 fix subnodes for homevideos and photos 2016-01-22 11:10:42 +01:00
marcelveldt af4b3bdd9e additional comments 2016-01-22 01:08:08 +01:00
marcelveldt 7cf615f671 simplify channel browse code
add experimental support for live tv channels and recordings (without pvr)
2016-01-19 21:27:58 +01:00
marcelveldt 2661c54938 fix entrypoints 2016-01-18 20:48:44 +01:00
marcelveldt eae4fea76a more unicode fixes: os.path functions use unicode depending on the OS 2016-01-18 12:05:05 +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 b0120aefd5 fix: return emby nodes in skinshortcuts dialog 2016-01-18 09:45:39 +01:00
Shaun 9e2f789e53 add a thread pool option to the image cache 2016-01-16 14:08:01 +11:00
marcelveldt 0bc17ec277 small fix for photo support 2016-01-13 13:24:26 +01:00
marcelveldt 8e2cae3b13 fix small typos
add delete option to context menu
2016-01-13 01:26:07 +01:00
marcelveldt b24e881f18 finished homevideos and photos 2016-01-13 01:03:35 +01:00
marcelveldt ee9f08080e work in progress - move home videos to plugin listing 2016-01-11 22:20:34 +01:00
marcelveldt fc810f7b32 fix extrafanart issues 2016-01-06 23:22:10 +01:00