DGgirder

By Julian Cable.

Purpose

DGgirder is an add-in for the DigiGuide EPG (version 4 or above) which enables functionality to be added using the Girder automation program. Girder lets you automate just about anything and specialised in IR Remote Control (input and output), etc.

Build

You can build the addin using any Windows C++ development environment. I use Mingw. Assuming you will do the same:

  1. download and install Mingw
  2. create a folder, e.g. C:\Mingw\DGgirder
  3. download and extract DGgirder-src.zip to the folder
  4. download and extract the Digiguide headers to the folder
  5. launch an MS-DOS window, change directory to the folder
  6. add the Mingw bin directory to the path, e.g.
    PATH=%PATH%;C:\Mingw\bin
  7. type:
    make

All trademarks etc., acknowledged.

Binaries

If you got here but just want to use DGgirder then the main page has the binary distribution.

DGScript

If you want to write your own automation programmes rather than use Girder then you can use DGscript here.