Go to file
Klaus Schmidinger 3e04208de3 Keeping languages alphabetically; checking for empty strings 2000-11-18 14:21:41 +01:00
BUGS Edited BUGS text 2000-11-06 17:21:04 +01:00
CONTRIBUTORS Implemented 'Schedules' menu 2000-10-29 13:17:22 +01:00
FORMATS Implemented 'Commands' menu 2000-11-11 16:38:41 +01:00
HISTORY Shifting 'Subtitle' info into 'ExtendedDescription' if necessary 2000-11-18 14:13:26 +01:00
INSTALL Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
MANUAL All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
Makefile Implemented internationalization 2000-11-11 10:39:27 +01:00
README All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
TODO Removed a TODO remark 2000-09-20 16:58:27 +02:00
channels.conf channels.conf 2000-11-01 13:36:41 +01:00
config.c All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
config.h All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
dvbapi.c All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
dvbapi.h All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
dvbosd.c Date and time in the title of an event info page are now always right adjusted 2000-11-05 13:04:23 +01:00
dvbosd.h Date and time in the title of an event info page are now always right adjusted 2000-11-05 13:04:23 +01:00
eit.c All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
eit.h All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
font.c Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
font.h Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
fontosd.c Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
genfontfile.c Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
i18n.c Keeping languages alphabetically; checking for empty strings 2000-11-18 14:21:41 +01:00
i18n.h Implemented internationalization 2000-11-11 10:39:27 +01:00
interface.c Fixed a timing problem with OSD refresh and SVDRP 2000-11-11 12:21:38 +01:00
interface.h Moved 'DisplayChannel' to menu.c; Yellow and Green function temporarily disabled 2000-11-01 15:41:33 +01:00
keys-pc.conf Reduced number of remote control keys 2000-05-27 16:10:47 +02:00
menu.c Shifting 'Subtitle' info into 'ExtendedDescription' if necessary 2000-11-18 14:13:26 +01:00
menu.h Using timer priority to interrupt lower priority timer recording 2000-11-12 14:06:53 +01:00
osd.c The 'Schedule' button now shows the schedule of the current channel in the 'Now/Next' menu 2000-11-12 16:48:50 +01:00
osd.h The 'Schedule' button now shows the schedule of the current channel in the 'Now/Next' menu 2000-11-12 16:48:50 +01:00
recording.c Replacing problematic characters in recording names 2000-11-01 16:04:57 +01:00
recording.h Implemented 'new recording' indicator 2000-10-03 12:44:15 +02:00
remote.c Fixed learning keys on the PC keyboard (display oscillated) 2000-11-11 11:31:17 +01:00
remote.h Fixed daemon mode (RcIo and Interface no longer static) 2000-10-08 12:24:30 +02:00
svdrp.c Current channel is now device specific 2000-11-05 18:39:17 +01:00
svdrp.h Implemented overlay handling 2000-09-17 13:47:06 +02:00
thread.c All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
thread.h All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
timers.conf timers.conf 2000-11-01 13:36:00 +01:00
tools.c Implemented 'Commands' menu 2000-11-11 16:38:41 +01:00
tools.h The 'Schedule' button now shows the schedule of the current channel in the 'Now/Next' menu 2000-11-12 16:48:50 +01:00
vdr.c All cards write EIT info into the same data structure; free cards scan for EIT info 2000-11-18 13:57:32 +01:00
videodir.c Video files now have the 'group read' bit set 2000-09-15 13:27:56 +02:00
videodir.h Support for more than one video directory 2000-07-29 15:21:42 +02:00

README

Video Disk Recorder ('VDR')
---------------------------

These files contain the source code of the "Video Disk Recorder",
which is based on the DVB driver of the LinuxTV project (http://linuxtv.org).
For details about the "Video Disk Recorder" project please
refer to http://www.cadsoft.de/people/kls/vdr.

There is also a remote control unit described on those
Web pages, which can be used within this program.

Please see the INSTALL file for details on how to install
this program on your computer.

The MANUAL file describes how to operate the VDR.

The author can be contacted at kls@cadsoft.de.

Yet another "set-top-box"?
--------------------------

The "set-top-boxes" available from commercial companies all have
one major drawback: they are not "open". This project's goal is
to build an "open" digital satellite receiver and timer controlled
video disk recorder, based upon open standards and freely available
driver software (of course, the hardware still has to be bought).

The on screen menu system is simple, but shall provide all the
possibilites necessary to perform timer controlled recording,
file management and, maybe, even "on disk editing". The menus
of commercial set-top-boxes usually are a lot more fancy than
the ones in this system, but here we have the full source code
and can modify the menus in whatever way desired.

What do you think?
------------------

So, what do you think about this project? Does it make sense? Were you
able to use it? Do you have suggestions on how to improve it?
Please send email to kls@cadsoft.de if you'd like to comment on this.