-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathchangelog.txt
executable file
·30 lines (30 loc) · 2.37 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
- fix plugin URLs to make compliant with plugins like PseudoTV Live
- remove explicit UTF-8 calls [Error on load public url #2]
- add remote-debugger code
- cleanup of logging statements
- don't login or provide authorization token for public videos (unless denied access)
- add thumbnail previews
Version 0.2.7
- added streamURL parameter: mode=streamURL
- playback a specific Google Drive Video URL (format: https://docs.google.com/file/d/#####/preview) via stream (automatically transcoded by Google Drive playback services)
- handy for playback of publicly shared videos stored in Google Drive
- bypasses Playback Type in Settings
- create .strm or .m3u files containing the following: plugin://plugin.video.gdrive?mode=streamURL&url=https://docs.google.com/file/d/#####/preview
- if your video is composed of multiple clips, you can create a .m3u that makes the above plugin:// call, one line for each clip. You can then create a .strm file that points to the .m3u. XBMC can index movies and shows contained in your Google Drive account by either a .strm containing a single plugin:// call to the video, or a .strm that points to a local .m3u file that contains a list of plugin:// calls representing the video
Version 0.2.6
- Plays video.google.com videos that are linked in your google drive account
Version 0.2.5
- Important! due to recent undocumented changes in the Google Docs API, the plugin may have begun to fail to play video (only display a list of videos). This has been updated with the following change.
- updated for a google drive change on or about 2014/02 where the video download and streaming now uses the 'wise' service instead of 'writely'
- if your google drive account has not been updated to the new UI (that is, the change from writely to wise hasn't kicked in), you can enable the old behaviour of using writely for downloading and streaming by setting "Force old writely service for plackback" to ON/TRUE in settings
Version 0.2.2
- updated xbmc.python from 1.0 to 2.1.0 for XBMC 13
Version 0.2.1
- fix for authorization token being populated even when experimental feature is left turned off
- the authorization token can cause login errors; the feature is not ready to be released yet.
- the correction fixes the feature turning on by itself
- if you authorization token field is populated, click defaults to unset it.
Version 0.2.0
- Public release
Version 0.1.0
- Initial version