#
# Copyright (c) 2003 Erik Westlund
#
VRD (VideoRecordingDeamon) - First release.
- Warning
As this is the FIRST release of this software, there will be a lot of bugs, unstability issues, wierd errors and non-working features. Please note that this is NOT a finished product, therefore: don't use it if you don't know what you are doing, it might crash. THIS APPLICATION SHOULD NOT BE USED FOR CRITICAL TASKS (YET).- Description
VRD is a part of the Gecko Multimedia System. It is separated from the rest of Gecko for a reason: VRD is the application that handles recordings of TV-programs, therefore it is important that this application always is running. VRD communicates with the rest of Gecko through two files: the Gecko configuration file and the recordList. The configuration file is the file you should configure Gecko and VRD from. The recordList is the file Gecko saves your recording-requests to, VRD then picks them up from the same file.
VRD needs to know where your configuration file is.
Example:
vrd -c /root/gecko/resources/config.xml
