2015-09-07, 14:28

http://www.sbs.com.au/ondemand/
This plugin is basically a complete re-write of bogs sbs2 plugin which broke after recent changes to SBS's website.
As a direct source for the video's was not easily found (and the built in player never really handled skip with the flv's previously),
I'm handing playback over to a web browser.
Video playback in a browser does limit the platform support.
Currently I have only added support for Chrome, running on Mac OSX and Linux (x86).
Windows is likely to work, but untested.
Chrome support is limited by the availability of the chromedriver utility.
This means that Android, raspberry pi etc is not currently supported at all.
My webdriver module is written with the intention to add support for more browsers however.
Basically anything that's supported by both selenium (http://www.seleniumhq.org/about/platforms.jsp) and sbs on demand should work with (hopefully) minimal effort.
As this requires external binaries, it's not eligible to be added to the officual kodi repositorey.
To install
Add my repo from the zip below, then find SBS On Demand in the Video's category.
http://www.alelec.net/kodi/repository.alelec.zip
In Kodi Settings -> Services -> Remote Control
Ensure "Allow remote control by programs on this system" is enabled.
You will need Chrome installed on your computer, if it's installed in the default way the plugin should find it automatically.
Otherwise, you can provide a path to the chrome binary in the plugin settings (minimally tested).
Developers; fork / improve / pull request to your hearts content! I'm very open to others adding more features & support :-D
Webdriver is also intended to be a multipurpose plugin for use in any streaming service, feel free to use it to provide support to your next module!
https://github.com/andrewleech/plugin.video.sbsondemand
https://github.com/andrewleech/script.module.webdriver
Cheers,
Andrew