Go to file
Klaus Schmidinger 48613fdb14 Implemented toggling between current and previous channel 2000-10-03 14:06:44 +02:00
BUGS OSD problem (and also 16:9 problem) solved in driver 2000-07-23 09:29:31 +02:00
CONTRIBUTORS Implemented 'new recording' indicator 2000-10-03 12:44:15 +02:00
FORMATS Added the description of the timers.conf file to the FORMATS file 2000-10-03 13:07:17 +02:00
HISTORY Implemented toggling between current and previous channel 2000-10-03 14:06:44 +02:00
INSTALL Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
MANUAL Implemented toggling between current and previous channel 2000-10-03 14:06:44 +02:00
Makefile Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
README Added installation instructions 2000-04-24 10:40:00 +02:00
TODO Removed a TODO remark 2000-09-20 16:58:27 +02:00
channels.conf channels.conf 2000-09-10 15:04:00 +02:00
config.c Implemented SVDRP command 'HITK' 2000-09-17 09:36:50 +02:00
config.h Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
dvbapi.c Displaying as much as possible of the current/next info (dropping characters that would display only partially) 2000-10-03 13:37:24 +02:00
dvbapi.h Resume file handling via separate class 2000-10-03 11:26:10 +02:00
dvbosd.c Displaying as much as possible of the current/next info (dropping characters that would display only partially) 2000-10-03 13:37:24 +02:00
dvbosd.h Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
eit.c Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
eit.h Added EIT support for current/next display 2000-09-03 11:40:00 +02: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
interface.c Displaying as much as possible of the current/next info (dropping characters that would display only partially) 2000-10-03 13:37:24 +02:00
interface.h Fixed 'confirm' dialog 2000-09-19 17:48:42 +02:00
keys-pc.conf Reduced number of remote control keys 2000-05-27 16:10:47 +02:00
menu.c Implemented toggling between current and previous channel 2000-10-03 14:06:44 +02:00
menu.h Direct channel select displays digits and name on OSD 2000-09-10 14:56:18 +02:00
osd.c Added a 'Setup' menu 2000-09-10 10:51:58 +02:00
osd.h Added a 'Setup' menu 2000-09-10 10:51:58 +02:00
recording.c Implemented 'new recording' indicator 2000-10-03 12:44:15 +02:00
recording.h Implemented 'new recording' indicator 2000-10-03 12:44:15 +02:00
remote.c More modifications to the LIRC interface 2000-10-03 10:49:58 +02:00
remote.h More modifications to the LIRC interface 2000-10-03 10:49:58 +02:00
svdrp.c Implemented overlay handling 2000-09-17 13:47:06 +02:00
svdrp.h Implemented overlay handling 2000-09-17 13:47:06 +02:00
timers.conf timers.conf 2000-10-03 10:40:00 +02:00
tools.c Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
tools.h Faster OSD by using bitmap 2000-10-03 10:34:48 +02:00
vdr.c Implemented toggling between current and previous channel 2000-10-03 14:06:44 +02: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

On Screen Menu for the Video Disk Recorder
------------------------------------------

These files contain the source code of an on screen
menu for a video disk recorder 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 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.