Commit graph

722 commits

Author SHA1 Message Date
Tim
b5f0cf780c Avoid halting playback due to extra api calls (can play without them succeeding) 2017-03-23 11:03:00 -04:00
Tim
e9c1a17ceb Changes to login client for #41 2017-03-22 08:24:40 -04:00
Tim
b8bf1b2036 Adjustments to Autoplay Suggested
- move api call to after rtmpe error check so we don't use any additional api quota when erroring
- set default to False, high quota cost for default action
- move setting higher in list
2017-03-21 14:34:35 -04:00
Tim
bb95bc581f Resolve playlists starting on second item 2017-03-21 14:20:22 -04:00
Mehdi
cd6c6f66bc Automatically play suggested videos if needed 2017-03-19 20:04:14 +01:00
Tim
72d957b2e7 encoding exceptions 2017-03-08 13:05:25 -05:00
Tim
2457193359 close dialog before starting playback 2017-03-08 13:04:50 -05:00
Tim
e669c3c5df add 'Reset access manager', additional debug logging and error catching to sign-in process
- 'Reset access manager' added to Maintenance section, sign out process(available when logged out)  to clean up tokens in settings.xml
- additional debug logging and error catching to sign-in process
2017-03-02 15:31:13 -05:00
Tim
8bfbc6f746 remove simple_requests 2017-02-27 12:09:48 -05:00
Tim
e27924ebd3 remove param added in error 2017-02-26 16:43:25 -05:00
Tim
44128f66f9 replace custom simple_requests with script.module.requests to resolve ssl and cross-platform issues 2017-02-26 13:04:21 -05:00
anxdpanic
a31fde017d Merge pull request #24 from anxdpanic/pr-1
resolve age gated, move imports, check for publishedAt
2017-02-18 09:08:25 -05:00
Tim
59d1d47e4d check for publishedAt (#4)
- unable to reproduce error, add check based on log snippet
2017-02-18 09:03:09 -05:00
Tim
95cf882907 [simple_requests] move imports 2017-02-18 07:24:28 -05:00
Tim
9b8d357af0 resolve "No streams found" for age gated content 2017-02-18 07:18:39 -05:00
mdmdmdmdmd
63c398808d Update subtitles.py 2017-02-13 21:52:20 +01:00
Tim
05cb6d87cf resolve 'No videos streams found'
- site change from absolute to relative link for js
2017-01-31 20:46:53 -05:00
lulol
ae4b439921 Adds the missing fanart to frodo
Adds the missing fanart to frodo
2017-01-18 15:49:58 +01:00
lulol
2f7e6f8716 Fixes for Frodo 12.3
AttributeError: 'xbmcgui.ListItem' object has no attribute 'setArt'
2017-01-18 15:31:03 +01:00
Jeffrey Frasure
efd079b64e Add support for both addon-based (Kodi 17) and built-in (SPMC 16) MPEG-DASH
This PR tries to extend DASH support in a clean way to also support
built-in implementations as with SPMC. Besides a minor fix, there are
three main pieces:

Finish off partial support allowing to identify the application e.g.
Kodi, SPMC, etc.
Add hidden settings for built-in and addon-based DASH support. Visible
settings depend on these.
Add a startup service using application and version info to initialize
the hidden DASH settings
This approach has the advantage of handling downgrades, etc. and
populating DASH settings correctly without having to first run the
addon. I've tested this on Android with both SPMC 16.5 and Kodi 17b6
without problems.

To make it easier for others to try out I packaged a "5.3.7" version
here: plugin.video.youtube-5.3.7-spmc.zip
2016-12-11 15:19:39 -05:00
Jeffrey Frasure
725089ebc7 Updates 2016-12-05 09:30:07 -05:00
Jeffrey Frasure
d17a1edc32 Initial Publish to this repo 2016-11-30 15:05:53 -05:00