This is a "plugin" for the Video Disk Recorder (VDR).

Written by:                  Peter Juszack <vdr@unterbrecher.de>

Project's homepage:          http://turku.wi-bw.tfh-wildau.de/~pjuszack/digicam

Latest version available at: http://turku.wi-bw.tfh-wildau.de/~pjuszack/digicam/download/digicam.tgz

See the file COPYING for license information.
See README for general information and MANUAL for usage details

----------------------------------------------------------------------------------------------
Installation notes:

- this plugin version 0.0.2 should compile with VDR 1.2.6 and VDR 1.3.X
  
- unpack the tarball into your VDR plugin src directory and create a symbolic link digicam
  pointing to the current version (as usual)

- to compile(use) the plugin you must have libgphoto2 and libgphoto2-dev (debian packages) 
  installed.

- run make plugins in your VDR directory

- I have a problem with the libgphoto2-dev package using Debian Woody. The includes
  are located in /usr/include/gphoto2
  when including a file like #include <gphoto2/..h> a compile error occurs in the gphoto
  include file itself which means that the other includes cannot be found. This is because the
  gphoto-files themself include the other gphoto2-files without the gphoto2/ directory prefix.
  The current workaround is a -I/usr/include/gphoto2 in the plugin's Makefile. If your
  gphoto2 includes are located elsewhere you may have to change that or can leave it out.

- the plugin uses parts of the mplayer plugin for browsing. Therefor you must copy the
  examples/digicamsources.conf and examples/digicamdestinations.conf file into your plugins' 
  config directory. The digcamdestinations.conf should be modified to your needs the 
  digicamsources.conf can be left untouched.
  I plan to make this files configurable via plugin options

- pass a -Pdigicam when starting VDR

NOTE: this is my first plugin, my first open source project ever and so will probably not work
without some problems. Feel free to send me your results with the plugin
