175f2c2063
docs for project
Shaun
2018-01-27 08:09:49 +11:00
9bb5428349
move field filters to a dynamic url word
Shaun
2018-01-26 10:35:39 +11:00
01cc34bfe4
Merge branch develop into master for release 1.4
Shaun
2018-01-25 08:14:02 +11:00
c95373036a
add pw text to auth if using https
Shaun
2018-01-24 19:41:07 +11:00
7677e69cb5
add artist and album info to music
Shaun
2018-01-21 11:20:45 +11:00
de7f4ca956
add primary image to music nodes
Shaun
2018-01-20 14:34:17 +11:00
6d712ed37c
bump version
Shaun
2018-01-20 13:29:40 +11:00
1b62139767
items are actually no playable, they just pass to message along to the service
Shaun
2018-01-20 13:29:08 +11:00
8ac6685409
revamp what gets set and what does not for video and music some video info setting causes a videoinfotag to be created which overrides the audio one in some cases
Shaun
2018-01-20 12:25:01 +11:00
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.
Shaun
2018-01-20 10:15:03 +11:00
1f1e87f65e
small fix for artist albums lists
Shaun
2018-01-19 18:15:47 +11:00
f9fe3a3991
bump ver
Shaun
2018-01-19 15:40:58 +11:00
fed1c6e156
structure the music requests so we know what we are getting back from the server and can map that correctly to Kodi types
Shaun
2018-01-19 10:35:54 +11:00
c9c76401af
set some more container content type and item types
Shaun
2018-01-18 10:04:17 +11:00
1ff82b0d1c
Fix broken and wrong clearlogo/clearart for episodes/tvshows (#20)
Sebastian S
2018-01-17 08:57:49 +01:00
dff1ecde6e
add audio to provides types
Shaun
2018-01-17 14:23:32 +11:00
18ba433af7
if no results set results to empty
Shaun
2018-01-17 14:23:04 +11:00
935addf597
if no responce from server return no people
Shaun
2018-01-15 11:41:53 +11:00
8788f20497
bump ver
Shaun
2018-01-14 17:21:59 +11:00
9e9cf224b4
move power and settings to main menu add hack to double load movies on first load
Shaun
2018-01-13 18:42:58 +11:00
48abe8f601
add return to the ActivateWindow
Shaun
2018-01-13 18:24:37 +11:00
dbc2521f33
add show season to action menu for widget items
Shaun
2018-01-13 17:00:40 +11:00
b7d332571a
code formatting change, easier to read the url
Shaun
2018-01-12 11:18:25 +11:00
784227f0ac
if error thrown in error processing then try to log the cause
Shaun
2018-01-12 10:43:18 +11:00
aecb9cef14
Force Kodi 17 and above support
Shaun
2018-01-12 10:29:28 +11:00
ef2a3579d2
check for None return from download
Shaun
2018-01-12 10:28:59 +11:00
f8f38b2247
small comment fix
Shaun
2018-01-12 10:14:37 +11:00
3e67bc0453
add a video tracknumber infotag to fix a bug in Kodi with sorting music items by track number
Shaun
2018-01-11 20:42:09 +11:00
582dbb3b47
remove add season and episode numbers to name options from the settings and code
Shaun
2018-01-10 19:50:45 +11:00
5667b94194
fix the ratting, use the ListItem.setRating() fix the ratting for next up
Shaun
2018-01-10 19:34:15 +11:00
4ebb89b3e7
move the set sorting down below the process to allow enter single seasons to work correctly
Shaun
2018-01-10 18:40:19 +11:00
1815c2875c
add sorting to music albums
Shaun
2018-01-10 17:32:47 +11:00
855956b6bd
remove calling view master addon as it can use the display_items event now remove originaltitle
Shaun
2018-01-09 20:18:22 +11:00
a97733f587
add more info to the current and next episode notifications
Shaun
2018-01-09 20:08:19 +11:00
5617c34281
add track number to songs small changes to audio/music types
Shaun
2018-01-09 18:29:24 +11:00
9ff27c1cae
fix artwork for episodes in widgets (#19)
Ian Mclaughlin
2018-01-08 21:29:00 +00:00
366293a999
add music support
Shaun
2018-01-07 23:59:39 +11:00
e3c52a23b5
always do a seekTime() when resuming
Shaun
2018-01-06 17:03:44 +11:00
1cb9ffab44
dont assume only one, test for it
Shaun
2018-01-05 08:49:06 +11:00
32f8e2b7e5
use plotoutline instead of listItem.setUniqueIDs for backwards compatability with Kodi 16
Shaun
2018-01-04 18:11:24 +11:00
ff455af155
Force Kodi 17+ as we are not only compatable with 17+
Shaun
2018-01-04 15:44:54 +11:00
69b388e2d3
remove unused imports and old code
Shaun
2018-01-04 15:32:11 +11:00
e814dbddba
on playback if we dont know about the file being played then ignore it
Shaun
2018-01-04 14:54:54 +11:00
9b9c087b69
dont use home window properties to track playback started events
Shaun
2018-01-04 12:27:50 +11:00
9825c0831f
move all the playback functions and classes to the play_utils module
Shaun
2018-01-04 08:25:39 +11:00
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
Shaun
2018-01-04 07:52:20 +11:00
613f8e28d1
use an xbmc.Monitor to monitor for playback events instead of the home window property
Shaun
2018-01-03 19:01:01 +11:00
12930afa9e
fix a unicode bug, comparing unicode and none unicode strings has issues
Shaun
2018-01-03 18:59:33 +11:00
8cb632db7d
fix a bug in sending the next episode details, if there is no next dont send
Shaun
2018-01-03 18:57:48 +11:00
c757b7ed5b
split out get next episode into its own function add notification event for next episode details
Shaun
2018-01-03 14:42:27 +11:00
ea3932d569
add more info to now playing items
Shaun
2018-01-03 11:53:24 +11:00
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
Shaun
2018-01-02 11:52:56 +11:00
7cc2dfa685
bump ver
Shaun
2018-01-01 18:16:36 +11:00
56f568a5b8
utf-8 encode name and strip none utf-8 chards form device name
Shaun
2018-01-01 10:24:25 +11:00
7baa0c7180
encode name in widget content
Shaun
2017-12-31 16:31:57 +11:00
c61a76ba1e
Change logging to use function args and render the log line only if debug logging is enabled
Shaun
2017-12-30 19:13:31 +11:00
a8d3f21482
bump version
Shaun
2017-12-30 15:41:17 +11:00
96c6f5fc65
url quote the username when authenticating
Shaun
2017-12-30 10:19:21 +11:00
9e42c6fef0
use notifications instead of pop up dialogs for connection errors
Shaun
2017-12-30 09:55:52 +11:00
44b1ba78ad
make sure index numbers for season and epp are not None
Shaun
2017-12-29 09:59:14 +11:00
935097adf9
remove some more map get calls
Shaun
2017-12-28 16:19:14 +11:00
8a560e33e7
remove a bunch of map get calls
Shaun
2017-12-28 15:38:32 +11:00
37fcf79a55
use a defaultdict
Shaun
2017-12-28 13:11:18 +11:00
d1e98b610c
dont crash when playing is not connection to Emby Sever is available
Shaun
2017-12-27 23:21:54 +11:00