angelblue05
1691fd5e8b
External subtitles
...
Add external subtitles as tracks for direct play and direct stream.
Important to note, when direct streaming, the tracks are defined as
Unknown(external). There's no way to correct this.
2015-08-24 05:55:37 -05:00
angelblue05
41fa61ada9
Revert "Take into account item type for direct stream"
...
This reverts commit 53fbbffa75
.
2015-08-20 20:51:54 -05:00
angelblue05
53fbbffa75
Take into account item type for direct stream
...
Video and audio
2015-08-20 09:15:37 -05:00
angelblue05
c0f9948cf5
Convert settings to utils method for addon settings
2015-08-14 04:03:12 -05:00
angelblue05
ecaaa11deb
Added audio/sub selection for transcoding
...
Also fixed transcoding not terminating as it should and leaving the
ffmpeg running.
2015-08-06 03:09:45 -05:00
angelblue05
abe60aa3b8
Added remote control - audio and subtitle streams
...
Fix the index of streams to properly reflect the correct ones.
2015-08-05 23:30:33 -05:00
angelblue05
4a6c5c10ac
Correction to the http dialog
...
However still unsure there's a bug. The only way the dialog will show up
is if xbmcvfs.exists() returned false. Still waiting for someone to post
a debug log.
2015-07-23 03:18:17 -05:00
angelblue05
c61a17d48d
Resume fix
...
Forgot to remove old piece of code that interfered with resume point on
homescreen. Also added another verification to removed any Kodi created
bookmark as it messes with plugin paths bookmark.
2015-07-21 01:12:06 -05:00
angelblue05
1cda4ac30e
Resume revert
...
Instead of seeking to position, now using setProperty('StartOffset') to
launch playback at the position we want.
2015-07-19 23:25:59 -05:00
angelblue05
4e7cbc56ba
Fix for merge
...
Create sources, fix for user pref login bug, create a dummy bookmark for
homescreen, remove workaround for resume point
2015-07-19 20:35:14 -05:00
xnappo
0b9b5d3e64
Expand offer delete to movies (optionally)
2015-07-04 10:04:04 -05:00
angelblue05
cf17e957bb
Quick follow up
...
The usual revision.
2015-06-08 02:31:13 -05:00
angelblue05
de928ec669
Audio and subtitles automatically set for playback
...
Currently only available for direct play. Unsure if this works with
direct paths. To find out.
2015-06-07 22:48:28 -05:00
im85288
75828e7eec
fix for intros/cinema mode bug
2015-06-06 17:19:53 +01:00
im85288
8f8f39bb75
added support for intros
2015-06-05 15:46:17 +01:00
angelblue05
703d7b3492
Prevented starting from beginning
2015-05-23 04:43:14 -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
angelblue05
3b3f9f7bba
First attempt at supporting split movies.
2015-05-09 01:44:02 -05:00
angelblue05
71d234ced7
Fix playback report
...
It now shows the appropriate info in dashboard - Direct Play, Direct
Stream or Transcoding
2015-05-07 19:24:32 -05:00
angelblue05
11e4b3edf9
Quick fix for new playback
2015-05-07 01:50:34 -05:00
angelblue05
b8334e89f2
Quick follow up
2015-05-07 01:19:14 -05:00
angelblue05
aa72b4ce9c
Reworked playback
...
Supports local path, network path, direct streaming, transcoding.
2015-05-07 01:11:20 -05:00
Marcel van der Veldt
67dba82324
fix: playback of virtual strm files
...
fix: some listitem data gets overridden after playback
do no longer override the title with "direct play" etc
2015-05-06 17:02:16 +02:00
Marcel van der Veldt
93f2d4cd91
added nextup videonode to tvshow collections
2015-05-05 01:43:46 +02:00
im85288
1f846b1302
playback from home widgets does not need the setresolvedurl method
...
called along with xbmc.play
2015-05-04 17:34:05 +01:00
Marcel van der Veldt
4d9c845fd3
show the additional resume dialog if launched from a widget
2015-05-03 18:08:07 +02:00
Marcel van der Veldt
cef2b67eba
only use the additional play when launched from widget (home active)
2015-05-03 18:02:53 +02:00
im85288
e91d2ff2a7
resolve artwork issue for widgets
2015-05-03 14:45:13 +01:00
angelblue05
4b9cae3f2f
Handle revoked token
2015-05-03 02:24:23 -05:00
angelblue05
8e3a22e0e8
Launch playback via default.py
...
I've commented out the resume dialog. If we actually need it then it can
be readded.
2015-05-02 16:40:30 -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
Marcel van der Veldt
b4dd9f58bd
fixed the plugin path for playback
2015-05-02 02:26:06 +02:00
angelblue05
6ec92da158
Fix PlaybackUtils for recent changes to downloadurl
2015-04-25 18:51:07 -05:00
angelblue05
5f91d49f3f
Add https support
2015-04-13 13:56:36 -05:00
im85288
b88f467357
added autoplay remaining episodes option
2015-04-07 15:21:54 +01:00
angelblue05
15dd6b78e6
Webclient playback fixed
2015-04-03 08:19:10 -05:00
angelblue05
b440331f2f
Revert "Fixed manual auth"
...
This reverts commit b66ac39ccc
.
2015-03-28 06:16:55 -05:00
angelblue05
b66ac39ccc
Fixed manual auth
...
For now, moved back to global variables to allow manual login.
2015-03-28 05:39:53 -05:00
shaun
0481ea8abf
add option to do second hacky artwork add on playback
2015-03-28 12:56:29 +11:00
shaun
c40e01043d
add back in the PlayUtils for the WebSocket actions
2015-03-28 12:34:09 +11:00
shaun
06052426e2
add a resume question dialog box
...
for now this will work until we work out a better way
2015-03-28 12:12:51 +11:00
im85288
de5dca04bd
fix trailer playback issue, update readme to include theme music and
...
extrafanart info
2015-03-26 10:06:59 +00:00
Marcel van der Veldt
b1385b6cc7
Merge branch 'master' of https://github.com/marcelveldt/plugin.video.mb3sync
2015-03-25 18:37:39 +01:00
Marcel van der Veldt
7d49a33b21
refactor to plugin.video.emby
2015-03-25 18:37:21 +01:00
im85288
39a8a5262f
added resume point for episodes
2015-03-25 16:01:13 +00:00
Marcel van der Veldt
0eec3ecb1a
fixed: resume now uses native kodi dialog
2015-03-24 19:41:46 +01:00
faush01
9e5385c1c6
add WebSocket for events and remote control
...
For some reason playback stop is not being reported
2015-03-23 15:54:16 +11:00