Re: OnlineVideos 0.25 (25.09.2010)
OK, that's a start. GBPVR is not open-source, but it has had plugins developed for it. I think my first step is to check out the svn, which I will try to do next weekend. Presumably I need to download the alpha separately? Are there docs for making the API calls?
You can actually just write an OnlineVideos front-end for GBPVR if that application allows plugins!
We have refactured all the code to allow the core to be used from any application. As a proof of concept, I have created a standalone WPF application which you can find in the svn (alpha version), and I know that there is a XBMC front-end in the experimenting phase.
All you need is to find a way to use the OnlineVideos (.net) dll from the application you are trying to extend.
OK, that's a start. GBPVR is not open-source, but it has had plugins developed for it. I think my first step is to check out the svn, which I will try to do next weekend. Presumably I need to download the alpha separately? Are there docs for making the API calls?