Commit Graph

44 Commits

Author SHA1 Message Date
angelblue05 c0f9948cf5 Convert settings to utils method for addon settings 2015-08-14 04:03:12 -05:00
angelblue05 1660a29e68 Improve network quality logging 2015-08-08 10:11:41 -05:00
angelblue05 2fc282175d Improve logging 2015-08-08 08:15:05 -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 076a998f67 Fix for nfs playback 2015-07-25 06:57:39 -05:00
angelblue05 9d866f9fc9 Quick follow up
Including additional logging.
2015-07-23 04:02:41 -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 097d48c2c4 Revert "Corrected the http dialog"
This reverts commit 5a87c90058.
2015-07-23 02:30:04 -05:00
angelblue05 5a87c90058 Corrected the http dialog
However still unsure there's a problem. The reason why the message pops
up is that xbmcvfs.exists() returned false. Still waiting on someone to
post debug.
2015-07-23 00:34:59 -05:00
angelblue05 682f9418af Fix playback play from http and remember error
Still waiting for someone to post a log to troubleshoot the actual play
from http issue some people seem to be experiencing.
2015-07-22 20:36:41 -05:00
angelblue05 0c54257de6 fix for the merge that didn't follow
Media path fix, and clean up of writeKodiVideoDB. Fix for library sync
for deletes.
2015-07-18 03:08:05 -05:00
angelblue05 cce246e106 Caused error with special chars 2015-06-15 13:42:34 -05:00
angelblue05 a6497ce6c7 First attempt at supporting theme music 2015-06-11 00:46:47 -05:00
angelblue05 0dc4f91908 Audio and subs auto selection
Now supports Direct stream, Transcoding and Direct path
2015-06-09 05:30:01 -05:00
angelblue05 ad6626c086 Refining
People seem to set invalid paths as path subs, this should allow direct
streaming to allow instead. To be tested.
2015-06-08 03:11:04 -05:00
angelblue05 69064b4579 Officially fix the os.path.exists
By getting rid of it, and using xbmcvfs instead. Ha!
2015-06-06 01:06:33 -05:00
angelblue05 bef482c680 Changed back to encode
Will review why it works under Windows, but not any other platform... :)
2015-06-05 19:50:32 -05:00
angelblue05 e37a55bc07 Fix unicode path
for os.path.exists path.decode('utf-8') does the trick. Fingers crossed.
2015-06-02 19:22:33 -05:00
angelblue05 073a83f592 Added logging for Direct play 2015-06-02 16:26:23 -05:00
angelblue05 e685c99b5a unicode 2015-05-17 06:27:28 -05:00
angelblue05 813af6bf84 Another attempt, frikkin unicode 2015-05-17 05:52:21 -05:00
angelblue05 e50939aa53 Another attempt at solving unicode
Attempt at solving this damn unicode..... For me, it works but I don't
know about anyone else.
2015-05-17 04:47:08 -05:00
angelblue05 2aefab1545 Fix unicode error once and for all
Turns out to keep a variable that's unicode and keep working with that
variable as unicode, need to do unicode(variable). Reincoding using
.encode('utf-8') is not the same!!  Added extra logging for the future
to help debug direct play.
2015-05-16 20:21:49 -05:00
angelblue05 05777a0f23 Small adjustment for the direct play failed
Just a different, more appropriate presentation.
2015-05-14 01:05:52 -05:00
angelblue05 684167a031 Follow up for unicode 2015-05-10 08:07:06 -05:00
angelblue05 df665343c5 Fix unicode failed playback
Failing due to window prop, doh!
2015-05-10 07:39:16 -05:00
angelblue05 7a1d4c2558 Fix for unicode path
Seems os.path.exists needs utf-8 encoding or else it blows up.
2015-05-09 05:04:13 -05:00
angelblue05 68077d5578 Minor follow up 2015-05-07 19:38:27 -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 87681ee850 Adjustment for playback
os.path.exists does not return True with nfs protocol. Less strict
"FileExists"
2015-05-07 16:33:50 -05:00
angelblue05 11e4b3edf9 Quick fix for new playback 2015-05-07 01:50:34 -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 c374b166bb added support for channels 2015-05-05 04:53:21 +02:00
angelblue05 5f91d49f3f Add https support 2015-04-13 13:56:36 -05:00
Frederik Kriewitz 88ef0da5a6 implementation of the forceTranscodingCodecs option 2015-04-12 15:35:03 +02:00
Frederik Kriewitz 3343d2bbdd fix getVideoBitRate default value
setting VideoBitrate to > 2147483647 causes a RequestBindingException on
the server.
2015-04-12 15:32:13 +02:00
Marcel van der Veldt 95dc955f6d fix for transcoding 2015-04-01 21:32:25 +02:00
Marcel van der Veldt 5f8e5105bb changes to use native kodi db for inserts 2015-04-01 21:07:29 +02:00
Marcel van der Veldt 74f96b2e13 fix in playutils 2015-03-28 19:07:57 +01:00
Marcel van der Veldt 03d99ed0d8 use the plugin method for playback when transcoding, use native kodi playback for direct access 2015-03-28 19:04:32 +01:00
Marcel van der Veldt 7d49a33b21 refactor to plugin.video.emby 2015-03-25 18:37:21 +01:00
Marcel van der Veldt 5b65e1cfda moved some more logging to info or debug level 2015-03-20 00:34:56 +01:00
faush01 9f0d02c03a if no value set return a default of 10M 2015-03-14 14:09:36 +11:00
Marcel van der Veldt 860bdfbbd8 initial commit - first version 2015-03-13 22:24:59 +01:00