Commit Graph

29 Commits

Author SHA1 Message Date
Marcel van der Veldt 24c4d267c4 refactor WriteKodiDB.py to WriteKodiVideoDB.py in preparation of adding musicDb support later on 2015-05-07 11:45:24 +02:00
angelblue05 fc05e83d90 Fix for manually marked as watched/unwatched
The videolibrary.onupdate triggers 3 times. This prevents from sending
more than one mark watched/unwatched to Emby API
2015-05-04 13:54:42 -05:00
Marcel van der Veldt dd54cb27f3 first work on the video nodes stuff 2015-05-03 20:30:24 +02:00
xnappo 08ea50bdca Missed a line somehow. 2015-05-03 10:19:02 -05:00
xnappo 7a2d0d2ef7 Add sync on wakeup 2015-05-03 10:05:26 -05:00
Marcel van der Veldt ba5211dcb8 fixed resume dialog 2015-05-02 18:04:32 +02:00
Marcel van der Veldt f6cd5c9744 changed playback a bit 2015-05-02 17:49:29 +02:00
Marcel van der Veldt 88b31ae5c4 fixed playback 2015-05-02 16:49:47 +02:00
angelblue05 7e17bf5c84 Adjusting to use the new method 2015-04-23 12:17:24 -05:00
angelblue05 df7b5349b8 Remove parameters that no longer exists 2015-04-22 18:55:22 -05:00
angelblue05 5f91d49f3f Add https support 2015-04-13 13:56:36 -05:00
xnappo 95db6e4b3f Remove old delete code 2015-04-02 22:37:09 -05:00
shaun e9646407a0 Make the UserDataChanged event only update the items that changed
To do this I have had to keep a Windows Prop list of all UserData Keys
to Emby Id
in this I have assumed there is a 1:1 mapping but this migh not be the
case
and it could be a one to many that need to be taken inot account
also is Luke can add it me might be able to get this info from the
server but that is not
there yet
2015-04-03 10:41:39 +11:00
shaun 52bd5b662e wait for the data to be available on PlaybackStarted event 2015-03-30 21:01:26 +11:00
shaun dbb9941813 use Player.OnPlay instead of Playlist.OnAdd 2015-03-30 19:36:43 +11:00
Marcel van der Veldt eccfaf983f Merge branch 'master' of https://github.com/MediaBrowser/Emby.Kodi 2015-03-28 17:42:55 +01:00
Marcel van der Veldt db5e826f21 use native kodi playback instead of setresolvedurl workaround 2015-03-28 17:42:38 +01:00
xnappo 012bceca90 Fix episode deletes 2015-03-28 11:14:52 -05:00
Marcel van der Veldt 6b004564bf fixed false positive deletion warning on library updates in kodimonitor thread 2015-03-25 21:00:38 +01:00
Marcel van der Veldt 7d49a33b21 refactor to plugin.video.emby 2015-03-25 18:37:21 +01:00
xnappo 0f35f73f76 Adding episode delete (for real this time!) 2015-03-24 18:52:23 -05:00
xnappo c9fb82cf3c Back out delete
Need to add check if item is already deleted on Emby server
2015-03-23 22:54:11 -05:00
xnappo c90ae07a53 Episode delete test 2015-03-23 19:35:00 -05:00
Marcel van der Veldt 09e62d570c support for episode deletions 2015-03-20 20:26:37 +01:00
faush01 7d37fe590d move the log to inside the message function call to reduce log noise 2015-03-19 15:37:20 +11:00
faush01 1b4a99bd78 replace / with & in studio strings 2015-03-18 16:05:21 +11:00
faush01 c6917f5bd3 allow play count updates to be pushed to the server even if sync is running 2015-03-18 14:18:30 +11:00
faush01 7bd7c10a0f add episode watched push to MBS from Kodi 2015-03-18 13:45:15 +11:00
Marcel van der Veldt 860bdfbbd8 initial commit - first version 2015-03-13 22:24:59 +01:00