Commit Graph

76 Commits

Author SHA1 Message Date
Croneter c440dc7779 Switch to absolute imports 2018-06-21 19:24:37 +02:00
croneter 0c41bb1604 Use unicode paths, not strings for dir_util.copy_tree 2018-06-09 13:13:56 +02:00
Croneter 45c4d7f479 Fix Library Sync crash for Android
- Caused by PKC wanting to copy permissions bits as well
2018-06-09 13:13:44 +02:00
croneter 7421018403 Fix KeyError when browsing On Deck 2018-02-13 07:24:39 +01:00
croneter ca8ad96a05 Prettify 2018-02-11 12:59:04 +01:00
tomkat83 cdd38c6ef7 Optimize some imports 2017-12-09 14:35:08 +01:00
tomkat83 8860edd592 Fix library sync crash due to UnicodeDecodeError
- Fixes #302
2017-05-29 15:39:11 +02:00
tomkat83 ad5744f435 Fix for Windows usernames with non-ASCII chars
- Fixes #286
2017-05-20 20:24:47 +02:00
tomkat83 209cd78315 Fix WindowsError or alike when deleting video nodes 2017-05-17 14:42:28 +02:00
tomkat83 9138cdbb67 Repace Kodi mkdirs with os.makedirs
- Partially fixes #296
2017-05-11 19:44:08 +02:00
tomkat83 03a1893bdb Fix WindowsError
- Partially fixes #296
2017-05-11 19:29:57 +02:00
tomkat83 fd84d97a46 Use xbmcvfs exists instead of os.path.exists
- Partially fixes #296
2017-05-11 19:26:13 +02:00
tomkat83 216159d96c Change to xbmcvfs mkdirs 2017-05-11 17:51:14 +02:00
tomkat83 b2cd6e1156 Avoid xbmcvfs entirely; use encoded paths
- Fixes #286
2017-05-03 20:30:33 +02:00
tomkat83 a12b5033b9 Rewire Plex photo navigation 2017-03-08 17:53:43 +01:00
tomkat83 6f7d5d5d59 Browse video nodes by folder/path 2017-03-08 16:41:49 +01:00
tomkat83 57e9f36d64 Fix ImportError 2017-01-24 16:56:07 +01:00
tomkat83 33ceb3ee33 Fix to video node refresh 2017-01-20 15:46:34 +01:00
tomkat83 627c010fb9 Customize number of items fetched from PMS
- Fixes #186
- Fixes #182
- Now defaults to 25 instead of 100
2017-01-20 14:41:28 +01:00
tomkat83 013c15378a Get kodiversion only once 2016-12-04 14:17:51 +01:00
tomkat83 bc1a9138e6 Merge conflicts videonodes.py 2016-09-04 16:34:25 +02:00
tomkat83 6aab9df054 Merge branch 'develop' of https://github.com/MediaBrowser/Emby.Kodi into develop 2016-08-29 18:44:27 +02:00
tomkat83 900290c75a Compatibility with latest Kodi Krypton. Fixes #80 2016-08-12 18:36:41 +02:00
marcelveldt 01800c0c3b fix for krypton compatability 2016-08-06 15:43:04 +02: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
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 7a0f69e014 Centralized logging 2016-06-16 00:43:36 -05:00
tomkat83 5d8b423bd6 Groundworks for Plex photos 2016-06-04 18:48:22 +02:00
tomkat83 a92146abc2 Remove emby references 2016-05-31 08:06:42 +02:00
tomkat83 51548f89cf New setting: show watched movies in recently added 2016-05-15 18:26:07 +02:00
tomkat83 df38786638 Account for string.encode() not allowing args
- E.g. Android TV
2016-05-07 13:15:02 +02:00
tomkat83 450437b812 Merge remote-tracking branch 'MediaBrowser/master' into develop 2016-04-26 13:53:19 +02:00
tomkat83 27608114f5 Plex Collections available under Movies-Collections
- Tags are used (one movie may have several) instead of Kodi sets (only
1 set per movie possible)
2016-04-11 09:49:02 +02:00
tomkat83 a420bbc382 Rename Movie Sets to Movie Collections 2016-04-11 09:27:26 +02:00
tomkat83 53b15aa51a On Deck: sort by last played 2016-04-08 13:06:20 +02:00
SpootDev af69c9224e self kodi version 2016-03-31 14:39:39 -05:00
tomkat83 76464a898f Video Node: recently added episodes 2016-03-15 14:19:56 +01:00
tomkat83 e7986e6289 Replicate Plex views in video nodes 2016-03-15 13:09:51 +01:00
tomkat83 037925a030 Prep On Deck 2016-03-14 17:47:05 +01:00
tomkat83 56af183288 Correct encoding
Kodi dialogs take unicode
2016-03-08 13:00:03 +01:00
tomkat83 a258f969ab Dedicated function to check whether directory exists 2016-03-07 16:30:50 +01:00
tomkat83 cbfa41de99 Fix refreshing playlists and videonodes 2016-03-07 16:16:57 +01:00
tomkat83 dc2ae721e6 Allow non-ASCI library names 2016-03-07 15:31:07 +01:00
tomkat83 ccdaaf5b4e Fixed video nodes 2016-03-03 09:04:15 +01:00
tomkat83 525c59c75b Attempt to fix video nodes.
Still getting

18:55:33 T:7956   ERROR: XFILE::CDirectory::GetDirectory - Error getting
library://video/Plex-1/1_sets.xml/
18:55:33 T:7956   ERROR:
CGUIMediaWindow::GetDirectory(library://video/Plex-1/1_sets.xml/) failed
2016-03-02 18:56:42 +01:00
tomkat83 91c5cb4608 Revert videonodes.py to Emby version 2016-03-02 17:29:20 +01:00
tomkat83 4704d8e983 Merge remote-tracking branch 'MediaBrowser/master' into develop 2016-03-01 10:10:11 +01: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 9670e87049 Fix label for video nodes 2016-02-22 20:42:23 -06:00