2010-03-06, 09:35 PM
Hi all,
I'm posting the XBMC-scripts that I have been working on for the last few months. I've been developing a set of scripts that you can install under XBMC and will allow XBMC to act as a front-end to GBPVR.
It will work on both Windows-based XBMC and Linux-based XBMC installations (this is what allowed me to get one of those nice Atom nettops).
I have chosen to use file-based exporting from GBPVR (to minimize potential problems), and the scripts will allow you to control your GBPVR server (look at the EPG, schedule / cancel recordings, search the EPG, resolve conflicts etc.) A C# executable (with source) is available to export files to XBMC in the correct manner (so epg-metadata is shown in XBMC).
It's based on a few things:
EWA (special thanks to UncleJohnsBand for his patience and support), you will need build 83 (released recently) for things to work okay
Further I have shamelessly copied code from the MythBox and myTV plugins...
You'll need to install PyCrypto (a cryptographic library for Python) to make things work.
I have attached a few images below to show you how things look....
There's a "Readme.txt" file in the zip, which shows you how to install the script on your XBMC system....
That's all,
Have fun!
I'm posting the XBMC-scripts that I have been working on for the last few months. I've been developing a set of scripts that you can install under XBMC and will allow XBMC to act as a front-end to GBPVR.
It will work on both Windows-based XBMC and Linux-based XBMC installations (this is what allowed me to get one of those nice Atom nettops).
I have chosen to use file-based exporting from GBPVR (to minimize potential problems), and the scripts will allow you to control your GBPVR server (look at the EPG, schedule / cancel recordings, search the EPG, resolve conflicts etc.) A C# executable (with source) is available to export files to XBMC in the correct manner (so epg-metadata is shown in XBMC).
It's based on a few things:
EWA (special thanks to UncleJohnsBand for his patience and support), you will need build 83 (released recently) for things to work okay
Further I have shamelessly copied code from the MythBox and myTV plugins...
You'll need to install PyCrypto (a cryptographic library for Python) to make things work.
I have attached a few images below to show you how things look....
There's a "Readme.txt" file in the zip, which shows you how to install the script on your XBMC system....
That's all,
Have fun!
//Ton