Commit Graph

129 Commits

Author SHA1 Message Date
Shaun
ef7a0b62d6 update links in addon 2018-01-28 08:53:49 +11:00
Shaun
605fd0df6f add setting to force auto resume of in progress items 2018-01-27 11:57:21 +11:00
Shaun
9bb5428349 move field filters to a dynamic url word 2018-01-26 10:35:39 +11:00
Shaun
c95373036a add pw text to auth if using https 2018-01-24 19:41:07 +11:00
Shaun
7677e69cb5 add artist and album info to music 2018-01-21 11:20:45 +11:00
Shaun
6d712ed37c bump version 2018-01-20 13:29:40 +11:00
Shaun
f8583cd4b5 fix the mediatype for album and song items
I think this is a bug in Kodi, I have had to set both the music and video info labels.
2018-01-20 10:15:03 +11:00
Shaun
1f1e87f65e small fix for artist albums lists 2018-01-19 18:15:47 +11:00
Shaun
f9fe3a3991 bump ver 2018-01-19 15:40:58 +11:00
Shaun
fed1c6e156 structure the music requests so we know what we are getting back from the server and can map that correctly to Kodi types 2018-01-19 10:35:54 +11:00
Shaun
c9c76401af set some more container content type and item types 2018-01-18 10:04:17 +11:00
Shaun
dff1ecde6e add audio to provides types 2018-01-17 14:23:32 +11:00
Shaun
8788f20497 bump ver 2018-01-14 17:21:59 +11:00
Shaun
aecb9cef14 Force Kodi 17 and above support 2018-01-12 10:29:28 +11:00
Shaun
582dbb3b47 remove add season and episode numbers to name options from the settings and code 2018-01-10 19:50:45 +11:00
Shaun
855956b6bd remove calling view master addon as it can use the display_items event now
remove originaltitle
2018-01-09 20:18:22 +11:00
Shaun
a97733f587 add more info to the current and next episode notifications 2018-01-09 20:08:19 +11:00
Shaun
366293a999 add music support 2018-01-07 23:59:39 +11:00
Shaun
e3c52a23b5 always do a seekTime() when resuming 2018-01-06 17:03:44 +11:00
Shaun
32f8e2b7e5 use plotoutline instead of listItem.setUniqueIDs for backwards compatability with Kodi 16 2018-01-04 18:11:24 +11:00
Shaun
ff455af155 Force Kodi 17+ as we are not only compatable with 17+ 2018-01-04 15:44:54 +11:00
Shaun
69b388e2d3 remove unused imports and old code 2018-01-04 15:32:11 +11:00
Shaun
9b9c087b69 dont use home window properties to track playback started events 2018-01-04 12:27:50 +11:00
Shaun
d30a31c9cf move the Send Notify Event to its own function
send a notification when items are displayed so the viewmaster addon can do its thing
2018-01-04 07:52:20 +11:00
Shaun
613f8e28d1 use an xbmc.Monitor to monitor for playback events instead of the home window property 2018-01-03 19:01:01 +11:00
Shaun
c757b7ed5b split out get next episode into its own function
add notification event for next episode details
2018-01-03 14:42:27 +11:00
Shaun
2e9c230314 remove a bunch of string encode calls, they ar enot needed and were there to fix logging
fix the logging to convery any unicode to a utf-8 string on the fly
2018-01-02 11:52:56 +11:00
Shaun
7cc2dfa685 bump ver 2018-01-01 18:16:36 +11:00
Shaun
c61a76ba1e Change logging to use function args and render the log line only if debug logging is enabled 2017-12-30 19:13:31 +11:00
Shaun
a8d3f21482 bump version 2017-12-30 15:41:17 +11:00
Shaun
44b1ba78ad make sure index numbers for season and epp are not None 2017-12-29 09:59:14 +11:00
Shaun
8a560e33e7 remove a bunch of map get calls 2017-12-28 15:38:32 +11:00
Shaun
d1e98b610c dont crash when playing is not connection to Emby Sever is available 2017-12-27 23:21:54 +11:00
Shaun
a14596e247 refactor search 2017-12-27 23:10:54 +11:00
Shaun
c57f205ebd use a class instead of a map 2017-12-26 21:04:14 +11:00
Shaun
2317d9b055 better handling of no server, server off line or sever restarting scenarios 2017-12-22 11:40:49 +11:00
Shaun
cebd10affb add some exception fall back in error reporting, reporting on the reporting 2017-12-20 08:37:06 +11:00
Shaun
64d6f0481e fix widget select action settings 2017-12-17 20:37:36 +11:00
Shaun
422eb6380d bump ver 2017-12-17 11:06:25 +11:00
Shaun
64ca5cf3dc dont log content update errors yet 2017-12-16 13:39:18 +11:00
Shaun
03a2026732 add error submission prompt 2017-12-16 12:55:28 +11:00
Shaun
33b1e3f766 add media source id to the remote control play now action 2017-12-14 16:15:39 +11:00
Shaun
54e3ead792 add back in WebSocket remote control 2017-12-14 13:43:23 +11:00
Shaun
66763bfeb3 Add selection of media source for items that have multiple sources 2017-12-13 11:17:51 +11:00
anxdpanic
abdf4c9a42 Trakttokodi (#18)
* trakttokodi

* 1.3.50
2017-12-10 09:56:16 +11:00
Shaun
40316a4875 remove datamanager local data cache 2017-12-07 19:54:09 +11:00
Shaun
f0605a392e bump ver 2017-11-28 20:07:35 +11:00
Shaun
c24ebc3868 remove play notification 2017-11-25 13:07:18 +11:00
shaun
22985a4ae8 remove version check 2017-11-22 18:20:40 +11:00
shaun
23870227d9 stop playback before playing next item on play request
fix a transcode url issue
add notice for playabck starting
2017-11-19 16:07:45 +11:00