angelblue05
0dc4f91908
Audio and subs auto selection
...
Now supports Direct stream, Transcoding and Direct path
2015-06-09 05:30:01 -05:00
xnappo
f4ea4927c3
Minor fixes for direct path
...
Fix toplevel tvshows path so info screen shows
Some KodiMonitor fix from Shaun
2015-05-26 18:12:13 -05:00
xnappo
03cf43179a
Added playback reporting for direct paths
2015-05-25 11:49:06 -05:00
angelblue05
c25c2fc1bb
No longer necessary.
2015-05-24 23:29:42 -05:00
xnappo
b556707ce6
Fix for multiple OnWake messages
2015-05-19 21:03:53 -05:00
angelblue05
ddb7ec4bbd
Second attempt at fixing playcount situation
...
This should also reflect the actual Emby playcount. The websocket didn't
echo, but what I did is kill the echo caused by the video library update
after userdata change happens.
2015-05-17 00:37:53 -05:00
angelblue05
79e4bd8a6a
Fix watched feedback and added General command
...
Everything in the remote control is supported except for audiostream and
subtitleindex. Turns out the watched playcount bug was indeed a
feedback, so to prevent this I'm skipping the first message that has the
itemId right after marking watched.
2015-05-16 01:31:08 -05:00
xnappo
4d77401512
Close database after delete
2015-05-08 19:01:25 -05:00
xnappo
b3619201c1
Re-implement delete
...
Also restores accidently removed items
2015-05-08 11:23:22 -05:00
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